PDA

View Full Version : [ubuntu] why is the updater broken?



yonnie
November 25th, 2017, 08:59 PM
lsb_release -a shows I'm running 16.04 LTS. Package manager says I'm up to date. Firefox says I'm using an old browser and need to update. All the "old" usual cli stuff doesn't seem to work. I know there are newer LTS versions available but why won't the usual methods work anymore. I don't want to have to wipe the disk and reload everything just to get an update!
Why should a 10 minute update/upgrade be an "all weekend" nightmare?

deadflowr
November 25th, 2017, 09:04 PM
Hmm, yes why is the updater broken?
Please open a terminal and run

sudo apt-get update
and post back the results.

Also, there are no LTS versions newer than 16.04.
There are newer Ubuntu standard non-LTS versions available, but no new LTS versions.

photonxp
November 26th, 2017, 09:36 AM
"Yard by yard it's hard; but inch by inch it's a cinch" -- old saying

Welcome to the club of mad linuxers, strugging to learn how to use a line of command to save a day of life:

apt-get -s dist-upgrade | grep "^Inst"
This command simulates the installation of packages without actually installing any package. So it can be used safely without sudo.


Some more tips:

Firefox is in the repository of xenial-updates.

apt search firefox | grep "^firefox/"
Also check "System Settings" / "Software & updates" / "Updates"
See if (xenial-updates) is ticked too.

oldos2er
November 26th, 2017, 05:13 PM
lsb_release -a shows I'm running 16.04 LTS. Package manager says I'm up to date. Firefox says I'm using an old browser and need to update. All the "old" usual cli stuff doesn't seem to work. I know there are newer LTS versions available

16.04 is the latest LTS; 18.04 won't be released until next April.

Which version of firefox are you using?