fastlane on AUR (Arch User Repository)
Last updated: December 25,2024
1. Install "fastlane" 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 fastlane on Arch using YAY
$
yay -S
fastlane
Copied
* (Optional) Uninstall fastlane on Arch using YAY
$
yay -Rns
fastlane
Copied
2. Manually Install "fastlane" via AUR
a. Ensure you have the base development tools and git installed with:
$
sudo pacman -S --needed
base-devel git
Copied
b. Clone fastlane's git locally
$
git clone https://aur.archlinux.org/fastlane.git
~/fastlane
Copied
c. Go to ~/fastlane folder and install it
$
cd
~/fastlane
Copied
$
makepkg -si
Copied
3. Information about the fastlane package on Arch User Repository (AUR)
ID: 1380455
Name: fastlane
PackageBaseID: 118608
PackageBase: fastlane
Version: 2.219.0-1
Description: The easiest way to automate beta deployments and releases for your iOS and Android apps
URL: https://fastlane.tools
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: farwayer
Submitter: farwayer
FirstSubmitted: 1484018628
LastModified: 1704386502
URLPath: /cgit/aur.git/snapshot/fastlane.tar.gz
Name: fastlane
PackageBaseID: 118608
PackageBase: fastlane
Version: 2.219.0-1
Description: The easiest way to automate beta deployments and releases for your iOS and Android apps
URL: https://fastlane.tools
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: farwayer
Submitter: farwayer
FirstSubmitted: 1484018628
LastModified: 1704386502
URLPath: /cgit/aur.git/snapshot/fastlane.tar.gz