Install libpam-poldi
Installing libpam-poldi package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libpam-poldi
libpam-poldi package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libpam-poldi |
version | 0.4.2+git20151221.338f78b-1 |
description | PAM module allowing authentication using a OpenPGP smartcard |
subsection | admin |
website | g10code.com / p-poldi.html |
maintainer | NIIBE Yutaka |
Uninstall libpam-poldi
To remove just libpam-poldi package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libpam-poldi
Uninstall libpam-poldi and it’s dependent packages
To remove the libpam-poldi package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libpam-poldi
Purging libpam-poldi
If you also want to delete configuration and/or data files of libpam-poldi from Debian Sid then this will work:
sudo apt-get purge libpam-poldi
To delete configuration and/or data files of libpam-poldi and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libpam-poldi