Install mt-st
Installing mt-st package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mt-st
mt-st package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mt-st |
version | 1.1-6 |
description | Linux SCSI tape driver aware magnetic tape control (aka mt) |
subsection | admin |
website | ftp.ibiblio.org / pub / linux / … / mt-st-1.1.tar.gz |
maintainer | Iustin Pop |
Uninstall mt-st
To remove just mt-st package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mt-st
Uninstall mt-st and it’s dependent packages
To remove the mt-st package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mt-st
Purging mt-st
If you also want to delete configuration and/or data files of mt-st from Debian Sid then this will work:
sudo apt-get purge mt-st
To delete configuration and/or data files of mt-st and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mt-st