Install mythtv-status
Installing mythtv-status package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mythtv-status
mythtv-status package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mythtv-status |
version | 0.10.6-1 |
description | Show the status of a MythTV backend |
subsection | misc |
website | etc.gen.nz / projects / mythtv / mythtv-status.html |
maintainer | Andrew Ruthven |
Uninstall mythtv-status
To remove just mythtv-status package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mythtv-status
Uninstall mythtv-status and it’s dependent packages
To remove the mythtv-status package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mythtv-status
Purging mythtv-status
If you also want to delete configuration and/or data files of mythtv-status from Debian Sid then this will work:
sudo apt-get purge mythtv-status
To delete configuration and/or data files of mythtv-status and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mythtv-status