Re: Mario E. Weisz 2020-01-12
> $ sudo apt autoremove
>
> leaves these packages behind:
> postgresql-client-11
As mentioned in one of the other bugs you filed, this was caused by
/etc/apt/apt.conf.d/01autoremove-postgresql. I've now replaced this
with a smarter solution that only marks packages
package: postgresql-11
version: 11.5-1+deb10u1
Note: This was attempted on *fresh* Debian and Ubuntu installations.
$ sudo apt install postgresql-11
$ sudo apt purge postgresql-11
$ sudo apt autoremove
leaves these packages behind:
postgresql-client-11
postgresql-client-common
postgresql-common
2 matches
Mail list logo