Install trac-authopenid
Installing trac-authopenid package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install trac-authopenid
trac-authopenid package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | trac-authopenid |
version | 0.4.7-1 |
description | OpenID authentication plugin for Trac |
subsection | python |
website | github.com / dairiki / authopenid-plugin |
maintainer | Jeremy Lainé |
Uninstall trac-authopenid
To remove just trac-authopenid package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove trac-authopenid
Uninstall trac-authopenid and it’s dependent packages
To remove the trac-authopenid package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove trac-authopenid
Purging trac-authopenid
If you also want to delete configuration and/or data files of trac-authopenid from Debian Sid then this will work:
sudo apt-get purge trac-authopenid
To delete configuration and/or data files of trac-authopenid and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove trac-authopenid