easy-wi / installer

Easy-Wi Installer
GNU General Public License v3.0
26 stars 26 forks source link

Easy wi cannot be installed error php7.4-comoon is missing #137

Open trimx2 opened 1 year ago

trimx2 commented 1 year ago

Hello, I'm new here and have been dealing with this topic very intensively for a few weeks. Your project got me started on it. Unfortunately it doesn't work for me.

My server installation: Ubuntu 22.04 64 bit mysql + phpmyadmin is already installed

These are already working

Now I downloaded the 3.3 script realse, unpacked it and started it. Unfortunately he aborts and writes that the php7.4-common package does not exist, not an installation candidate. I can't find this one with sudo apt install php7.4-common either.

Can you help me ?

`Installing package php7.4 Paketlisten werden gelesen… Fertig Abhängigkeitsbaum wird aufgebaut… Fertig Statusinformationen werden eingelesen… Fertig Hinweis: »libapache2-mod-php7.4« wird für regulären Ausdruck »php7.4« gewählt. Hinweis: »php7.4-fpm« wird für regulären Ausdruck »php7.4« gewählt. Hinweis: »php7.4-common« wird für regulären Ausdruck »php7.4« gewählt. libapache2-mod-php7.4 ist schon die neueste Version (8.1.2-1ubuntu2.11). 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.

Installing package php7.4-common Paketlisten werden gelesen… Fertig Abhängigkeitsbaum wird aufgebaut… Fertig Statusinformationen werden eingelesen… Fertig Paket php7.4-common ist nicht verfügbar, wird aber von einem anderen Paket referenziert. Das kann heißen, dass das Paket fehlt, dass es abgelöst wurde oder nur aus einer anderen Quelle verfügbar ist.

E: Für Paket »php7.4-common« existiert kein Installationskandidat.

Please check Output! Installation abort! `

trimx2 commented 1 year ago

I found out the following

The installation script then goes through But I haven't had time to test whether this is causing negative things. I haven't been able to test the website installation yet, I've only gotten the script through with it :)

Is that the solution?

sudo apt install software-properties-common sudo add-apt-repository ppa:ondrej/php sudo apt -y install php7.4 add-apt-repository -y ppa:teejee2008/ppa

Lacrimosa99 commented 11 months ago

please try the testing version.

https://raw.githubusercontent.com/easy-wi/installer/master/easy-wi_install.sh

Nexus633 commented 11 months ago

I will check this tomorrow on my Ubuntu WSL. If I have the solution, I will make a Update :-)