How to install pcsc-omnikey on Ubuntu
Sie müssen registriert sein, um Links zu sehen.
Install pcsc-omnikey
Installing pcsc-omnikey package on Ubuntu is as easy as running the following command on terminal:
sudo apt-get update
sudo apt-get install pcsc-omnikey
How to uninstall pcsc-omnikey from Ubuntu
Sie müssen registriert sein, um Links zu sehen.
Uninstall pcsc-omnikey
To uninstall just pcsc-omnikey package itself from Ubuntu execute on terminal:
sudo apt-get remove pcsc-omnikey
Uninstall pcsc-omnikey and it's dependent packages
To uninstall the pcsc-omnikey package and any other dependant package which are no longer needed on Ubuntu.
sudo apt-get autoremove pcsc-omnikey
Purging pcsc-omnikey
If you also want to delete configuration and/or data files of pcsc-omnikey from Ubuntu then this will work:
sudo apt-get purge pcsc-omnikey
To delete configuration and/or data files of pcsc-omnikey and it's dependencies from Ubuntu then execute:
sudo apt-get autoremove --purge pcsc-omnikey