tmy牛人大佬:

  1. Following software will be installed on your system:
  2.    – Nginx Web Server
  3.    – Apache Web Server (as backend)
  4.    – Bind DNS Server
  5.    – Exim mail server + Antivirus Antispam
  6.    – Dovecot POP3/IMAP Server
  7.    – MySQL Database Server
  8.    – Vsftpd FTP Server
  9.    – Softaculous Plugin
  10.    – Iptables Firewall + Fail2Ban
  11. Would you like to continue : y
  12. Please enter admin email address:
  13. Please enter FQDN hostname :
  14. Installation backup directory: /root/vst_install_backups/1609600059
  15. Installation will take about 15 minutes …
  16. Reading package lists… Done
  17. Building dependency tree      
  18. Reading state information… Done
  19. Calculating upgrade… Done
  20. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  21. –2021-01-02 10:07:45–  http://nginx.org/keys/nginx_signing.key
  22. Resolving nginx.org (nginx.org)… 52.58.199.22, 3.125.197.172, 2a05:d014:edb:5704::6, …
  23. Connecting to nginx.org (nginx.org)|52.58.199.22|:80… connected.
  24. HTTP request sent, awaiting response… 200 OK
  25. Length: 1561 (1.5K)
  26. Saving to: ‘/tmp/nginx_signing.key’
  27. /tmp/nginx_signing.key  100%   1.52K  –.-KB/s    in 0s      
  28. 2021-01-02 10:07:45 (127 MB/s) – ‘/tmp/nginx_signing.key’ saved
  29. OK
  30. –2021-01-02 10:07:46–  http://c.vestacp.com/deb_signing.key
  31. Resolving c.vestacp.com (c.vestacp.com)… 104.236.66.100
  32. Connecting to c.vestacp.com (c.vestacp.com)|104.236.66.100|:80… connected.
  33. HTTP request sent, awaiting response… 200 OK
  34. Length: 1719 (1.7K)
  35. Saving to: ‘deb_signing.key’
  36. deb_signing.key         100%   1.68K  –.-KB/s    in 0s      
  37. 2021-01-02 10:07:46 (188 MB/s) – ‘deb_signing.key’ saved
  38. OK
  39. Ign:1 http://ftp.us.debian.org/debian stretch InRelease
  40. Hit:2 http://ftp.us.debian.org/debian stretch-updates InRelease
  41. Hit:3 http://ftp.us.debian.org/debian stretch Release                        
  42. Hit:4 http://security.debian.org/debian-security stretch/updates InRelease   
  43. Hit:5 http://apt.vestacp.com/stretch stretch InRelease                                         
  44. Hit:6 http://nginx.org/packages/debian stretch InRelease               
  45. Reading package lists… Done                     
  46. Reading package lists… Done
  47. Building dependency tree      
  48. Reading state information… Done
  49. Package apache2.2-common is not available, but is referred to by another package.
  50. This may mean that the package is missing, has been obsoleted, or
  51. is only available from another source
  52. However the following packages replace it:
  53.   apache2
  54. Package php5 is not available, but is referred to by another package.
  55. This may mean that the package is missing, has been obsoleted, or
  56. is only available from another source
  57. Package php5-common is not available, but is referred to by another package.
  58. This may mean that the package is missing, has been obsoleted, or
  59. is only available from another source
  60. Package php5-mysql is not available, but is referred to by another package.
  61. This may mean that the package is missing, has been obsoleted, or
  62. is only available from another source
  63. Package php5-curl is not available, but is referred to by another package.
  64. This may mean that the package is missing, has been obsoleted, or
  65. is only available from another source
  66. Package php5-cgi is not available, but is referred to by another package.
  67. This may mean that the package is missing, has been obsoleted, or
  68. is only available from another source
  69. Package libapache2-mod-php5 is not available, but is referred to by another package.
  70. This may mean that the package is missing, has been obsoleted, or
  71. is only available from another source
  72. E: Package ‘apache2.2-common’ has no installation candidate
  73. E: Package ‘libapache2-mod-php5’ has no installation candidate
  74. E: Package ‘php5’ has no installation candidate
  75. E: Package ‘php5-common’ has no installation candidate
  76. E: Package ‘php5-cgi’ has no installation candidate
  77. E: Package ‘php5-mysql’ has no installation candidate
  78. E: Package ‘php5-curl’ has no installation candidate
  79. E: Unable to locate package phpMyAdmin
  80. Error: apt-get install failed
  81. root@kvm-RegularHeavy-VM:~#

Syc牛人大佬:

手动安装

  1. sudo apt-get install -y language-pack-en-base
  2. sudo LC_ALL=en_US.UTF-8 add-apt-repository ppa:ondrej/php
  3. sudo add-apt-repository ppa:ondrej/php
  4. sudo apt-get update
  5. apt-cache search php5
  6. sudo apt-get install php5.5-common
  7. sudo apt-get install libapache2-mod-php5.5

tmy牛人大佬:


手动安装

都一样还是没有一个成功的, 都是找不到安装包