r-curl on AUR (Arch User Repository)

Last updated: May 05,2024

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

$ yay -S r-curl

* (Optional) Uninstall r-curl on Arch using YAY

$ yay -Rns r-curl

2. Manually Install "r-curl" via AUR

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

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

b. Clone r-curl's git locally

$ git clone https://aur.archlinux.org/r-curl.git ~/r-curl

c. Go to ~/r-curl folder and install it

$ cd ~/r-curl $ makepkg -si

3. Information about the r-curl package on Arch User Repository (AUR)

ID: 1419402
Name: r-curl
PackageBaseID: 140578
PackageBase: r-curl
Version: 5.2.1-1
Description: A Modern and Flexible Web Client for R
URL: https://cran.r-project.org/package=curl
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: pekkarr
Submitter: editicalu
FirstSubmitted: 1553438446
LastModified: 1709380876
URLPath: /cgit/aur.git/snapshot/r-curl.tar.gz

5. The same packages on other Linux Distributions