Install tuxcmd-modules
Installing tuxcmd-modules package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install tuxcmd-modules
tuxcmd-modules package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | tuxcmd-modules |
version | 0.6.70+ds-5+b1 |
description | VFS modules for tuxcmd file manager |
subsection | utils |
website | tuxcmd.sourceforge.net |
maintainer | Debian QA Group |
Uninstall tuxcmd-modules
To remove just tuxcmd-modules package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove tuxcmd-modules
Uninstall tuxcmd-modules and it’s dependent packages
To remove the tuxcmd-modules package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove tuxcmd-modules
Purging tuxcmd-modules
If you also want to delete configuration and/or data files of tuxcmd-modules from Debian Sid then this will work:
sudo apt-get purge tuxcmd-modules
To delete configuration and/or data files of tuxcmd-modules and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove tuxcmd-modules