![]() |
Updates fail - tried everything - 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: Updates fail - tried everything (/showthread.php?tid=2856) Pages:
1
2
|
Updates fail - tried everything - roywood - 04-20-2016 LL 2.8 Control center says I need to update. I get a general failure error and it creates a log. I have removed chrome a while back. Any ideas? Re: Updates fail - tried everything - m654321 - 04-20-2016 I had this problem recently, like you & many others. The following worked for me - I have copied & pasted this from Jerry's post found elsewhere on the forum... For 32bit Google Chrome: Open a terminal and do each of these commands one at a time: Code: sudo rm /etc/apt/sources.list.d/google-chrome.list For 64bit Google Chrome: Open a terminal and do each of these commands one at a time: Code: sudo sed -i -e 's/deb http/deb [arch=amd64] http/' "/etc/apt/sources.list.d/google-chrome.list" I used the 64-bit one for my PC Regards Mike Re: Updates fail - tried everything - Valtam - 04-20-2016 At some point, you've installed emby-server. What instructions did you use to do this? Re: Updates fail - tried everything - roywood - 04-20-2016 I had already removed chrome when I first installed because it wouldn't do tuebfirst update. I tried to remove it again but it days that chrome does not exist. Ibak running 32 but LL because this is an old laptop so I used instructions for 32 bit version. Re: Updates fail - tried everything - roywood - 04-20-2016 Ubuntu 14.04 instructions from emby website. Re: Updates fail - tried everything - roywood - 04-21-2016 I tried sudo -apt-get update and got this error: W: GPG error: http://download.opensuse.org Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0A506F712A7D8A28 Could someone please help? Re: Updates fail - tried everything - Valtam - 04-21-2016 Can I assume you have done all of these steps when installing emby-server? https://gist.github.com/linuxlite/025960aa873a04aee2b65420e5d13f9a Re: Updates fail - tried everything - roywood - 04-21-2016 (04-21-2016, 02:42 AM)Jerry link Wrote: Can I assume you have done all of these steps when installing emby-server? If I remember correctly, yes. It has been a couple weeks since I installed it. May I ask what the emby server has to do with updating LL? Do you think that installing emby messed something up? Should I delete the server and start again using your link? Re: Updates fail - tried everything - Valtam - 04-21-2016 (04-21-2016, 02:59 AM)roywood link Wrote: May I ask what the emby server has to do with updating LL? Because the log you posted shows the error is related to emby-server. Do the last set of commands again one at a time: https://gist.github.com/linuxlite/0f51ce4b4bac695f8af1af6f2fb8bdbb then in a terminal do: Code: sudo apt-get update and paste the output please. Re: Updates fail - tried everything - LinuxNoob - 04-21-2016 (04-21-2016, 01:12 AM)roywood link Wrote: I tried sudo -apt-get update and got this error: In your [start button] or whiskers menu type in "software & Updates" go into your [Other Software] tab and find the one that says opensuse.org in the description (scroll down if necessary) untick that source and allow it to refresh then do the update again to see if that solves that problem. (write down which one you unticked) unless you want to keep it? |