Advertisement
Guest User

Untitled

a guest
Aug 12th, 2010
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. server@siva-desktop:~$ sudo apt-get install vim
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Package vim is a virtual package provided by:
  6. vim-nox 2:7.2.330-1ubuntu3
  7. vim-gtk 2:7.2.330-1ubuntu3
  8. You should explicitly select one to install.
  9. E: Package vim has no installation candidate
  10. server@siva-desktop:~$ sudo apt-get install vim-nox
  11. Reading package lists... Done
  12. Building dependency tree
  13. Reading state information... Done
  14. Some packages could not be installed. This may mean that you have
  15. requested an impossible situation or if you are using the unstable
  16. distribution that some required packages have not yet been created
  17. or been moved out of Incoming.
  18. The following information may help to resolve the situation:
  19.  
  20. The following packages have unmet dependencies:
  21. vim-nox: Depends: vim-runtime (= 2:7.2.330-1ubuntu3) but it is not installable
  22. Depends: libruby1.8 (>= 1.8.7.249) but it is not installable
  23. E: Broken packages
  24. server@siva-desktop:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement