Advertisement
Guest User

Untitled

a guest
Apr 5th, 2014
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. APT-GET
  2.  
  3. ricardo@RLluis1597:~$ sudo apt-get install gdebi
  4. [sudo] password for ricardo:
  5. Reading package lists... Done
  6. Building dependency tree
  7. Reading state information... Done
  8. The following extra packages will be installed:
  9. gdebi-core
  10. The following NEW packages will be installed:
  11. gdebi gdebi-core
  12. 0 upgraded, 2 newly installed, 0 to remove and 101 not upgraded.
  13. Need to get 0 B/204 kB of archives.
  14. After this operation, 1 454 kB of additional disk space will be used.
  15. Do you want to continue [Y/n]? Y
  16. dpkg: error: unable to create new file '/var/lib/dpkg/info/format-new': Is a directory
  17. E: Sub-process /usr/bin/dpkg returned an error code (2)
  18. ricardo@RLluis1597:~$
  19.  
  20.  
  21. APTITUDE
  22.  
  23. ricardo@RLluis1597:~$ sudo aptitude install gdebi
  24. The following NEW packages will be installed:
  25. gdebi gdebi-core{a}
  26. 0 packages upgraded, 2 newly installed, 0 to remove and 101 not upgraded.
  27. Need to get 0 B/204 kB of archives. After unpacking 1 454 kB will be used.
  28. Do you want to continue? [Y/n/?] Y
  29. dpkg: error: unable to create new file '/var/lib/dpkg/info/format-new': Is a directory
  30. E: Sub-process /usr/bin/dpkg returned an error code (2)
  31. A package failed to install. Trying to recover:
  32. dpkg: error: unable to create new file '/var/lib/dpkg/info/format-new': Is a directory
  33.  
  34. ricardo@RLluis1597:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement