How to Install and Uninstall prename.noarch Package on Oracle Linux 9

Last updated: June 26,2024

1. Install "prename.noarch" package

This tutorial shows how to install prename.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install prename.noarch

2. Uninstall "prename.noarch" package

This is a short guide on how to uninstall prename.noarch on Oracle Linux 9:

$ sudo dnf remove prename.noarch $ sudo dnf autoremove

3. Information about the prename.noarch package on Oracle Linux 9

Last metadata expiration check: 1:59:34 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : prename
Version : 1.14
Release : 1.el9
Architecture : noarch
Size : 23 k
Source : prename-1.14-1.el9.src.rpm
Repository : epel
Summary : Perl script to rename multiple files
URL : https://metacpan.org/release/PEDERST/rename-1.14
License : GPL+ or Artistic
Description : Prename renames the file names supplied according to the rule specified as
: the first argument. The argument is a Perl expression which is expected
: to modify the $_ string for at least some of the file names specified.