04-20-2016, 01:54 AM
Pages: 1 2
04-20-2016, 05:14 AM
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:
Install Chromium via Lite Software. Do not keep Chrome installed on 32bit Linux Lite. You are placing your system at risk by taking this chance.
For 64bit Google Chrome:
Open a terminal and do each of these commands one at a time:
I used the 64-bit one for my PC
Regards
Mike
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
sudo apt-get remove google-chrome-stable
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"
sudo sed -i -e 's/deb http/deb [arch=amd64] http/' "/opt/google/chrome/cron/google-chrome"
I used the 64-bit one for my PC
Regards
Mike
04-20-2016, 05:21 AM
At some point, you've installed emby-server. What instructions did you use to do this?
04-20-2016, 10:24 AM
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.
04-20-2016, 10:26 AM
Ubuntu 14.04 instructions from emby website.
04-21-2016, 01:12 AM
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?
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?
04-21-2016, 02:42 AM
Can I assume you have done all of these steps when installing emby-server?
https://gist.github.com/linuxlite/025960...20e5d13f9a
https://gist.github.com/linuxlite/025960...20e5d13f9a
04-21-2016, 02:59 AM
(04-21-2016, 02:42 AM)Jerry link Wrote: [ -> ]Can I assume you have done all of these steps when installing emby-server?
https://gist.github.com/linuxlite/025960...20e5d13f9a
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?
04-21-2016, 03:11 AM
(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/0f51ce...6f2fb8bdbb
then in a terminal do:
Code:
sudo apt-get update
and paste the output please.
04-21-2016, 05:16 PM
(04-21-2016, 01:12 AM)roywood link Wrote: [ -> ]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?
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?
Pages: 1 2