How To Install krename on Fedora 34
Introduction
In this tutorial we learn how to install krename
on Fedora 34.
What is krename
KRename is a very powerfull batch file renamer by KDE. It allows you to easily rename hundreds or even more files in one go. The filenames can be created by parts of the original filename, numbering the files or accessing hundreds of informations about the file, like creation date or Exif informations of an image.
We can use yum
or dnf
to install krename
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install krename.
Install krename 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 krename
using dnf
by running the following command:
sudo dnf -y install krename
Install krename 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 krename
using yum
by running the following command:
sudo yum -y install krename
How To Uninstall krename on Fedora 34
To uninstall only the krename
package we can use the following command:
sudo dnf remove krename
krename Package Contents on Fedora 34
/usr/bin/krename
/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/db09662c4b037b91de3bda14a2284880c8b6d8
/usr/share/applications/org.kde.krename.desktop
/usr/share/doc/krename
/usr/share/doc/krename/AUTHORS
/usr/share/doc/krename/README.md
/usr/share/doc/krename/TODO
/usr/share/icons/hicolor/32x32/apps/krename.png
/usr/share/icons/hicolor/48x48/apps/krename.png
/usr/share/icons/locolor/16x16/apps/krename.png
/usr/share/icons/locolor/32x32/apps/krename.png
/usr/share/kservices5/ServiceMenus/krename_all_nonrec.desktop
/usr/share/kservices5/ServiceMenus/krename_dir_rec.desktop
/usr/share/licenses/krename
/usr/share/licenses/krename/COPYING
/usr/share/licenses/krename/COPYING-CMAKE-SCRIPTS
/usr/share/locale/ar/LC_MESSAGES/krename.mo
/usr/share/locale/ast/LC_MESSAGES/krename.mo
/usr/share/locale/bs/LC_MESSAGES/krename.mo
/usr/share/locale/ca/LC_MESSAGES/krename.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/krename.mo
/usr/share/locale/cs/LC_MESSAGES/krename.mo
/usr/share/locale/da/LC_MESSAGES/krename.mo
/usr/share/locale/de/LC_MESSAGES/krename.mo
/usr/share/locale/el/LC_MESSAGES/krename.mo
/usr/share/locale/en_GB/LC_MESSAGES/krename.mo
/usr/share/locale/es/LC_MESSAGES/krename.mo
/usr/share/locale/eu/LC_MESSAGES/krename.mo
/usr/share/locale/fi/LC_MESSAGES/krename.mo
/usr/share/locale/fr/LC_MESSAGES/krename.mo
/usr/share/locale/gl/LC_MESSAGES/krename.mo
/usr/share/locale/hu/LC_MESSAGES/krename.mo
/usr/share/locale/ia/LC_MESSAGES/krename.mo
/usr/share/locale/it/LC_MESSAGES/krename.mo
/usr/share/locale/ja/LC_MESSAGES/krename.mo
/usr/share/locale/ko/LC_MESSAGES/krename.mo
/usr/share/locale/lt/LC_MESSAGES/krename.mo
/usr/share/locale/nl/LC_MESSAGES/krename.mo
/usr/share/locale/nn/LC_MESSAGES/krename.mo
/usr/share/locale/pl/LC_MESSAGES/krename.mo
/usr/share/locale/pt/LC_MESSAGES/krename.mo
/usr/share/locale/pt_BR/LC_MESSAGES/krename.mo
/usr/share/locale/ro/LC_MESSAGES/krename.mo
/usr/share/locale/ru/LC_MESSAGES/krename.mo
/usr/share/locale/sk/LC_MESSAGES/krename.mo
/usr/share/locale/sl/LC_MESSAGES/krename.mo
/usr/share/locale/sv/LC_MESSAGES/krename.mo
/usr/share/locale/tr/LC_MESSAGES/krename.mo
/usr/share/locale/uk/LC_MESSAGES/krename.mo
/usr/share/locale/zh_CN/LC_MESSAGES/krename.mo
/usr/share/locale/zh_TW/LC_MESSAGES/krename.mo
/usr/share/metainfo/org.kde.krename.appdata.xml
References
Summary
In this tutorial we learn how to install krename
on Fedora 34 using yum and dnf.