Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

dpkg can't install pgAdmin4-web on my debian

Tags:

pgadmin-4

I tried installing pgadmin4 on debian10 and it reported:

dpkg: error processing archive /var/cache/apt/archives/pgadmin4-web_4.24_all.deb (--unpack):
trying to overwrite '/etc/apache2/conf-available/pgadmin4.conf', which is also in package pgadmin4-apache2 4.23-1.pgdg100+1

Screenshot

like image 852
Edem Akotah Avatar asked Oct 23 '25 23:10

Edem Akotah


1 Answers

Try force-overwriting :

sudo dpkg -i --force-overwrite /var/cache/apt/archives/pgadmin4-web_4.24_all.deb

sudo apt-get -f install
like image 91
Thirumal Avatar answered Oct 26 '25 17:10

Thirumal



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!