Forums

Community: Linux Support 2.0 Thread is sticky

Quick find code: 409-410-916-65990459

RumTumTuggur

RumTumTuggur

Posts: 28 Bronze Posts by user Forum Profile RuneMetrics Profile
Here is what happens on this code

sudo sh -c 'echo "deb [trusted=yes] https://content.runescape.com/downloads/ubuntu trusty non-free" > /etc/apt/sources.list.d/runescape.list'

~$ sudo apt-get install libpng12-0 libcurl3
N: Ignoring file 'runescape.listsudo' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

27-Sep-2018 12:28:40

RumTumTuggur

RumTumTuggur

Posts: 28 Bronze Posts by user Forum Profile RuneMetrics Profile
And here is what happens with the new code you gave me

echo "deb http://ppa.launchpad.net/hikariknight/unix-runescape-client/ubuntu zesty main" | sudo tee -a /etc/apt/sources.list
deb http://ppa.launchpad.net/hikariknight/unix-runescape-client/ubuntu zesty main

$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9BA73CFA
E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation

27-Sep-2018 12:30:22

Pinguicula

Pinguicula

Posts: 10,432 Opal Posts by user Forum Profile RuneMetrics Profile
RumTumTuggur said :
Here is what happens on this code

sudo sh -c 'echo "deb [trusted=yes] https://content.runescape.com/downloads/ubuntu trusty non-free" > /etc/apt/sources.list.d/runescape.list'

~$ sudo apt-get install libpng12-0 libcurl3
N: Ignoring file 'runescape.listsudo' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

Somehow instead of creating a file named runescape.list you created a file named runescape.listsudo and that won't work. Maybe the first time you copy and pasted the command you missed the ending ' mark which results in you only getting a blank line and blinking cursor because it is waiting for you to type the ending ' mark and you tried running the command a second time before getting back to the command prompt. I'm not sure. You can fix this by doing
sudo rm /etc/apt/sources.list.d/runescape.listsudo

to delete the incorrectly named file and whatever is in it then redo
sudo sh -c 'echo "deb [trusted=yes] https://content.runescape.com/downloads/ubuntu trusty non-free" > /etc/apt/sources.list.d/runescape.list'

If the file already exists it will just be overwritten with the same thing. We're just making sure the file is there. If that works OK then pickup where you left off with
sudo apt-get install libpng12-0 libcurl3

27-Sep-2018 17:50:10

Pinguicula

Pinguicula

Posts: 10,432 Opal Posts by user Forum Profile RuneMetrics Profile
The message about "Could not get lock /var/lib/dpkg/lock" means something else is trying to install or remove a package. Only one thing can do that at a time. I often see this in Ubuntu when its annoying auto updater is running though I doubt Debian is auto updating. You can wait a bit and this might take care of itself or if it doesn't then you can restart your Chromebook. There are ways of fixing this from Terminal but I'm not sure I should get in to that. After waiting a bit retry the
sudo apt-get install libpng12-0 libcurl3

and if you still get the same message then restart your Chromebook and try the command again.

27-Sep-2018 17:51:53

Pinguicula

Pinguicula

Posts: 10,432 Opal Posts by user Forum Profile RuneMetrics Profile
RumTumTuggur said :
And here is what happens with the new code you gave me

echo "deb http://ppa.launchpad.net/hikariknight/unix-runescape-client/ubuntu zesty main" | sudo tee -a /etc/apt/sources.list
deb http://ppa.launchpad.net/hikariknight/unix-runescape-client/ubuntu zesty main

$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9BA73CFA
E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation

This version of Debian Stretch is more spartan than I was expecting. You need to install gnupg2 so do
sudo apt-get install gnupg2

and after that retry
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9BA73CFA

27-Sep-2018 17:52:59

RumTumTuggur

RumTumTuggur

Posts: 28 Bronze Posts by user Forum Profile RuneMetrics Profile
Here is everything I have done so far for chrome os 69.

sudo apt-get install wget

Then:

sudo wget http://launchpadlibrarian.net/161405671/libglew1.10_1.10.0-3_amd64.deb
sudo dpkg -i libglew1.10_1.10.0-3_amd64.deb

Then:

sudo apt-get install software-properties-common

Then:

sudo apt-get install gnupg2

Then:

echo "deb http://ppa.launchpad.net/hikariknight/unix-runescape-client/ubuntu zesty main" | sudo tee -a /etc/apt/sources.list

Hit enter, then:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9BA73CFA


Then:

sudo apt-get update && sudo apt-get install unix-runescape-client

After this there was a long long long list of code. The launcher downloaded, it started, went through the update process, when it got to the login screen that input boxes wouldn't appear, and the screen "fuzzed" like an old television set every once in awhile.

Old school would work, however.

27-Sep-2018 19:15:01

RumTumTuggur

RumTumTuggur

Posts: 28 Bronze Posts by user Forum Profile RuneMetrics Profile
sudo apt-get update
Ign:1 http://deb.debian.org/debian stretch InRelease
Hit:2 http://security.debian.org/debian-security stretch/updates InRelease
Hit:3 http://deb.debian.org/debian stretch Release
Hit:4 http://ppa.launchpad.net/hikariknight/unix-runescape-client/ubuntu zesty InRelease
Hit:5 http://ppa.launchpad.net/hikariknight/unix-runescape-client/ubuntu cosmic InRelease
Ign:6 https://storage.googleapis.com/cros-packages/71 stretch InRelease
Hit:7 https://storage.googleapis.com/cros-packages/71 stretch Release
Get:8 https://content.runescape.com/downloads/ubuntu trusty InRelease [2,236 B]
Ign:8 https://content.runescape.com/downloads/ubuntu trusty InRelease
Fetched 2,236 B in 4s (541 B/s)
Reading package lists... Done
N: Ignoring file 'runescape.listsudo' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:3 and /etc/apt/sources.list:4
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:3 and /etc/apt/sources.list:4
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:3 and /etc/apt/sources.list:4
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:3 and /etc/apt/sources.list:4
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:3 and /etc/apt/sources.list:5
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:3 and /etc/apt/sources.list:5
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:3 and /etc/apt/sources.list:5
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:3 and /etc/apt/sources.list:5
W: GPG error: https://content.runescape.com/downloads/ubuntu

27-Sep-2018 19:26:21

RumTumTuggur

RumTumTuggur

Posts: 28 Bronze Posts by user Forum Profile RuneMetrics Profile
trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7373B12CE03BEB4B
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:3 and /etc/apt/sources.list:4
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:3 and /etc/apt/sources.list:4
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:3 and /etc/apt/sources.list:4
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:3 and /etc/apt/sources.list:4
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:3 and /etc/apt/sources.list:5
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:3 and /etc/apt/sources.list:5
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:3 and /etc/apt/sources.list:5
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:3 and /etc/apt/sources.list:5

27-Sep-2018 19:26:44

Quick find code: 409-410-916-65990459 Back to Top