Install libmtdev-dev
Installing libmtdev-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libmtdev-dev
libmtdev-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libmtdev-dev |
version | 1.1.5-1 |
description | Multitouch Protocol Translation Library – dev files |
subsection | libdevel |
website | bitmath.org / code / mtdev / |
maintainer | Nobuhiro Iwamatsu |
Uninstall libmtdev-dev
To remove just libmtdev-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libmtdev-dev
Uninstall libmtdev-dev and it’s dependent packages
To remove the libmtdev-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libmtdev-dev
Purging libmtdev-dev
If you also want to delete configuration and/or data files of libmtdev-dev from Debian Sid then this will work:
sudo apt-get purge libmtdev-dev
To delete configuration and/or data files of libmtdev-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libmtdev-dev