How To Install kcolorpicker on Fedora 34
Introduction
In this tutorial we learn how to install kcolorpicker
on Fedora 34.
What is kcolorpicker
QToolButton with color popup menu which lets you select a color. The popup features a color dialog button which can be used to add custom colors to the popup menu. kcolorpicker 0.1.6 1.fc34 x86_64 31 k kcolorpicker-0.1.6-1.fc34.src.rpm updates QToolButton control with color popup menu https LGPLv3+ QToolButton with color popup menu which lets you select a color. The popup features a color dialog button which can be used to add custom colors to the popup menu.
We can use yum
or dnf
to install kcolorpicker
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install kcolorpicker.
Install kcolorpicker 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 kcolorpicker
using dnf
by running the following command:
sudo dnf -y install kcolorpicker
Install kcolorpicker 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 kcolorpicker
using yum
by running the following command:
sudo yum -y install kcolorpicker
How To Uninstall kcolorpicker on Fedora 34
To uninstall only the kcolorpicker
package we can use the following command:
sudo dnf remove kcolorpicker
kcolorpicker Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/182b226c87b18d94396ffe2d4d31401c2c9a9a
/usr/lib/libkColorPicker.so.0
/usr/lib/libkColorPicker.so.0.1.5
/usr/share/doc/kcolorpicker
/usr/share/doc/kcolorpicker/README.md
/usr/share/licenses/kcolorpicker
/usr/share/licenses/kcolorpicker/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/29
/usr/lib/.build-id/29/4339529373c9089488f010149756a99ec065dd
/usr/lib/libkColorPicker.so.0
/usr/lib/libkColorPicker.so.0.1.6
/usr/share/doc/kcolorpicker
/usr/share/doc/kcolorpicker/README.md
/usr/share/licenses/kcolorpicker
/usr/share/licenses/kcolorpicker/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/58
/usr/lib/.build-id/58/a6431a76dd80e32c11fc45ffac74dbbd99d86d
/usr/lib64/libkColorPicker.so.0
/usr/lib64/libkColorPicker.so.0.1.6
/usr/share/doc/kcolorpicker
/usr/share/doc/kcolorpicker/README.md
/usr/share/licenses/kcolorpicker
/usr/share/licenses/kcolorpicker/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/6712cdb30984c672c52085c0a9af84e3af1e42
/usr/lib64/libkColorPicker.so.0
/usr/lib64/libkColorPicker.so.0.1.5
/usr/share/doc/kcolorpicker
/usr/share/doc/kcolorpicker/README.md
/usr/share/licenses/kcolorpicker
/usr/share/licenses/kcolorpicker/LICENSE
References
- [kcolorpicker website](https://github.com/ksnip/kColorPicker https://github.com/ksnip/kColorPicker)
Summary
In this tutorial we learn how to install kcolorpicker
on Fedora 34 using yum and dnf.