rename on AUR( Arch User Repository.)

Last updated: June 05,2023

1. Install rename via UAR with a Helper - YAY

a. Install YAY (https://github.com/Jguer/yay)

pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si

b. Install rename on Arch using YAY

yay -S rename

c. Remove rename on Arch using YAY

yay -Rns rename

2. Install rename via UAR manually

a. Ensure you have the base development tools and git installed with:

sudo pacman -S --needed base-devel git

b. Clone rename's git locally

git clone https://aur.archlinux.org/rename.git ~/rename

c. Go to ~/rename folder and install it

cd ~/rename
makepkg -si

3. Details of rename package

ID: 965267
Name: rename
PackageBaseID: 21827
PackageBase: rename
Version: 1.3-8
Description: Fast file renaming utility with support for string, regex and case
URL: https://fossies.org/linux/privat/old/
NumVotes: 47
Popularity: 0.029087
OutOfDate:
Maintainer: prurigro
FirstSubmitted: 1227728474
LastModified: 1632499349
URLPath: /cgit/aur.git/snapshot/rename.tar.gz