Install tads3-common
Installing tads3-common package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install tads3-common
tads3-common package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | tads3-common |
version | 1:1.2.3-1 |
description | TADS version 3 runtime support files |
subsection | games |
website | tads.org / frobtads.htm |
maintainer | Daniel Schepler |
Uninstall tads3-common
To remove just tads3-common package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove tads3-common
Uninstall tads3-common and it’s dependent packages
To remove the tads3-common package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove tads3-common
Purging tads3-common
If you also want to delete configuration and/or data files of tads3-common from Debian Sid then this will work:
sudo apt-get purge tads3-common
To delete configuration and/or data files of tads3-common and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove tads3-common