Install postfix-pcre
Installing postfix-pcre package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install postfix-pcre
postfix-pcre package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | postfix-pcre |
version | 3.1.0-3 |
description | PCRE map support for Postfix |
subsection | |
website | postfix.org |
maintainer | LaMont Jones |
Uninstall postfix-pcre
To remove just postfix-pcre package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove postfix-pcre
Uninstall postfix-pcre and it’s dependent packages
To remove the postfix-pcre package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove postfix-pcre
Purging postfix-pcre
If you also want to delete configuration and/or data files of postfix-pcre from Debian Sid then this will work:
sudo apt-get purge postfix-pcre
To delete configuration and/or data files of postfix-pcre and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove postfix-pcre