Hi dear, today posting about easy step uninstall amavisd-new On Ubuntu. Lets follow this istructions.
Uninstall just amavisd-new
sudo apt-get remove amavisd-new
This command will remove just the amavisd-new package itself. No dependencies package removed too.
Uninstall amavisd-new and its dependencies
sudo apt-get remove --auto-remove amavisd-new
This will remove the amavisd-new package and any other dependant packages which are no longer needed.
Purging your config/data too
If you also want to delete your local/config files for amavisd-new then this will work.
Caution! Purged config/data can not be restored by reinstalling the package.
sudo apt-get purge amavisd-new
Or similarly, like this amavisd-new.
sudo apt-get purge --auto-remove amavisd-new
Package Data
Package | amavisd-new |
Version | 1:2.10.1-2ubuntu1 |
Maintainer | Ubuntu Developers <[email protected]> |
Home page | http://www.ijs.si/software/amavisd/ |
Description | Interface between MTA and virus scanner/content filters |
That is easiest way uninstall amavisd-new ubuntu server. May be it’s helpful, please feel free to leave a comment if you have any questions and I’ll appreciate it.