Advertisement
kazaaakas

10

Feb 9th, 2018
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. root@vps1247075:~# sudo apt-get install apache2
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. apache2 is already the newest version (2.4.18-2ubuntu3.5).
  6. 0 upgraded, 0 newly installed, 0 to remove and 155 not upgraded.
  7. root@vps1247075:~# ^C
  8. root@vps1247075:~# sudo apt-get install install php5 libapache2-mod-php5
  9. Reading package lists... Done
  10. Building dependency tree
  11. Reading state information... Done
  12. Package libapache2-mod-php5 is not available, but is referred to by another package.
  13. This may mean that the package is missing, has been obsoleted, or
  14. is only available from another source
  15.  
  16. Package php5 is not available, but is referred to by another package.
  17. This may mean that the package is missing, has been obsoleted, or
  18. is only available from another source
  19.  
  20. E: Unable to locate package install
  21. E: Package 'php5' has no installation candidate
  22. E: Package 'libapache2-mod-php5' has no installation candidate
  23. root@vps1247075:~# sudo apt-get install php5
  24. Reading package lists... Done
  25. Building dependency tree
  26. Reading state information... Done
  27. Package php5 is not available, but is referred to by another package.
  28. This may mean that the package is missing, has been obsoleted, or
  29. is only available from another source
  30.  
  31. E: Package 'php5' has no installation candidate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement