ich glaube, ich steh grad etwas auf dem Schlauch

Seit 1-2 Tagen erhalte ich beim üblichen Update mit "apt-get dist-upgrade" immer apache2 als weiteres Paket, welches "unbedingt" mit installiert werden soll, obwohl ich Nginx nutze. Vielleicht seh ich vor lauter Bäumen den Wald nicht

Code: Alles auswählen
apt-get -s dist-upgrade
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Paketaktualisierung (Upgrade) wird berechnet... Fertig
Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
php7.2 php7.2-curl php7.2-mbstring php7.2-mysql
Verwenden Sie »apt autoremove«, um sie zu entfernen.
Die folgenden NEUEN Pakete werden installiert:
apache2 apache2-bin apache2-data libapache2-mod-php7.3 libaprutil1-dbd-sqlite3 libaprutil1-ldap liblua5.2-0 libpcre2-8-0 php7.3 php7.3-cli php7.3-common php7.3-curl php7.3-json php7.3-mbstring php7.3-mysql php7.3-opcache
php7.3-readline
Die folgenden Pakete werden aktualisiert (Upgrade):
php php-curl php-mbstring php-mysql
4 aktualisiert, 17 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
...
Code: Alles auswählen
deb http://ftp.de.debian.org/debian/ stretch main
deb-src http://ftp.de.debian.org/debian/ stretch main
deb http://security.debian.org/ stretch/updates main contrib
deb-src http://security.debian.org/ stretch/updates main contrib
deb http://ftp.de.debian.org/debian/ stretch-updates main contrib
deb-src http://ftp.de.debian.org/debian/ stretch-updates main contrib
deb http://packages.dotdeb.org stretch all
deb-src http://packages.dotdeb.org stretch all
deb http://ftp.debian.org/debian stretch-backports main
deb http://nginx.org/packages/debian/ stretch nginx
deb-src http://nginx.org/packages/debian/ stretch nginx
deb https://packages.sury.org/php/ stretch main
Code: Alles auswählen
root@debian9:~# dpkg -l | grep php
ii php 2:7.2+69+0~20190215163918.14+stretch~1.gbpfa617b all server-side, HTML-embedded scripting language (default)
ii php-common 2:69+0~20190303094804.15+stretch~1.gbp0f7465 all Common files for PHP packages
ii php-curl 2:7.2+69+0~20190215163918.14+stretch~1.gbpfa617b all CURL module for PHP [default]
ii php-igbinary 2.0.8-1+0~20190218104323.8+stretch~1.gbpb6c089 amd64 igbinary PHP serializer
ii php-mbstring 2:7.2+69+0~20190215163918.14+stretch~1.gbpfa617b all MBSTRING module for PHP [default]
ii php-mysql 2:7.2+69+0~20190215163918.14+stretch~1.gbpfa617b all MySQL module for PHP [default]
ii php-redis 4.2.0-1+0~20190222131115.11+stretch~1.gbpf8a642 amd64 PHP extension for interfacing with Redis
ii php7.2 7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0 all server-side, HTML-embedded scripting language (metapackage)
ii php7.2-cli 7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0 amd64 command-line interpreter for the PHP scripting language
ii php7.2-common 7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0 amd64 documentation, examples and common module for PHP
ii php7.2-curl 7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0 amd64 CURL module for PHP
ii php7.2-fpm 7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0 amd64 server-side, HTML-embedded scripting language (FPM-CGI binary)
ii php7.2-gd 7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0 amd64 GD module for PHP
ii php7.2-intl 7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0 amd64 Internationalisation module for PHP
ii php7.2-json 7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0 amd64 JSON module for PHP
ii php7.2-mbstring 7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0 amd64 MBSTRING module for PHP
ii php7.2-mysql 7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0 amd64 MySQL module for PHP
ii php7.2-opcache 7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0 amd64 Zend OpCache module for PHP
ii php7.2-readline 7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0 amd64 readline module for PHP
ii php7.2-xml 7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0 amd64 DOM, SimpleXML, WDDX, XML, and XSL module for PHP
ii php7.2-zip 7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0 amd64 Zip module for PHP
root@debian9:~# dpkg -l | grep nginx
ii libnginx-mod-http-auth-pam 1.14.1-1~bpo9+1 amd64 PAM authentication module for Nginx
ii libnginx-mod-http-cache-purge 1.14.1-1~bpo9+1 amd64 Purge content from Nginx caches
ii libnginx-mod-http-dav-ext 1.14.1-1~bpo9+1 amd64 WebDAV missing commands support for Nginx
ii libnginx-mod-http-echo 1.14.1-1~bpo9+1 amd64 Bring echo and more shell style goodies to Nginx
ii libnginx-mod-http-fancyindex 1.14.1-1~bpo9+1 amd64 Fancy indexes module for the Nginx
ii libnginx-mod-http-geoip 1.14.1-1~bpo9+1 amd64 GeoIP HTTP module for Nginx
ii libnginx-mod-http-headers-more-filter 1.14.1-1~bpo9+1 amd64 Set and clear input and output headers for Nginx
ii libnginx-mod-http-image-filter 1.14.1-1~bpo9+1 amd64 HTTP image filter module for Nginx
ii libnginx-mod-http-lua 1.14.1-1~bpo9+1 amd64 Lua module for Nginx
ii libnginx-mod-http-ndk 1.14.1-1~bpo9+1 amd64 Nginx Development Kit module
ii libnginx-mod-http-perl 1.14.1-1~bpo9+1 amd64 Perl module for Nginx
ii libnginx-mod-http-subs-filter 1.14.1-1~bpo9+1 amd64 Substitution filter module for Nginx
ii libnginx-mod-http-uploadprogress 1.14.1-1~bpo9+1 amd64 Upload progress system for Nginx
ii libnginx-mod-http-upstream-fair 1.14.1-1~bpo9+1 amd64 Nginx Upstream Fair Proxy Load Balancer
ii libnginx-mod-http-xslt-filter 1.14.1-1~bpo9+1 amd64 XSLT Transformation module for Nginx
ii libnginx-mod-mail 1.14.1-1~bpo9+1 amd64 Mail module for Nginx
ii libnginx-mod-nchan 1.14.1-1~bpo9+1 amd64 Fast, flexible pub/sub server for Nginx
ii libnginx-mod-stream 1.14.1-1~bpo9+1 amd64 Stream module for Nginx
rc nginx 1.12.2-1~stretch amd64 high performance web server
ii nginx-common 1.14.1-1~bpo9+1 all small, powerful, scalable web/proxy server - common files
ii nginx-extras 1.14.1-1~bpo9+1 amd64 nginx web/proxy server (extended version)
ii python-certbot-nginx 0.28.0-1~deb9u1 all transitional dummy package
ii python3-certbot-nginx 0.28.0-1~deb9u1 all Nginx plugin for Certbot