How to Install and Uninstall renameutils Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 03,2024

1. Install "renameutils" package

Learn how to install renameutils on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install renameutils

2. Uninstall "renameutils" package

Please follow the step by step instructions below to uninstall renameutils on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the renameutils package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: renameutils
Priority: optional
Section: universe/utils
Installed-Size: 447
Maintainer: Ubuntu Developers
Original-Maintainer: Francois Marier
Architecture: amd64
Version: 0.12.0-5
Depends: libc6 (>= 2.14), libreadline6 (>= 6.0)
Filename: pool/universe/r/renameutils/renameutils_0.12.0-5_amd64.deb
Size: 89526
MD5sum: 5360853ff565c2fbcb5b391a0389a37e
SHA1: 404f1d51b90922398c6230ccd141411d80994583
SHA256: 1555e2bc8c3c20a5b8e9bb3ebb44e48165ed8d429082282f132234e6133437c2
Description-en: 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: 8ab9d70863e989e497da85c1eda09757
Homepage: http://www.nongnu.org/renameutils/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu