Install trn
Installing trn package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install trn
trn package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | trn |
version | 3.6-24 |
description | Threaded USENET news reader, based on rn |
subsection | news |
maintainer | Matthew Vernon |
Uninstall trn
To remove just trn package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove trn
Uninstall trn and it’s dependent packages
To remove the trn package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove trn
Purging trn
If you also want to delete configuration and/or data files of trn from Debian Sid then this will work:
sudo apt-get purge trn
To delete configuration and/or data files of trn and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove trn