python2-titlecase on AUR (Arch User Repository)

Last updated: July 05,2024

1. Install "python2-titlecase" effortlessly via AUR with the help of a helper(YAY)

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

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

b. Install python2-titlecase on Arch using YAY

$ yay -S python2-titlecase

* (Optional) Uninstall python2-titlecase on Arch using YAY

$ yay -Rns python2-titlecase

2. Manually Install "python2-titlecase" via AUR

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

$ sudo pacman -S --needed base-devel git

b. Clone python2-titlecase's git locally

$ git clone https://aur.archlinux.org/python2-titlecase.git ~/python2-titlecase

c. Go to ~/python2-titlecase folder and install it

$ cd ~/python2-titlecase $ makepkg -si

3. Information about the python2-titlecase package on Arch User Repository (AUR)

ID: 851731
Name: python2-titlecase
PackageBaseID: 162447
PackageBase: python2-titlecase
Version: 0.13.1-1
Description: Python Port of John Gruber's titlecase.pl (old version with python2 support)
URL: https://github.com/ppannuto/python-titlecase
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: timschumi
FirstSubmitted: 1611399618
LastModified: 1611399618
URLPath: /cgit/aur.git/snapshot/python2-titlecase.tar.gz

5. The same packages on other Linux Distributions