How To Install gpick on Fedora 34

gpick is Advanced color picker

Introduction

In this tutorial we learn how to install gpick on Fedora 34.

What is gpick

Advanced color picker

We can use yum or dnf to install gpick on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install gpick.

Install gpick on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install gpick using dnf by running the following command:

sudo dnf -y install gpick

Install gpick on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install gpick using yum by running the following command:

sudo yum -y install gpick

How To Uninstall gpick on Fedora 34

To uninstall only the gpick package we can use the following command:

sudo dnf remove gpick

gpick Package Contents on Fedora 34

/usr/bin/gpick
/usr/lib/.build-id
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/a652332ade648610444d1f9f800a98590e598b
/usr/share/applications/gpick.desktop
/usr/share/doc/gpick/copyright
/usr/share/gpick
/usr/share/gpick/.gpick-data-directory
/usr/share/gpick/color_dictionary_0.txt
/usr/share/gpick/converters.lua
/usr/share/gpick/gpick-falloff-cubic.png
/usr/share/gpick/gpick-falloff-exponential.png
/usr/share/gpick/gpick-falloff-linear.png
/usr/share/gpick/gpick-falloff-none.png
/usr/share/gpick/gpick-falloff-quadratic.png
/usr/share/gpick/gpick-gray-pattern.png
/usr/share/gpick/gpick-tray.png
/usr/share/gpick/helpers.lua
/usr/share/gpick/init.lua
/usr/share/gpick/layouts.lua
/usr/share/gpick/logo.png
/usr/share/gpick/options.lua
/usr/share/icons/hicolor/48x48/apps/gpick.png
/usr/share/icons/hicolor/scalable/apps/gpick.svg
/usr/share/locale/cs/LC_MESSAGES/gpick.mo
/usr/share/locale/es/LC_MESSAGES/gpick.mo
/usr/share/locale/lt/LC_MESSAGES/gpick.mo
/usr/share/locale/ru/LC_MESSAGES/gpick.mo
/usr/share/locale/sv/LC_MESSAGES/gpick.mo
/usr/share/man/man1/gpick.1.gz
/usr/share/metainfo/gpick.appdata.xml
/usr/share/mime/packages/gpick.xml
/usr/bin/gpick
/usr/lib/.build-id
/usr/lib/.build-id/71
/usr/lib/.build-id/71/809d94067d022813ec947cf4bd45c008c28692
/usr/share/applications/gpick.desktop
/usr/share/doc/gpick/copyright
/usr/share/gpick
/usr/share/gpick/color_dictionary_0.txt
/usr/share/gpick/converters.lua
/usr/share/gpick/gpick-falloff-cubic.png
/usr/share/gpick/gpick-falloff-exponential.png
/usr/share/gpick/gpick-falloff-linear.png
/usr/share/gpick/gpick-falloff-none.png
/usr/share/gpick/gpick-falloff-quadratic.png
/usr/share/gpick/gpick-gray-pattern.png
/usr/share/gpick/gpick-tray.png
/usr/share/gpick/helpers.lua
/usr/share/gpick/init.lua
/usr/share/gpick/layouts.lua
/usr/share/gpick/logo.png
/usr/share/gpick/options.lua
/usr/share/icons/hicolor/48x48/apps/gpick.png
/usr/share/icons/hicolor/scalable/apps/gpick.svg
/usr/share/locale/cs/LC_MESSAGES/gpick.mo
/usr/share/locale/es/LC_MESSAGES/gpick.mo
/usr/share/locale/lt/LC_MESSAGES/gpick.mo
/usr/share/locale/ru/LC_MESSAGES/gpick.mo
/usr/share/locale/sv/LC_MESSAGES/gpick.mo
/usr/share/man/man1/gpick.1.gz
/usr/share/metainfo/gpick.appdata.xml
/usr/share/mime/packages/gpick.xml

References

Summary

In this tutorial we learn how to install gpick on Fedora 34 using yum and dnf.