Ich habe eben einen etwas längeren Post im Thread "Fortgeschrittene Themen-> Serverdienste und Datenfreigaben" abgesetzt. Der wird aber zurückgehalten, warum weiß ich nicht.
Deshalb hier noch mal auf eien ganz einfachen Nenner gebracht:
Ich kriege das libapache2-mod-php8.1 nicht installiert unter Ubuntu 22.04.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | apt install libapache2-mod-php8.1 Reading package lists... Done Building dependency tree... Done Reading state information... Done libapache2-mod-php8.1 is already the newest version (8.1.2-1ubuntu2.14). 0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] Setting up libapache2-mod-php8.1 (8.1.2-1ubuntu2.14) ... dpkg: error processing package libapache2-mod-php8.1 (--configure): installed libapache2-mod-php8.1 package post-installation script subprocess returned error exit status 1 Errors were encountered while processing: libapache2-mod-php8.1 needrestart is being skipped since dpkg has failed E: Sub-process /usr/bin/dpkg returned an error code (1) root@mail:/var/log# |