vulkan-radeon-noglvnd on AUR (Arch User Repository)
Last updated: February 09,2025
Deprecated! Installation of this package may no longer be supported.
1. Install "vulkan-radeon-noglvnd" 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 vulkan-radeon-noglvnd on Arch using YAY
$
yay -S
vulkan-radeon-noglvnd
Copied
* (Optional) Uninstall vulkan-radeon-noglvnd on Arch using YAY
$
yay -Rns
vulkan-radeon-noglvnd
Copied
2. Manually Install "vulkan-radeon-noglvnd" via AUR
a. Ensure you have the base development tools and git installed with:
$
sudo pacman -S --needed
base-devel git
Copied
b. Clone vulkan-radeon-noglvnd's git locally
$
git clone https://aur.archlinux.org/vulkan-radeon-noglvnd.git
~/vulkan-radeon-noglvnd
Copied
c. Go to ~/vulkan-radeon-noglvnd folder and install it
$
cd
~/vulkan-radeon-noglvnd
Copied
$
makepkg -si
Copied