Install popa3d
Installing popa3d package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install popa3d
popa3d package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | popa3d |
version | 1.0.3-1 |
description | Tiny POP3 daemon, designed with security as the primary goal |
subsection | |
website | openwall.com / popa3d / |
maintainer | Krzysztof Krzyżaniak (eloy) |
Uninstall popa3d
To remove just popa3d package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove popa3d
Uninstall popa3d and it’s dependent packages
To remove the popa3d package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove popa3d
Purging popa3d
If you also want to delete configuration and/or data files of popa3d from Debian Sid then this will work:
sudo apt-get purge popa3d
To delete configuration and/or data files of popa3d and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove popa3d