YiinY

Untitled

Nov 2nd, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. root@Zeus:~# apt-get install php5-mcrypt
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following packages were automatically installed and are no longer required:
  6. linux-headers-3.13.0-36 linux-headers-3.13.0-36-generic
  7. linux-image-3.13.0-36-generic linux-image-extra-3.13.0-36-generic
  8. Use 'apt-get autoremove' to remove them.
  9. The following NEW packages will be installed:
  10. php5-mcrypt
  11. 0 upgraded, 1 newly installed, 0 to remove and 27 not upgraded.
  12. Need to get 15.4 kB of archives.
  13. After this operation, 102 kB of additional disk space will be used.
  14. Get:1 http://mirrors.digitalocean.com/ubuntu/ trusty/universe php5-mcrypt amd64 5.4.6-0ubuntu5 [15.4 kB]
  15. Fetched 15.4 kB in 0s (38.0 kB/s)
  16. Selecting previously unselected package php5-mcrypt.
  17. (Reading database ... 117325 files and directories currently installed.)
  18. Preparing to unpack .../php5-mcrypt_5.4.6-0ubuntu5_amd64.deb ...
  19. Unpacking php5-mcrypt (5.4.6-0ubuntu5) ...
  20. Setting up php5-mcrypt (5.4.6-0ubuntu5) ...
  21. root@Zeus:~# php5enmod mcrypt
  22. root@Zeus:~# service nginx restart
  23. * Restarting nginx nginx [ OK ]
  24. root@Zeus:~#
Advertisement
Add Comment
Please, Sign In to add comment