Last active
June 10, 2018 16:03
-
-
Save jagamts1/0bcfc9d970c59308bb5a4967f6ae3bc9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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