this is my first time using linux ubuntu. I'm trying to install java, i downloaded the file from the java website, extracted the file to the desktop and the extracted file's name now is jre1.7.0_45
i'm following this to install the java http://www.wikihow.com/Install-Java-on-Ubuntu
but omg i can't even get past number 2. i get
Reading package lists... Done
Building dependency tree
E: Unable to locate package openjdk-7-jre
how can i do this please?
sudo apt-get update
??? – Akisame Dec 04 '13 at 23:29sudo apt-get install openjdk-7-jre
? – Alisha Dec 04 '13 at 23:35sudo apt-get update
it saysE: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
andE: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
– Alisha Dec 05 '13 at 17:47