How To Install cptutils on Fedora 36
Introduction
In this tutorial we learn how to install cptutils
on Fedora 36.
What is cptutils
The cptutils package contains a number of utilities for the manipulation of color gradients; mainly for translating between different formats. Formats supported include ggr (GIMP gradient), cpt (GMT color palette table), avl (Arcview Legend), lut (xmedcon), svg, and version 3 of the grd format. The cptutils package was written to aid the construction of the cpt archive cpt-city http gradients can be downloaded.
We can use yum
or dnf
to install cptutils
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cptutils.
Install cptutils on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install cptutils
using dnf
by running the following command:
sudo dnf -y install cptutils
Install cptutils on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install cptutils
using yum
by running the following command:
sudo yum -y install cptutils
How To Uninstall cptutils on Fedora 36
To uninstall only the cptutils
package we can use the following command:
sudo dnf remove cptutils
cptutils Package Contents on Fedora 36
/usr/bin/avlcpt
/usr/bin/cptcat
/usr/bin/cptclip
/usr/bin/cptcont
/usr/bin/cpthsv
/usr/bin/cptinfo
/usr/bin/cptpg
/usr/bin/cptsvg
/usr/bin/gimplut
/usr/bin/gimpsvg
/usr/bin/gplcpt
/usr/bin/pspsvg
/usr/bin/pssvg
/usr/bin/svgcpt
/usr/bin/svgcss3
/usr/bin/svggimp
/usr/bin/svggpt
/usr/bin/svgmap
/usr/bin/svgpng
/usr/bin/svgpov
/usr/bin/svgpsp
/usr/bin/svgqgs
/usr/bin/svgsao
/usr/bin/svgsvg
/usr/bin/svgx
/usr/bin/xycpt
/usr/lib/.build-id
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/569c2698658ab9a0a4024b9dd934a8a50509d6
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/79979d4c860f8e68d6c1d1389ba12a38a831b2
/usr/lib/.build-id/64
/usr/lib/.build-id/64/07ab36a291995bf3a6d583f0ae5de321637fcd
/usr/lib/.build-id/67
/usr/lib/.build-id/67/339e891c3a3e59f96193b2baa5dd403aa17b24
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/edd4875a0b7e15bbe1553a8d54ca84ffa27388
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/431c12a19d85d282010623e84e66a1333afa5e
/usr/lib/.build-id/9d/45e4419d8eaa0dfc2048896a30ba93f2aab1f8
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/0787bc84657e5065776b36be3fd4d30c7aa32c
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/391e68ca02b9ec0f129ac8dace25cfe0895940
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/e2690b784ab3957d45ed72b3ff1eb8936cb34b
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/b5494bcbf1c474903293d5cb592a9f4a386a17
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/b327454011e59381b1cba1e0f4c972c954a95b
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/99424f2fb49230c1fcaf8526fc88610fb9da8e
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/6d2ae8e35ca09da298724378e465abe1732515
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/6cc7913b23841ec409939f8ff5962fd1e8f101
/usr/share/doc/cptutils
/usr/share/doc/cptutils/CHANGELOG
/usr/share/doc/cptutils/COPYING
/usr/share/doc/cptutils/README.md
/usr/share/man/man1/avlcpt.1.gz
/usr/share/man/man1/cptcat.1.gz
/usr/share/man/man1/cptclip.1.gz
/usr/share/man/man1/cptcont.1.gz
/usr/share/man/man1/cpthsv.1.gz
/usr/share/man/man1/cptinfo.1.gz
/usr/share/man/man1/cptpg.1.gz
/usr/share/man/man1/cptsvg.1.gz
/usr/share/man/man1/gimplut.1.gz
/usr/share/man/man1/gimpsvg.1.gz
/usr/share/man/man1/gplcpt.1.gz
/usr/share/man/man1/pspsvg.1.gz
/usr/share/man/man1/pssvg.1.gz
/usr/share/man/man1/svgcpt.1.gz
/usr/share/man/man1/svgcss3.1.gz
/usr/share/man/man1/svggimp.1.gz
/usr/share/man/man1/svggpt.1.gz
/usr/share/man/man1/svgmap.1.gz
/usr/share/man/man1/svgpng.1.gz
/usr/share/man/man1/svgpov.1.gz
/usr/share/man/man1/svgpsp.1.gz
/usr/share/man/man1/svgqgs.1.gz
/usr/share/man/man1/svgsao.1.gz
/usr/share/man/man1/svgsvg.1.gz
/usr/share/man/man1/svgx.1.gz
/usr/share/man/man1/xycpt.1.gz
References
Summary
In this tutorial we learn how to install cptutils
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).