Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2010
559
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. To run a command as administrator (user "root"), use "sudo <command>".
  2. See "man sudo_root" for details.
  3.  
  4. administrator@ubuntu:~$ root
  5. The program 'root' is currently not installed. You can install it by typing:
  6. sudo apt-get install root-system-bin
  7. administrator@ubuntu:~$ sudo apt-get install root-system-bin
  8. E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
  9. E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
  10. administrator@ubuntu:~$ sudo apt-get install root-system-bin
  11. E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
  12. E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
  13. administrator@ubuntu:~$ sudo apt-get install root-system-bin
  14. Reading package lists... Done
  15. Building dependency tree
  16. Reading state information... Done
  17. E: Couldn't find package root-system-bin
  18. administrator@ubuntu:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement