Skip to content

Instantly share code, notes, and snippets.

@jagamts1
Last active June 10, 2018 16:03
Show Gist options
  • Save jagamts1/0bcfc9d970c59308bb5a4967f6ae3bc9 to your computer and use it in GitHub Desktop.
Save jagamts1/0bcfc9d970c59308bb5a4967f6ae3bc9 to your computer and use it in GitHub Desktop.
1.To install Wine on Arch Linux, you first need to enable the multilib repository, which makes it possible to run and build 32-bit applications on 64-bit installations of Arch Linux, by uncommenting the following two lines in /etc/pacman.conf:
[multilib]
Include = /etc/pacman.d/mirrorlist
2.add mirrorslist
sudo pacman -Sy lib32-libpulse
3.To install wine
sudo pacman -S wine
refer
https://linuxhint.com/wine-arch-linux/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment