How To Install krename on Fedora 36
Introduction
In this tutorial we learn how to install krename
on Fedora 36.
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 36. In this tutorial we discuss both methods but you only need to choose one of method to install krename.
Install krename 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 krename
using dnf
by running the following command:
sudo dnf -y install krename
Install krename 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 krename
using yum
by running the following command:
sudo yum -y install krename
How To Uninstall krename on Fedora 36
To uninstall only the krename
package we can use the following command:
sudo dnf remove krename
krename Package Contents on Fedora 36
/usr/bin/krename
/usr/lib/.build-id
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/1a8f670d3ceb569463872c9160eb330081549d
/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 36 using yum and [dnf]((/fedora/36/dnf/).