Guest User

Untitled

a guest
Dec 16th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. vagrant@riak-5:/tmp$ sudo dpkg -i riak-1.2.0.deb
  2. (Reading database ... 31870 files and directories currently installed.)
  3. Preparing to replace riak 1.2.0-1 (using riak-1.2.0.deb) ...
  4. Unpacking replacement riak ...
  5. dpkg: dependency problems prevent configuration of riak:
  6. riak depends on libc6 (>= 2.15); however:
  7. Version of libc6 on system is 2.11.3-3.
  8. riak depends on libssl1.0.0 (>= 1.0.0); however:
  9. Package libssl1.0.0 is not installed.
  10. riak depends on libtinfo5; however:
  11. Package libtinfo5 is not installed.
  12. dpkg: error processing riak (--install):
  13. dependency problems - leaving unconfigured
  14. Processing triggers for man-db ...
  15. Errors were encountered while processing:
  16. riak
  17. vagrant@riak-5:/tmp$ sudo apt-get upgrade
  18. Reading package lists... Done
  19. Building dependency tree
  20. Reading state information... Done
  21. You might want to run 'apt-get -f install' to correct these.
  22. The following packages have unmet dependencies:
  23. riak : Depends: libc6 (>= 2.15) but 2.11.3-3 is installed
  24. Depends: libssl1.0.0 (>= 1.0.0) but it is not installable
  25. Depends: libtinfo5 but it is not installable
  26. E: Unmet dependencies. Try using -f.
Add Comment
Please, Sign In to add comment