How to Install and Uninstall renameutils Package on Kali Linux

Last updated: May 03,2024

1. Install "renameutils" package

This is a short guide on how to install renameutils on Kali Linux

$ sudo apt update $ sudo apt install renameutils

2. Uninstall "renameutils" package

In this section, we are going to explain the necessary steps to uninstall renameutils on Kali Linux:

$ sudo apt remove renameutils $ sudo apt autoclean && sudo apt autoremove

3. Information about the renameutils package on Kali Linux

Package: renameutils
Version: 0.12.0-11
Installed-Size: 467
Maintainer: Francois Marier
Architecture: amd64
Depends: libc6 (>= 2.34), libreadline8 (>= 6.0)
Size: 93756
SHA256: 33c8cdc103b6ba40902400835eada34563f21da7c513c815b8674430772de74d
SHA1: c176b07f2f9b2daa8873b47e3d7cc954543133cd
MD5sum: 57c755138b9d64ef0cfdd55be0faec0e
Description: Programs to make file renaming easier
The file renaming utilities (renameutils for short) are a set of
programs designed to make renaming of files faster and less
cumbersome.
.
This package consists of five programs - qmv, imv, icp, qcp and deurlname:
.
qmv ("quick move") allows file names to be edited in a text
editor. The names of all files in a directory are written to a text
file, which is then edited by the user. The text file is read and
parsed, and the changes are applied to the files.
.
imv ("interactive move"), is trivial but useful when you are too lazy
to type (or even complete) the name of the file to rename twice. It
allows a file name to be edited in the terminal using the GNU Readline
library.
.
icp and qcp are similar to imv and qmv but for copying using "cp".
.
deurlname removes URL encoded characters (such as %20 representing
space) from file names. Some programs such as w3m tend to keep those
characters encoded in saved files.
Description-md5:
Homepage: https://www.nongnu.org/renameutils/
Tag: implemented-in::c, interface::text-mode, role::program, scope::utility,
works-with::file
Section: utils
Priority: optional
Filename: pool/main/r/renameutils/renameutils_0.12.0-11_amd64.deb