robotstxt on AUR (Arch User Repository)

Last updated: May 04,2024

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

$ yay -S robotstxt

* (Optional) Uninstall robotstxt on Arch using YAY

$ yay -Rns robotstxt

2. Manually Install "robotstxt" via AUR

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

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

b. Clone robotstxt's git locally

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

c. Go to ~/robotstxt folder and install it

$ cd ~/robotstxt $ makepkg -si

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

ID: 1210958
Name: robotstxt
PackageBaseID: 143176
PackageBase: robotstxt
Version: 0.0.0.94-1
Description: Google's robots.txt parser and matcher as a C++ library (compliant to C++11).
URL: https://github.com/google/robotstxt
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: matth
Submitter: matth
FirstSubmitted: 1562074016
LastModified: 1676397902
URLPath: /cgit/aur.git/snapshot/robotstxt.tar.gz

5. The same packages on other Linux Distributions