LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Distributions (https://www.linuxquestions.org/questions/linux-distributions-5/)
-   -   update firefox in linux lite? sudo apt install firefox? (https://www.linuxquestions.org/questions/linux-distributions-5/update-firefox-in-linux-lite-sudo-apt-install-firefox-4175702646/)

anon286 10-26-2021 01:22 PM

update firefox in linux lite? sudo apt install firefox?
 
Hi,

I am trying to update firefox in linux lite 4.8. Is this the command, sudo apt install firefox?

I tried that, then it requested a password, tried that, then some error loaded about not being to access some files or what ever.

I got the command from a youtube video, playing instrumental music.:D

anon286 10-26-2021 05:05 PM

The system did update fine, but firefox is on 71.0 so the command above didn't work, var/lib/dpgk/lock-frontend (11: resource temporarily unavailable.) So what could be the problem with that?

frankbell 10-26-2021 08:28 PM

A web search for "apt 11: resource temporarily unavailable" turned up this article.

Afterthought: Is it possible that v. 71 is the current version in the Linux Lite repos? If so, you may need to get the appropriate package from the Mozilla website and install it using something like gdebi.

ondoho 10-27-2021 12:34 AM

Quote:

Originally Posted by linuxlivecd (Post 6295944)
Hi,

I am trying to update firefox in linux lite 4.8. Is this the command, sudo apt install firefox?

I tried that, then it requested a password, tried that, then some error loaded about not being to access some files or what ever.

I got the command from a youtube video, playing instrumental music.:D

Quote:

Originally Posted by linuxlivecd (Post 6295986)
The system did update fine, but firefox is on 71.0 so the command above didn't work, var/lib/dpgk/lock-frontend (11: resource temporarily unavailable.) So what could be the problem with that?

Show us the actual, full commands you entered and the complete output they produced.

craigevil 10-27-2021 11:26 AM

Do this:
Code:

sudo apt update
Code:

sudo apt upgrade
Code:

sudo apt full-upgrade
Post any errors in full.

Then post the output of:
Code:

apt policy firefox


All times are GMT -5. The time now is 09:21 AM.