Advertisement
Guest User

Untitled

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