dotnet-install on AUR (Arch User Repository)

Last updated: July 01,2024

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

$ yay -S dotnet-install

* (Optional) Uninstall dotnet-install on Arch using YAY

$ yay -Rns dotnet-install

2. Manually Install "dotnet-install" via AUR

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

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

b. Clone dotnet-install's git locally

$ git clone https://aur.archlinux.org/dotnet-install.git ~/dotnet-install

c. Go to ~/dotnet-install folder and install it

$ cd ~/dotnet-install $ makepkg -si

3. Information about the dotnet-install package on Arch User Repository (AUR)

ID: 1116550
Name: dotnet-install
PackageBaseID: 184275
PackageBase: dotnet-install
Version: v1-1
Description: Script used to install the .NET SDK and the shared runtime
URL: https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script
NumVotes: 2
Popularity: 0.000562
OutOfDate:
Maintainer: Hrle97
Submitter: Hrle97
FirstSubmitted: 1658670326
LastModified: 1658683469
URLPath: /cgit/aur.git/snapshot/dotnet-install.tar.gz