pdfminer3k on AUR (Arch User Repository)

Last updated: June 29,2024

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

$ yay -S pdfminer3k

* (Optional) Uninstall pdfminer3k on Arch using YAY

$ yay -Rns pdfminer3k

2. Manually Install "pdfminer3k" via AUR

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

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

b. Clone pdfminer3k's git locally

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

c. Go to ~/pdfminer3k folder and install it

$ cd ~/pdfminer3k $ makepkg -si

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

ID: 596181
Name: pdfminer3k
PackageBaseID: 132136
PackageBase: pdfminer3k
Version: 1.3.1-1
Description: A python3 port of pdfminer
URL: https://pypi.python.org/pypi/pdfminer3k
NumVotes: 0
Popularity: 0
OutOfDate: 1638846802
Maintainer: severach
FirstSubmitted: 1525619469
LastModified: 1552949858
URLPath: /cgit/aur.git/snapshot/pdfminer3k.tar.gz