wine-tim on AUR (Arch User Repository)

Last updated: May 18,2024

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

$ yay -S wine-tim

* (Optional) Uninstall wine-tim on Arch using YAY

$ yay -Rns wine-tim

2. Manually Install "wine-tim" via AUR

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

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

b. Clone wine-tim's git locally

$ git clone https://aur.archlinux.org/wine-tim.git ~/wine-tim

c. Go to ~/wine-tim folder and install it

$ cd ~/wine-tim $ makepkg -si

3. Information about the wine-tim package on Arch User Repository (AUR)