chromedriver on AUR (Arch User Repository)

Last updated: June 02,2024

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

$ yay -S chromedriver

* (Optional) Uninstall chromedriver on Arch using YAY

$ yay -Rns chromedriver

2. Manually Install "chromedriver" via AUR

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

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

b. Clone chromedriver's git locally

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

c. Go to ~/chromedriver folder and install it

$ cd ~/chromedriver $ makepkg -si

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

ID: 1426803
Name: chromedriver
PackageBaseID: 54413
PackageBase: chromedriver
Version: 122.0.6261.128-1
Description: Standalone server that implements the W3C WebDriver standard (for google-chrome)
URL: https://chromedriver.chromium.org/
NumVotes: 50
Popularity: 1.946787
OutOfDate:
Maintainer: Raymo111
Submitter: grimsock
FirstSubmitted: 1322505955
LastModified: 1710385212
URLPath: /cgit/aur.git/snapshot/chromedriver.tar.gz