Quote:
Originally Posted by Mrreality13
i got this trying above?
HTML Code:
josh@acer:~$ apt-get update && apt-get clean && apt-get --reinstall install regnum-online
E: Could not open lock file /var/lib/apt/lists/lock - open (13 Permission denied)
E: Unable to lock the list directory
josh@acer:~$
|
Sorry bro - that post was not directed at you...but ArticWolf
Those commands will do you no good.
show me the output of the following commands:
Code:
ls /etc/apt/sources.list.d/
cat /etc/apt/sources.list.d/onemyndseye-ppa.list
cd ~ ; wget http://onemyndseye.doesntexist.com/onemyndseye-ppa/regnum32/Packages.gz
cd ~ ; rm ./Packages.gz
sudo apt-get update
sudo apt-get install regnum-online
If youd like you can connact me via MSN Messenger with the email address shown at the top of the page here:
http://onemyndseye.doesntexist.com/o...ppa/index.html
In any case you command line still is not formed correctly:
Quote:
josh@acer:~$ sudo apt-get update && apt-get clean && apt-get --reinstall install regnum-online
[sudo] password for josh:
Hit http://security.ubuntu.com intrepid-security Release.gpg
|
every apt-get should prefix with sudo
&& = True..
This is like saying if command1 exits without an error do command2
Code:
command1 && command2
Thanks,