To uninstall libapt-pkg-dev just follow these instructions.
sudo apt-get remove libapt-pkg-dev
This will remove just the libapt-pkg-dev package itself.
sudo apt-get remove --auto-remove libapt-pkg-dev
This will remove the libapt-pkg-dev package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for libapt-pkg-dev then this will work.
sudo apt-get purge libapt-pkg-dev
Or similarly, like this libapt-pkg-dev
sudo apt-get purge --auto-remove libapt-pkg-dev
Package | libapt-pkg-dev |
Version | 1.2.17 |
Maintainer | APT Development Team <[email protected]> |
Description | development files for APT's libapt-pkg and libapt-inst developing with APT's libapt-pkg Debian package manipulation library and the libapt-inst deb/tar/ar library. |
Distro | linuxmint |
Release | serena |
Repo | backport |
Section | libdevel |