Running sudo apt upgrade firefox
gives me:
firefox is already the newest version (75.0+build3-0ubuntu1).
While the latest version Firefox 81 has already been released. Has any thing changed about Firefox after version 75 on Ubuntu 20.04?
$ apt policy firefox
firefox:
Installed: 75.0+build3-0ubuntu1
Candidate: 75.0+build3-0ubuntu1
Version table:
*** 75.0+build3-0ubuntu1 500
500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages
100 /var/lib/dpkg/status
sudo apt update
before upgrading. – adazem009 Oct 20 '20 at 09:48focal-updates
andfocal-security
active? If so show ussudo apt update
– nobody Oct 20 '20 at 09:51apt policy firefox
to your question – Organic Marble Oct 20 '20 at 09:53sources.list
. Now after deletingsources.list
then runningapt update
and re-creating the file, thenapt update
again, it's solved. – Omid Oct 20 '20 at 10:04/etc/apt/sources.list
to its original configuration. There are many questions on this site about how to do that. – Organic Marble Oct 20 '20 at 10:05