Install mypaint
Installing mypaint package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mypaint
mypaint package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mypaint |
version | 1.2.0-1.1 |
description | paint program for use with graphics tablets |
subsection | graphics |
website | mypaint.info |
maintainer | Python Applications Packaging Team |
Uninstall mypaint
To remove just mypaint package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mypaint
Uninstall mypaint and it’s dependent packages
To remove the mypaint package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mypaint
Purging mypaint
If you also want to delete configuration and/or data files of mypaint from Debian Sid then this will work:
sudo apt-get purge mypaint
To delete configuration and/or data files of mypaint and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mypaint