Advertisement
Guest User

Untitled

a guest
Dec 15th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.99 KB | None | 0 0
  1. root@debian7:~# wget --no-check-certificate https://github.com/OpenNebula/addon-context-linux/releases/download/v5.4.1/one-context_5.4.1-1.deb -O /tmp/one.deb
  2. --2017-12-15 18:03:10--  https://github.com/OpenNebula/addon-context-linux/releases/download/v5.4.1/one-context_5.4.1-1.deb
  3. Resolving github.com (github.com)... 192.30.253.112, 192.30.253.113
  4. Connecting to github.com (github.com)|192.30.253.112|:443... connected.
  5. WARNING: The certificate of `github.com' is not trusted.
  6. WARNING: The certificate of `github.com' hasn't got a known issuer.
  7. HTTP request sent, awaiting response... 302 Found
  8. Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/21431372/7dc7b76a-7837-11e7-9f53-15e10e77f678?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20171215%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20171215T180312Z&X-Amz-Expires=300&X-Amz-Signature=f92cfcf7a21b78e5f28a5ceffad06769ea71a42f29e7ae85484f27dd81a34556&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Done-context_5.4.1-1.deb&response-content-type=application%2Foctet-stream [following]
  9. --2017-12-15 18:03:11--  https://github-production-release-asset-2e65be.s3.amazonaws.com/21431372/7dc7b76a-7837-11e7-9f53-15e10e77f678?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20171215%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20171215T180312Z&X-Amz-Expires=300&X-Amz-Signature=f92cfcf7a21b78e5f28a5ceffad06769ea71a42f29e7ae85484f27dd81a34556&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Done-context_5.4.1-1.deb&response-content-type=application%2Foctet-stream
  10. Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 54.231.72.27
  11. Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|54.231.72.27|:443... connected.
  12. WARNING: The certificate of `github-production-release-asset-2e65be.s3.amazonaws.com' is not trusted.
  13. WARNING: The certificate of `github-production-release-asset-2e65be.s3.amazonaws.com' hasn't got a known issuer.
  14. HTTP request sent, awaiting response... 200 OK
  15. Length: 19280 (19K) [application/octet-stream]
  16. Saving to: `/tmp/one.deb'
  17.  
  18. 100%[==============================================================================================>] 19,280      --.-K/s   in 0.1s    
  19.  
  20.  
  21. 2017-12-15 18:03:12 (135 KB/s) - `/tmp/one.deb' saved [19280/19280]
  22.  
  23. root@debian7:~# dpkg -i /tmp/one.deb
  24. Selecting previously unselected package one-context.
  25. (Reading database ... 20025 files and directories currently installed.)
  26. Unpacking one-context (from /tmp/one.deb) ...
  27. dpkg: dependency problems prevent configuration of one-context:
  28.  one-context depends on cloud-utils; however:
  29.   Package cloud-utils is not installed.
  30.  one-context depends on ruby; however:
  31.   Package ruby is not installed.
  32.  one-context depends on python; however:
  33.   Package python is not installed.
  34.  one-context depends on open-vm-tools; however:
  35.   Package open-vm-tools is not installed.
  36.  one-context depends on qemu-guest-agent; however:
  37.   Package qemu-guest-agent is not installed.
  38.  
  39. dpkg: error processing one-context (--install):
  40.  dependency problems - leaving unconfigured
  41. Errors were encountered while processing:
  42.  one-context
  43. root@debian7:~# apt-get -f install
  44. Reading package lists... Done
  45. Building dependency tree      
  46. Reading state information... Done
  47. Correcting dependencies... Done
  48. The following packages were automatically installed and are no longer required:
  49.   bind9-host geoip-database libbind9-80 libcap2 libdns88 libgeoip1 libisc84 libisccc80 libisccfg82 liblwres80 libxml2 sgml-base
  50.   xml-core
  51. Use 'apt-get autoremove' to remove them.
  52. The following packages will be REMOVED:
  53.   one-context
  54. 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
  55. 1 not fully installed or removed.
  56. After this operation, 62.5 kB disk space will be freed.
  57. Do you want to continue [Y/n]? n
  58. Abort.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement