How to Install and Uninstall xcftools Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "xcftools" package

Please follow the steps below to install xcftools on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install xcftools

2. Uninstall "xcftools" package

This guide covers the steps necessary to uninstall xcftools on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove xcftools $ sudo apt autoclean && sudo apt autoremove

3. Information about the xcftools package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: xcftools
Priority: optional
Section: universe/graphics
Installed-Size: 195
Maintainer: Ubuntu Developers
Original-Maintainer: Jan Hauke Rahm
Architecture: amd64
Version: 1.0.7-5
Depends: xdg-utils, libc6 (>= 2.14), libpng12-0 (>= 1.2.13-4)
Recommends: mime-support
Suggests: x11-common, gimp
Filename: pool/universe/x/xcftools/xcftools_1.0.7-5_amd64.deb
Size: 67776
MD5sum: 776dc987791fe80dda9642660b359ff6
SHA1: be7803c4fe04a91315b883545f1b95a44b6b6562
SHA256: 284981c7b74927627a23e331f4357c04c97b5ae237c9904815f9d7e4a42b06c3
Description-en: command-line tools for extracting data for XCF files
This is a set of fast command-line tools for extracting information
from the Gimp's native file format XCF.
The tools are designed to allow efficient use of layered XCF files as
sources in a build system that use 'make' and similar tools to manage
automatic processing of the graphics.
These tools work independently of the Gimp engine and do not require
the Gimp to even be installed.
.
"xcf2pnm" converts XCF files to ppm, pgm or pbm format, flattening
layers if necessary.
If the image contains transparency, an alpha map can be written to a
separate file, or a background color can be specified on the command
line.
.
"xcf2png" converts XCF files to PNG format, flattening layers if
necessary.
Transparency information can be kept in the image, or a background
color can be specified on the command line.
.
"xcfinfo" lists information about layers in an XCF file.
.
"xcfview" is a wrapper script that flattens an XCF image and displays
it using an external PNG/PPM viewer.
To use this script, you must make sure also to install an appropriate
external viewer, as well as the mime-support package which provides the
mailcap database.
.
The tools can either flatten an XCF file as given, or extract
specific layers named on the command line.
Description-md5: 15b23f24e4b6797375e99f4cabe9dd06
Enhances: gimp
Homepage: https://github.com/j-jorge/xcftools/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m
Task: ubuntustudio-photography