Browser and Update problems - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.linuxliteos.com/forums/forumdisplay.php?fid=20) +--- Thread: Browser and Update problems (/showthread.php?tid=7145) |
Browser and Update problems - UltraCookie - 06-24-2020 Hi all, Sadly LL right now is a bit unusable to me. I had to switch to Chrome a FF is completely broken. After starting it I get an unresponsive window and closing it again gets me the Mozilla Crash reporter. I installed Chrome through Lite Software but now updating throws this error: Code: W: GPG-Fehler: http://dl.google.com/linux/chrome/deb stable InRelease: Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 78BD65473CB3BD13 Code: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - Code: gpg: invalid key resource URL '/tmp/apt-key-gpghome.AYG58HOID0/network:messaging:xmpp:dino.asc.gpg' Edit: For now my workaround is to deactivate the chrome repo in the software list. Re: Browser and Update problems - Valtam - 06-24-2020 Read through for similar solution - https://www.linuxliteos.com/forums/other/update-error-lite-welcome/ Re: Browser and Update problems - Şerban S. - 06-24-2020 (06-24-2020, 08:43 AM)UltraCookie link Wrote:[...] gets me the Mozilla Crash reporter.Step 1: Start Synaptic Package Manager; Step 2: Uninstall Chrome, FireFox, Chromium using "Complete uninstall" (remove); Step 3: Open a terminal and insert the following command: Code: wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb Step 4: Use the File Manager to find the file "google-chrome-stable_current_amd64.deb". It should be in /home/yourname/Downloads/. Right-click on the file and choose "Open with...", then click on GDebi PackageManager Step 5: Wait for the PM to read the file and when the button "Install" gets activated, click on it. Step 6: Close GDebi PM and go to the System Menu, choose "Internet" than "Chrome". Should start your Chrome browser. Step 7: From Synaptic's menu, choose "Fix broken packages". If this is the case, it wil fix all of them, else, it does nothing. Hope this helps you solve the problem. I never had this kind of issue on Linux Lite, but had something similar on Linux Mint and some other distros (names are irrelevant, too many to mention...). Finally... Happy browsing and Linux Lite experience! |