Hi All I have installed Debian-11.5.0, the install went ok, I have installed using a USB Stick not a CdRom I have tried to follow the Perfect Server Automated ISPConfig 3 Installation on Debian 10 - 11 and Ubuntu 20.04 When I choose to install nginx with wget -O - https://get.ispconfig.org | sh -s -- --use-nginx --no-dns --no-mail --use-ftp-ports=40110-40210 --unattended-upgrades I get the following error message PHP cli missing, trying to install. E: The repository 'cdrom://[Debian GNU/Linux 11.5.0 _Bullseye_ - Unofficial amd64 DVD Binary-1 with firmware 20220910-10:40] bullseye Release' does not have a Release file. PHP cli is missing. Please install package php-cli. root@############:~# Perfect Server Automated ISPConfig 3 Installation on Debian 10 - 11 and Ubuntu 20.04Perfect Server Automated ISPConfig 3 Installation on Debian 10 - 11 and Ubuntu 20.04Perfect Server Automated ISPConfig 3 Installation on Debian 10 - 11 and Ubuntu 20.04 How can I install php-cli I was going to install Debian 10.x but could not find it on the Debian website Cheers Scorp
Code: apt install php-cli But I suspect there may be further errors, so I would check the installed Debian 11 is configured like instructed in https://www.howtoforge.com/ispconfig-autoinstall-debian-ubuntu/ Code: E: The repository 'cdrom://[Debian GNU/Linux 11.5.0 _Bullseye_ - Unofficial amd64 DVD Binary-1 with firmware 20220910-10:40] bullseye Release' does not have a Release file. Looks like you have not configured a repository to download packages from. and have only one of the DVD disks from the set. or you have removed the USB stick when installing ISPConfig. https://www.debian.org/releases/buster/
There is no need to install it manually, the auto installer will do that. The reason for your problem is solely the wrong config of your /etc/apt/sources.list file, it lacks repositories to download software from. Fix that, then run 'apt-get update' and then run the auto installer. Makes no sense as Debian 10 is already old stable, use Debian 11.
Hi All Thanks for your fast replys Till Last night I changed the sources.list and the auto installer worked fine. Cheers Scorp