Install mtpaint
Installing mtpaint package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mtpaint
mtpaint package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mtpaint |
version | 3.40-3+b1 |
description | painting program to create pixel art and manipulate digital photos |
subsection | graphics |
website | mtpaint.sourceforge.net |
maintainer | Muammar El Khatib |
Uninstall mtpaint
To remove just mtpaint package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mtpaint
Uninstall mtpaint and it’s dependent packages
To remove the mtpaint package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mtpaint
Purging mtpaint
If you also want to delete configuration and/or data files of mtpaint from Debian Sid then this will work:
sudo apt-get purge mtpaint
To delete configuration and/or data files of mtpaint and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mtpaint