tmy大佬:
- Following software will be installed on your system:
- – Nginx Web Server
- – Apache Web Server (as backend)
- – Bind DNS Server
- – Exim mail server + Antivirus Antispam
- – Dovecot POP3/IMAP Server
- – MySQL Database Server
- – Vsftpd FTP Server
- – Softaculous Plugin
- – Iptables Firewall + Fail2Ban
- Would you like to continue [y/n]: y
- Please enter admin email address:
- Please enter FQDN hostname [kvm-RegularHeavy-VM]:
- Installation backup directory: /root/vst_install_backups/1609600059
- Installation will take about 15 minutes …
- Reading package lists… Done
- Building dependency tree
- Reading state information… Done
- Calculating upgrade… Done
- 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
- –2021-01-02 10:07:45– http://nginx.org/keys/nginx_signing.key
- Resolving nginx.org (nginx.org)… 52.58.199.22, 3.125.197.172, 2a05:d014:edb:5704::6, …
- Connecting to nginx.org (nginx.org)|52.58.199.22|:80… connected.
- HTTP request sent, awaiting response… 200 OK
- Length: 1561 (1.5K) [application/octet-stream]
- Saving to: ‘/tmp/nginx_signing.key’
- /tmp/nginx_signing.key 100%[===============================>] 1.52K –.-KB/s in 0s
- 2021-01-02 10:07:45 (127 MB/s) – ‘/tmp/nginx_signing.key’ saved [1561/1561]
- OK
- –2021-01-02 10:07:46– http://c.vestacp.com/deb_signing.key
- Resolving c.vestacp.com (c.vestacp.com)… 104.236.66.100
- Connecting to c.vestacp.com (c.vestacp.com)|104.236.66.100|:80… connected.
- HTTP request sent, awaiting response… 200 OK
- Length: 1719 (1.7K) [text/plain]
- Saving to: ‘deb_signing.key’
- deb_signing.key 100%[===============================>] 1.68K –.-KB/s in 0s
- 2021-01-02 10:07:46 (188 MB/s) – ‘deb_signing.key’ saved [1719/1719]
- OK
- Ign:1 http://ftp.us.debian.org/debian stretch InRelease
- Hit:2 http://ftp.us.debian.org/debian stretch-updates InRelease
- Hit:3 http://ftp.us.debian.org/debian stretch Release
- Hit:4 http://security.debian.org/debian-security stretch/updates InRelease
- Hit:5 http://apt.vestacp.com/stretch stretch InRelease
- Hit:6 http://nginx.org/packages/debian stretch InRelease
- Reading package lists… Done
- Reading package lists… Done
- Building dependency tree
- Reading state information… Done
- Package apache2.2-common is not available, but is referred to by another package.
- This may mean that the package is missing, has been obsoleted, or
- is only available from another source
- However the following packages replace it:
- apache2
- Package php5 is not available, but is referred to by another package.
- This may mean that the package is missing, has been obsoleted, or
- is only available from another source
- Package php5-common is not available, but is referred to by another package.
- This may mean that the package is missing, has been obsoleted, or
- is only available from another source
- Package php5-mysql is not available, but is referred to by another package.
- This may mean that the package is missing, has been obsoleted, or
- is only available from another source
- Package php5-curl is not available, but is referred to by another package.
- This may mean that the package is missing, has been obsoleted, or
- is only available from another source
- Package php5-cgi is not available, but is referred to by another package.
- This may mean that the package is missing, has been obsoleted, or
- is only available from another source
- Package libapache2-mod-php5 is not available, but is referred to by another package.
- This may mean that the package is missing, has been obsoleted, or
- is only available from another source
- E: Package ‘apache2.2-common’ has no installation candidate
- E: Package ‘libapache2-mod-php5’ has no installation candidate
- E: Package ‘php5’ has no installation candidate
- E: Package ‘php5-common’ has no installation candidate
- E: Package ‘php5-cgi’ has no installation candidate
- E: Package ‘php5-mysql’ has no installation candidate
- E: Package ‘php5-curl’ has no installation candidate
- E: Unable to locate package phpMyAdmin
- Error: apt-get install failed
- [email protected]:~#
Syc大佬:
手动安装
- sudo apt-get install -y language-pack-en-base
- sudo LC_ALL=en_US.UTF-8 add-apt-repository ppa:ondrej/php
- sudo add-apt-repository ppa:ondrej/php
- sudo apt-get update
- apt-cache search php5
- sudo apt-get install php5.5-common
- sudo apt-get install libapache2-mod-php5.5
tmy大佬:
手动安装
都一样还是没有一个成功的, 都是找不到安装包