ERROR: Conf phpmyadmin does not exist!
dpkg: error processing package phpmyadmin (--remove):
installed phpmyadmin package post-removal script subprocess returned error exit
status 1
dpkg: too many errors, stopping
Errors were encountered while processing:
phpmyadmin
Processing was halted because there were too many errors.
E: Sub-process /usr/bin/dpkg returned an error code (1)
Asked
Active
Viewed 1,517 times
0

N0rbert
- 99,918
1 Answers
0
Problem installing phpMyAdmin on Ubuntu 19.10 (Eoan Ermine)
You can use our PPA to fix this issue (if you wanted to re-install), phpMyAdmin is back in Ubuntu 20
sudo add-apt-repository ppa:phpmyadmin/ppa
sudo apt-get update
sudo apt-get install phpmyadmin
apt-cache policy phpmyadmin
to the question. – N0rbert Jan 15 '20 at 18:26ERROR: Conf phpmyadmin does not exist!
means 'there is no such file as /etc/apache2/conf-available/phpmyadmin.conf'. This could have some reasons. Manual deleted, issue during install (out of space), not enough rights on install, ... - But I think there are more errors before. If not, I would trysudo touch /etc/apache2/conf-available/phpmyadmin.conf
on the console/terminal. – LupusE Jan 16 '20 at 13:21