I wanted to clean up our system today since we only use one php-version (now 8.0). Unfortunately I cannot delete 7.4 since it would uninstall froxlor package also. From what I found I assume the dependency of froxlor to php-cgi is relevant!? But why isn't it using the php8.0-cgi package? Or do I miss something?
# apt remove php7.4*
The following packages will be REMOVED:
froxlor libapache2-mod-php7.4 php7.4 php7.4-bcmath php7.4-cgi php7.4-cli
php7.4-common php7.4-curl php7.4-gd php7.4-imap php7.4-json php7.4-mbstring
php7.4-mysql php7.4-opcache php7.4-readline php7.4-xml php7.4-zip
I don't actually know if it has something to do with this, but had problems with meta-packages before and can't figure this one out now:
Question
techie204
I wanted to clean up our system today since we only use one php-version (now 8.0). Unfortunately I cannot delete 7.4 since it would uninstall froxlor package also. From what I found I assume the dependency of froxlor to php-cgi is relevant!? But why isn't it using the php8.0-cgi package? Or do I miss something?
# apt remove php7.4* The following packages will be REMOVED: froxlor libapache2-mod-php7.4 php7.4 php7.4-bcmath php7.4-cgi php7.4-cli php7.4-common php7.4-curl php7.4-gd php7.4-imap php7.4-json php7.4-mbstring php7.4-mysql php7.4-opcache php7.4-readline php7.4-xml php7.4-zip
I don't actually know if it has something to do with this, but had problems with meta-packages before and can't figure this one out now:
# apt depends froxlor --installed ... |Depends: php-cgi (>= 1:7.1) ...
Anyway, how can I uninstall the old PHP version without uninstalling froxlor!?
30 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now