Closed aminvakil closed 5 years ago
Enable multilib
repository as Arch Linux Wiki said:
To enable multilib repository, uncomment the [multilib] section in
/etc/pacman.conf
: /etc/pacman.conf[multilib]
Include = /etc/pacman.d/mirrorlist
Then run sudo pacman -Sy
to load packages from multilib
repository.
Now wine can be installed using sudo pacman -S wine
and winbox-installer works.
Also check out this aur repository: https://aur.archlinux.org/packages/winbox/
The command
pacman -Sq wine
doesn't work as wine isn't in default arch repos (core
,extra
,community
).It's on
multilib
repo. I'm going to install it on my arch myself and then update this issue.