mriza / winbox-installer

Install winbox in fedora/ubuntu linux, using wine
MIT License
194 stars 73 forks source link

Doesn't work on Arch #15

Closed aminvakil closed 5 years ago

aminvakil commented 5 years ago

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.

aminvakil commented 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/