![]() |
Update errors Google - LL5.6 - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Installing Linux Lite (https://www.linuxliteos.com/forums/forumdisplay.php?fid=17) +--- Thread: Update errors Google - LL5.6 (/showthread.php?tid=7909) Pages:
1
2
|
Re: Update errors Google - LL5.6 - Moltke - 09-04-2021 This file google-chrome.list should be in /etc/apt/sources.list.d, so you could try editing that file, and disable the repo: 1. Launch Linux Lite terminal and type Code: sudo nano /etc/apt/sources.list.d/google-chrome.list Code: ### THIS FILE IS AUTOMATICALLY CONFIGURED ### Code: ### THIS FILE IS AUTOMATICALLY CONFIGURED ### 2. Update repos Code: sudo apt update Re: Update errors Google - LL5.6 - deejay - 09-04-2021 Hi Tnx for update. But nothing shows up in terminal as indicated. Please see attachment. Also, what about readout from terminal on 1st point? Re: Update errors Google - LL5.6 - Moltke - 09-04-2021 (09-04-2021, 08:45 PM)deejay link Wrote: HiHmmm ... Launch Linux Lite Terminal and type this Code: ls /ect/apt Code: sudo nano /etc/apt/google-chrome.list Re: Update errors Google - LL5.6 - firenice03 - 09-05-2021 [member=48775]deejay[/member] At this point you may better off uninstalling and reinstalling... The following command will search and confirm the chrome package installed.. Code: apt list --installed |grep chrome You should see something similar.. Quote:google-chrome-stable/stable,now 93.0.4577.63-1 amd64 [installed] To REMOVE - if stable else replace as needed Code: sudo apt remove google-chrome-stable From FIREFOX or another browser - navigate to https://www.google.com/chrome/ Download the .DEB package once downloaded you can double click the file to launch the installer.... It will be GUI based = follow the prompts.. |