How do you run wine in Alpine Linux?
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I installed the wine package but it didn't work:
apk update && apk add wine && wine
/bin/sh: wine: not found
software-installation wine alpine-linux
New contributor
add a comment |
up vote
1
down vote
favorite
I installed the wine package but it didn't work:
apk update && apk add wine && wine
/bin/sh: wine: not found
software-installation wine alpine-linux
New contributor
Any output from those initial commands?
– Jeff Schaller
Nov 17 at 0:28
If theapk update
andapk add wine
appear to have worked, try logging out and logging in again, and then runningwine
.
– Scott
Nov 17 at 0:36
3
Usingapk info -L wine | grep usr/bin
on my system, I see a number of wine binaries in that package, one is calledwine64
. Do you have awine64
orwine32
on your system?
– GracefulRestart
Nov 17 at 0:36
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I installed the wine package but it didn't work:
apk update && apk add wine && wine
/bin/sh: wine: not found
software-installation wine alpine-linux
New contributor
I installed the wine package but it didn't work:
apk update && apk add wine && wine
/bin/sh: wine: not found
software-installation wine alpine-linux
software-installation wine alpine-linux
New contributor
New contributor
edited Nov 17 at 1:29
JohnDoea
272
272
New contributor
asked Nov 17 at 0:22
Brian Wilson
62
62
New contributor
New contributor
Any output from those initial commands?
– Jeff Schaller
Nov 17 at 0:28
If theapk update
andapk add wine
appear to have worked, try logging out and logging in again, and then runningwine
.
– Scott
Nov 17 at 0:36
3
Usingapk info -L wine | grep usr/bin
on my system, I see a number of wine binaries in that package, one is calledwine64
. Do you have awine64
orwine32
on your system?
– GracefulRestart
Nov 17 at 0:36
add a comment |
Any output from those initial commands?
– Jeff Schaller
Nov 17 at 0:28
If theapk update
andapk add wine
appear to have worked, try logging out and logging in again, and then runningwine
.
– Scott
Nov 17 at 0:36
3
Usingapk info -L wine | grep usr/bin
on my system, I see a number of wine binaries in that package, one is calledwine64
. Do you have awine64
orwine32
on your system?
– GracefulRestart
Nov 17 at 0:36
Any output from those initial commands?
– Jeff Schaller
Nov 17 at 0:28
Any output from those initial commands?
– Jeff Schaller
Nov 17 at 0:28
If the
apk update
and apk add wine
appear to have worked, try logging out and logging in again, and then running wine
.– Scott
Nov 17 at 0:36
If the
apk update
and apk add wine
appear to have worked, try logging out and logging in again, and then running wine
.– Scott
Nov 17 at 0:36
3
3
Using
apk info -L wine | grep usr/bin
on my system, I see a number of wine binaries in that package, one is called wine64
. Do you have a wine64
or wine32
on your system?– GracefulRestart
Nov 17 at 0:36
Using
apk info -L wine | grep usr/bin
on my system, I see a number of wine binaries in that package, one is called wine64
. Do you have a wine64
or wine32
on your system?– GracefulRestart
Nov 17 at 0:36
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
Installing wine is fine your computer will now interpret .exe files. You still need a frontend GUI like PlayonLinux in order to actualy do much of anything as far as installing games and the like. If no package is available you will need to install from source. You will need build essentials and some other libraries to make and install the source. The info required to do this will be in the readme in the folder created after extracting.
New contributor
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
Installing wine is fine your computer will now interpret .exe files. You still need a frontend GUI like PlayonLinux in order to actualy do much of anything as far as installing games and the like. If no package is available you will need to install from source. You will need build essentials and some other libraries to make and install the source. The info required to do this will be in the readme in the folder created after extracting.
New contributor
add a comment |
up vote
1
down vote
Installing wine is fine your computer will now interpret .exe files. You still need a frontend GUI like PlayonLinux in order to actualy do much of anything as far as installing games and the like. If no package is available you will need to install from source. You will need build essentials and some other libraries to make and install the source. The info required to do this will be in the readme in the folder created after extracting.
New contributor
add a comment |
up vote
1
down vote
up vote
1
down vote
Installing wine is fine your computer will now interpret .exe files. You still need a frontend GUI like PlayonLinux in order to actualy do much of anything as far as installing games and the like. If no package is available you will need to install from source. You will need build essentials and some other libraries to make and install the source. The info required to do this will be in the readme in the folder created after extracting.
New contributor
Installing wine is fine your computer will now interpret .exe files. You still need a frontend GUI like PlayonLinux in order to actualy do much of anything as far as installing games and the like. If no package is available you will need to install from source. You will need build essentials and some other libraries to make and install the source. The info required to do this will be in the readme in the folder created after extracting.
New contributor
New contributor
answered 2 days ago
Michael Prokopec
967
967
New contributor
New contributor
add a comment |
add a comment |
Brian Wilson is a new contributor. Be nice, and check out our Code of Conduct.
Brian Wilson is a new contributor. Be nice, and check out our Code of Conduct.
Brian Wilson is a new contributor. Be nice, and check out our Code of Conduct.
Brian Wilson is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f482264%2fhow-do-you-run-wine-in-alpine-linux%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Any output from those initial commands?
– Jeff Schaller
Nov 17 at 0:28
If the
apk update
andapk add wine
appear to have worked, try logging out and logging in again, and then runningwine
.– Scott
Nov 17 at 0:36
3
Using
apk info -L wine | grep usr/bin
on my system, I see a number of wine binaries in that package, one is calledwine64
. Do you have awine64
orwine32
on your system?– GracefulRestart
Nov 17 at 0:36