rustlings on AUR (Arch User Repository)
Last updated: November 23,2024
1. Install "rustlings" 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
Copied
b. Install rustlings on Arch using YAY
$
yay -S
rustlings
Copied
* (Optional) Uninstall rustlings on Arch using YAY
$
yay -Rns
rustlings
Copied
2. Manually Install "rustlings" via AUR
a. Ensure you have the base development tools and git installed with:
$
sudo pacman -S --needed
base-devel git
Copied
b. Clone rustlings's git locally
$
git clone https://aur.archlinux.org/rustlings.git
~/rustlings
Copied
c. Go to ~/rustlings folder and install it
$
cd
~/rustlings
Copied
$
makepkg -si
Copied
3. Information about the rustlings package on Arch User Repository (AUR)
ID: 1357724
Name: rustlings
PackageBaseID: 151727
PackageBase: rustlings
Version: 5.6.1-1
Description: Small exercises to get you used to reading and writing Rust code!
URL: https://github.com/rust-lang/rustlings/
NumVotes: 9
Popularity: 0.07947
OutOfDate:
Maintainer: ZeekSpin
Submitter: bwbuhse
FirstSubmitted: 1587341814
LastModified: 1700698964
URLPath: /cgit/aur.git/snapshot/rustlings.tar.gz
Name: rustlings
PackageBaseID: 151727
PackageBase: rustlings
Version: 5.6.1-1
Description: Small exercises to get you used to reading and writing Rust code!
URL: https://github.com/rust-lang/rustlings/
NumVotes: 9
Popularity: 0.07947
OutOfDate:
Maintainer: ZeekSpin
Submitter: bwbuhse
FirstSubmitted: 1587341814
LastModified: 1700698964
URLPath: /cgit/aur.git/snapshot/rustlings.tar.gz