Forum archive
basic update
this should be very basic but I can't believe there are no updates. how do I progress?
thanks in advance..
Linux leantime 4.19.0-18-amd64 #1 SMP Debian 4.19.208-1 (2021-09-29) x86_64 GNU/Linux
root@leantime ~# apt-get update
Hit:1 http://security.debian.org buster/updates InRelease
Hit:2 http://deb.debian.org/debian buster InRelease
Ign:3 http://archive.turnkeylinux.org/debian buster-security InRelease
Ign:4 http://archive.turnkeylinux.org/debian buster InRelease
Hit:5 http://archive.turnkeylinux.org/debian buster-security Release
Hit:7 http://archive.turnkeylinux.org/debian buster Release
Reading package lists... Done
Apt's "update" command updates records of what packages are available from the configured repositories. So I would assume that it's done exactly what it's meant to do.
As a side note, these days you can drop the '-get' when using interactively. Whilst 'apt-get' still exists and works, that is now used programatically now, with 'apt' being the more user-friendly end user tool.
Back to your problem/question at hand, are you trying to download and install the latest available packages (for the release?
If so, then "upgrade" is the command you are looking for. FWIW, after running 'update' (as you already have) then you can check what upgradable packages are available like this:
And assuming that you are ok to install them all: