Skip to content
Discussion options

You must be logged in to vote

Hi. You can create symlinks to the Wine binaries you want to use and put them into /usr/local/bin, this will likely be sufficient. For example:

# cd /opt
# wget https://github.com/Kron4ek/Wine-Builds/releases/download/9.21/wine-9.21-staging-amd64.tar.xz
# tar xf wine-9.21-staging-amd64.tar.xz
# ln -sf /opt/wine-9.21-staging-amd64/bin/wine /usr/local/bin/wine
# ln -sf /opt/wine-9.21-staging-amd64/bin/wine-preloader /usr/local/bin/wine-preloader
# ln -sf /opt/wine-9.21-staging-amd64/bin/wine64 /usr/local/bin/wine64
# ln -sf /opt/wine-9.21-staging-amd64/bin/wine64-preloader /usr/local/bin/wine64-preloader
# ln -sf /opt/wine-9.21-staging-amd64/bin/wineserver /usr/local/bin/wineserver

After t…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Trigonomancer
Comment options

@Kron4ek
Comment options

@Trigonomancer
Comment options

Answer selected by Trigonomancer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants