Advertisement
Guest User

Untitled

a guest
May 25th, 2017
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. # LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
  2. More info: https://launchpad.net/~ondrej/+archive/ubuntu/php
  3. Press [ENTER] to continue or ctrl-c to cancel adding it
  4.  
  5. gpg: keyring `/tmp/tmprap8pdmo/secring.gpg' created
  6. gpg: keyring `/tmp/tmprap8pdmo/pubring.gpg' created
  7. gpg: requesting key E5267A6C from hkp server keyserver.ubuntu.com
  8. gpg: /tmp/tmprap8pdmo/trustdb.gpg: trustdb created
  9. gpg: key E5267A6C: public key "Launchpad PPA for Ondřej Surý" imported
  10. gpg: Total number processed: 1
  11. gpg: imported: 1 (RSA: 1)
  12. OK
  13. root@stv1:/etc/apt# ls
  14. apt.conf.d preferences.d sources.list sources.list.d sources.list.save trusted.gpg trusted.gpg.d trusted.gpg~
  15. root@stv1:/etc/apt# apt-get update
  16. Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease
  17. Hit:2 http://archive.ubuntu.com/ubuntu xenial-updates InRelease
  18. Get:3 http://ppa.launchpad.net/ondrej/php/ubuntu xenial InRelease [23.9 kB]
  19. Hit:4 http://archive.ubuntu.com/ubuntu xenial-security InRelease
  20. Get:5 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main amd64 Packages [43.4 kB]
  21. Get:6 http://ppa.launchpad.net/ondrej/php/ubuntu xenial/main Translation-en [25.3 kB]
  22. Fetched 92.6 kB in 0s (154 kB/s)
  23. Reading package lists... Done
  24. root@stv1:/etc/apt# apt-get dist-upgrade
  25. Reading package lists... Done
  26. Building dependency tree
  27. Reading state information... Done
  28. Calculating upgrade... Done
  29. The following packages were automatically installed and are no longer required:
  30. libvpx3 php7.0-curl
  31. Use 'apt autoremove' to remove them.
  32. The following NEW packages will be installed:
  33. libssl1.0.2 libwebp5 php7.1-cli php7.1-common php7.1-curl php7.1-fpm php7.1-gd php7.1-json php7.1-mbstring php7.1-mcrypt php7.1-mysql php7.1-opcache php7.1-readline
  34. php7.1-xml
  35. The following packages will be upgraded:
  36. libgd3 libjbig0 libpcre3 libxml2 libzip4 openssl php-common php-curl php-fpm php-gd php-gettext php-mbstring php-mcrypt php-mysql php-pear php-xml php7.0-cli
  37. php7.0-common php7.0-curl php7.0-fpm php7.0-gd php7.0-json php7.0-mbstring php7.0-mcrypt php7.0-mysql php7.0-opcache php7.0-readline php7.0-xml php7.0-zip
  38. 29 upgraded, 14 newly installed, 0 to remove and 0 not upgraded.
  39. Need to get 12.8 MB of archives.
  40. After this operation, 21.5 MB of additional disk space will be used.
  41. Do you want to continue? [Y/n] n
  42. Abort.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement