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