-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
stagingsuggestions being consideredsuggestions being considered
Description
Arch: very useful for rare software. Installing yay along with it.
distrobox create Arch -i docker.io/library/archlinux:latest && distrobox enter Arch
sudo pacman -Syu -n
sudo pacman -S -n --needed base-devel git
mkdir ~/Arch && cd ~/Arch && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si && yay --version && rm -f yay*.tar.zst yay*.gz PKGBUILD
Yay with sudo
distrobox create Arch -i docker.io/library/archlinux:latest && distrobox enter Arch
sudo pacman -Syu -n
sudo pacman -S -n --needed base-devel git
cd /opt
sudo git clone https://aur.archlinux.org/yay-git.git
sudo chown -R $USER:$USER ./yay-git
cd yay-git
makepkg -si && rm -f yay*.tar.zst yay*.gz PKGBUILD
sudo yay -Syu
Metadata
Metadata
Assignees
Labels
stagingsuggestions being consideredsuggestions being considered