pdfminer on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S pdfminer

* (Optional) Uninstall pdfminer on Arch using YAY

$ yay -Rns pdfminer

2. Manually Install "pdfminer" via AUR

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

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

b. Clone pdfminer's git locally

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

c. Go to ~/pdfminer folder and install it

$ cd ~/pdfminer $ makepkg -si

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

ID: 688273
Name: pdfminer
PackageBaseID: 99685
PackageBase: pdfminer
Version: 20191125-1
Description: python3 utils to extract, analyze text data of PDF files. Includes pdf2txt, dumppdf, and latin2ascii
URL: http://www.unixuser.org/~euske/python/pdfminer/
NumVotes: 25
Popularity: 0.886092
OutOfDate: 1704927105
Maintainer: severach
Submitter: severach
FirstSubmitted: 1441843063
LastModified: 1579581024
URLPath: /cgit/aur.git/snapshot/pdfminer.tar.gz