Install mythtvfs
Installing mythtvfs package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mythtvfs
mythtvfs package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mythtvfs |
version | 0.6.1-3 |
description | userspace filesystem client for MythTV |
subsection | utils |
website | outflux.net / software / pkgs / mythtvfs-fuse / |
maintainer | Kees Cook |
Uninstall mythtvfs
To remove just mythtvfs package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mythtvfs
Uninstall mythtvfs and it’s dependent packages
To remove the mythtvfs package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mythtvfs
Purging mythtvfs
If you also want to delete configuration and/or data files of mythtvfs from Debian Sid then this will work:
sudo apt-get purge mythtvfs
To delete configuration and/or data files of mythtvfs and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mythtvfs