To uninstall e2fsck-static just follow these instructions.
sudo apt-get remove e2fsck-static
This will remove just the e2fsck-static package itself.
sudo apt-get remove --auto-remove e2fsck-static
This will remove the e2fsck-static package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for e2fsck-static then this will work.
sudo apt-get purge e2fsck-static
Or similarly, like this e2fsck-static
sudo apt-get purge --auto-remove e2fsck-static
Package | e2fsck-static |
Version | 1.43.4-2 |
Maintainer | Theodore Y. Ts'o <[email protected]> |
Home page | http://e2fsprogs.sourceforge.net |
Description | statically-linked version of the ext2/ext3/ext4 filesystem checker to break the shared libraries used by the dynamically linked checker. |
Distro | parrot |
Release | jollyroger |
Repo | main |
Section | admin |