Install xcftools
Installing xcftools package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install xcftools
xcftools package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | xcftools |
version | 1.0.7-5+b1 |
description | command-line tools for extracting data for XCF files |
subsection | graphics |
website | github.com / j-jorge / xcftools / |
maintainer | Jan Hauke Rahm |
Uninstall xcftools
To remove just xcftools package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove xcftools
Uninstall xcftools and it’s dependent packages
To remove the xcftools package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove xcftools
Purging xcftools
If you also want to delete configuration and/or data files of xcftools from Debian Sid then this will work:
sudo apt-get purge xcftools
To delete configuration and/or data files of xcftools and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove xcftools