ptpython on AUR (Arch User Repository)

Last updated: May 15,2024

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

$ yay -S ptpython

* (Optional) Uninstall ptpython on Arch using YAY

$ yay -Rns ptpython

2. Manually Install "ptpython" via AUR

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

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

b. Clone ptpython's git locally

$ git clone https://aur.archlinux.org/ptpython.git ~/ptpython

c. Go to ~/ptpython folder and install it

$ cd ~/ptpython $ makepkg -si

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

ID: 1226904
Name: ptpython
PackageBaseID: 106105
PackageBase: ptpython
Version: 3.0.23-2
Description: Python REPL build on top of prompt_toolkit
URL: https://github.com/prompt-toolkit/ptpython
NumVotes: 22
Popularity: 0.014083
OutOfDate:
Maintainer: kwrazi
Submitter:
FirstSubmitted: 1452741479
LastModified: 1678891859
URLPath: /cgit/aur.git/snapshot/ptpython.tar.gz