How To Install gpick on Fedora 36
In this tutorial we learn how to install gpick in Fedora 36. gpick is Advanced color picker
Introduction
In this tutorial we learn how to install gpick
on Fedora 36.
What is gpick
Advanced color picker
We can use yum
or dnf
to install gpick
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gpick.
Install gpick 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 gpick
using dnf
by running the following command:
sudo dnf -y install gpick
Install gpick 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 gpick
using yum
by running the following command:
sudo yum -y install gpick
How To Uninstall gpick on Fedora 36
To uninstall only the gpick
package we can use the following command:
sudo dnf remove gpick
gpick Package Contents on Fedora 36
/usr/bin/gpick
/usr/lib/.build-id
/usr/lib/.build-id/33
/usr/lib/.build-id/33/d46003a6da2bb249f60f285559c37292cdd883
/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
References
Summary
In this tutorial we learn how to install gpick
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).