Install mxt-app
Installing mxt-app package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mxt-app
mxt-app package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mxt-app |
version | 1.26-2 |
description | Command line utility for maXTouch devices |
subsection | utils |
website | github.com / atmel-maxtouch / mxt-app |
maintainer | Eric Dorland |
Uninstall mxt-app
To remove just mxt-app package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mxt-app
Uninstall mxt-app and it’s dependent packages
To remove the mxt-app package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mxt-app
Purging mxt-app
If you also want to delete configuration and/or data files of mxt-app from Debian Sid then this will work:
sudo apt-get purge mxt-app
To delete configuration and/or data files of mxt-app and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mxt-app