Advertisement
Guest User

Untitled

a guest
Aug 1st, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. gerald@ubuntu:/home$ sudo apt-get remove libhbaapi2 libhbalinux2
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. You might want to run 'apt-get -f install' to correct these:
  6. The following packages have unmet dependencies:
  7. fcoe-utils : Depends: libhaapi1 but it is not going to be installed
  8. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  9. gerald@ubuntu:/home$ sudo apt-get -f install
  10. Reading package lists... Done
  11. Building dependency tree
  12. Reading state information... Done
  13. Correcting dependencies... Done
  14. The following packages were automatically installed and are no longer required:
  15. libhbaapi2 libhbalinux2
  16. Use 'apt-get autoremove' to remove them.
  17. The following extra packages will be installed:
  18. libhaapi1
  19. The following NEW packages will be installed:
  20. libhaapi1
  21. 0 upgraded, 1 newly installed, 0 to remove and 10 not upgraded.
  22. 1 not fully installed or removed.
  23. Need to get 0 B/11.8 kB of archives.
  24. After this operation, 90.1 kB of additional disk space will be used.
  25. Do you want to continue [Y/n]? y
  26. (Reading database ... 196328 files and directories currently installed.)
  27. Unpacking libhaapi1 (from .../libhaapi1_2.2.1-0ubuntu2_amd64.deb) ...
  28. dpkg: error processing /var/cache/apt/archives/libhaapi1_2.2.1-0ubuntu2_amd64.deb (--unpack):
  29. trying to overwrite '/usr/lib/libHBAAPI.so.2.0.2', which is also in package libhbaapi2 2.2.5-1
  30. Errors were encountered while processing:
  31. /var/cache/apt/archives/libhaapi1_2.2.1-0ubuntu2_amd64.deb
  32. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement