How To Install kover on Fedora 34
Introduction
In this tutorial we learn how to install kover
on Fedora 34.
What is kover
Kover is an easy to use WYSIWYG CD cover printer with CDDB support.
We can use yum
or dnf
to install kover
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install kover.
Install kover 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 kover
using dnf
by running the following command:
sudo dnf -y install kover
Install kover 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 kover
using yum
by running the following command:
sudo yum -y install kover
How To Uninstall kover on Fedora 34
To uninstall only the kover
package we can use the following command:
sudo dnf remove kover
kover Package Contents on Fedora 34
/usr/bin/kover
/usr/lib/.build-id
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/397aa54321f48eae0e1ab8351dde04fa59d0a1
/usr/share/applications/kde4/kover.desktop
/usr/share/doc/kover
/usr/share/doc/kover/AUTHORS
/usr/share/doc/kover/ChangeLog
/usr/share/doc/kover/NEWS
/usr/share/doc/kover/README
/usr/share/doc/kover/THANKS
/usr/share/icons/hicolor/16x16/apps/audio_mode.png
/usr/share/icons/hicolor/32x32/apps/kover.png
/usr/share/icons/hicolor/48x48/apps/kover.png
/usr/share/icons/hicolor/48x48/mimetypes/application-x-kover.png
/usr/share/icons/kover_back_content.png
/usr/share/icons/kover_back_title_content.png
/usr/share/icons/kover_cdaudio.png
/usr/share/icons/kover_front_title-content-right_content-left.png
/usr/share/icons/kover_front_title-right_content-left.png
/usr/share/icons/kover_front_title_only.png
/usr/share/icons/kover_one_page.png
/usr/share/kde4/apps/kover
/usr/share/kde4/apps/kover/koverui.rc
/usr/share/licenses/kover
/usr/share/licenses/kover/COPYING
/usr/share/locale/de/LC_MESSAGES/kover.mo
/usr/share/locale/es/LC_MESSAGES/kover.mo
/usr/share/locale/fr/LC_MESSAGES/kover.mo
/usr/share/locale/it/LC_MESSAGES/kover.mo
/usr/share/locale/nb/LC_MESSAGES/kover.mo
/usr/share/locale/pl/LC_MESSAGES/kover.mo
/usr/share/man/man1/kover.1.gz
/usr/share/mime/packages/kover.xml
References
Summary
In this tutorial we learn how to install kover
on Fedora 34 using yum and dnf.