powershell on AUR (Arch User Repository)
Last updated: November 27,2024
1. Install "powershell" 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 powershell on Arch using YAY
$
yay -S
powershell
Copied
* (Optional) Uninstall powershell on Arch using YAY
$
yay -Rns
powershell
Copied
2. Manually Install "powershell" via AUR
a. Ensure you have the base development tools and git installed with:
$
sudo pacman -S --needed
base-devel git
Copied
b. Clone powershell's git locally
$
git clone https://aur.archlinux.org/powershell.git
~/powershell
Copied
c. Go to ~/powershell folder and install it
$
cd
~/powershell
Copied
$
makepkg -si
Copied
3. Information about the powershell package on Arch User Repository (AUR)
ID: 1424321
Name: powershell
PackageBaseID: 117362
PackageBase: powershell
Version: 7.4.1-4
Description: A cross-platform automation and configuration tool/framework (latest release)
URL: https://github.com/PowerShell/PowerShell
NumVotes: 81
Popularity: 0.833861
OutOfDate:
Maintainer: kylesferrazza
Submitter: jsteel
FirstSubmitted: 1480198573
LastModified: 1710069088
URLPath: /cgit/aur.git/snapshot/powershell.tar.gz
Name: powershell
PackageBaseID: 117362
PackageBase: powershell
Version: 7.4.1-4
Description: A cross-platform automation and configuration tool/framework (latest release)
URL: https://github.com/PowerShell/PowerShell
NumVotes: 81
Popularity: 0.833861
OutOfDate:
Maintainer: kylesferrazza
Submitter: jsteel
FirstSubmitted: 1480198573
LastModified: 1710069088
URLPath: /cgit/aur.git/snapshot/powershell.tar.gz