3to2 on AUR (Arch User Repository)

Last updated: June 18,2024

1. Install "3to2" 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 3to2 on Arch using YAY

$ yay -S 3to2

* (Optional) Uninstall 3to2 on Arch using YAY

$ yay -Rns 3to2

2. Manually Install "3to2" via AUR

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

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

b. Clone 3to2's git locally

$ git clone https://aur.archlinux.org/3to2.git ~/3to2

c. Go to ~/3to2 folder and install it

$ cd ~/3to2 $ makepkg -si

3. Information about the 3to2 package on Arch User Repository (AUR)

ID: 439179
Name: 3to2
PackageBaseID: 98911
PackageBase: 3to2
Version: 1.1.1-2
Description: Script to convert python3 code to python2. Counterpart to 2to3
URL: https://pypi.python.org/pypi/3to2
NumVotes: 4
Popularity: 0
OutOfDate:
Maintainer: jpkotta
Submitter: jpkotta
FirstSubmitted: 1440794378
LastModified: 1503939270
URLPath: /cgit/aur.git/snapshot/3to2.tar.gz