Install libmx-bin
Installing libmx-bin package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libmx-bin
libmx-bin package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libmx-bin |
version | 1.4.7-1+b1 |
description | toolkit for the Moblin user experience (utilities) |
subsection | misc |
website | clutter-project.org |
maintainer | Ying-Chun Liu (PaulLiu) |
Uninstall libmx-bin
To remove just libmx-bin package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libmx-bin
Uninstall libmx-bin and it’s dependent packages
To remove the libmx-bin package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libmx-bin
Purging libmx-bin
If you also want to delete configuration and/or data files of libmx-bin from Debian Sid then this will work:
sudo apt-get purge libmx-bin
To delete configuration and/or data files of libmx-bin and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libmx-bin