My computer boots up to a command line prompt. I can get into the GUI by typing startx but when I logout and reboot, I still get the command prompt. When I tried /etc/init.d/kdm start, I discovered that I don't have kdm installed. The problem is that when I try to install KDM, I get the following error:
ainsaur@ainsaur-desktop:~$ sudo apt-get install kdm
[sudo] password for ainsaur:
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?
ainsaur@ainsaur-desktop:~$
Any suggestions for what to do next?
ainsaur@ainsaur-desktop:~$ sudo apt-get install kdm
[sudo] password for ainsaur:
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?
ainsaur@ainsaur-desktop:~$
Any suggestions for what to do next?
Comment