Install mountpy
Installing mountpy package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mountpy
mountpy package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mountpy |
version | 0.8.1 |
description | script for quick mounting of removable devices |
subsection | utils |
maintainer | Radovan Garabík |
Uninstall mountpy
To remove just mountpy package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mountpy
Uninstall mountpy and it’s dependent packages
To remove the mountpy package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mountpy
Purging mountpy
If you also want to delete configuration and/or data files of mountpy from Debian Sid then this will work:
sudo apt-get purge mountpy
To delete configuration and/or data files of mountpy and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mountpy