Q4 wine need help
i tried to download q4wine
and everything went well but when i tried to open the software it gave me this:
Cannot find or execute the 'wine' binary. Make sure that this binary is available by search PATH variable and see also INSTALL file for application depends
wine
add a comment |
i tried to download q4wine
and everything went well but when i tried to open the software it gave me this:
Cannot find or execute the 'wine' binary. Make sure that this binary is available by search PATH variable and see also INSTALL file for application depends
wine
add a comment |
i tried to download q4wine
and everything went well but when i tried to open the software it gave me this:
Cannot find or execute the 'wine' binary. Make sure that this binary is available by search PATH variable and see also INSTALL file for application depends
wine
i tried to download q4wine
and everything went well but when i tried to open the software it gave me this:
Cannot find or execute the 'wine' binary. Make sure that this binary is available by search PATH variable and see also INSTALL file for application depends
wine
wine
edited Mar 13 '14 at 6:33
Danatela
9,37493264
9,37493264
asked Mar 13 '14 at 6:05
user257719user257719
111
111
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Use sudo apt-get install wine
.
WINE is a Windows API implementation on Linux which q4wine
depends on.
Look into Wikipedia article for more information.
If you need to set up your $PATH
, you can set it inside /etc/environment
. It should look like:
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
i have it but i dosent find my wine binary D:
– user257719
Mar 13 '14 at 21:45
i cant get wine
– user257719
Mar 14 '14 at 4:30
I changed my answer, check the changes.
– Danatela
Mar 14 '14 at 4:36
add a comment |
You can install q4wine using:
sudo apt-get install q4wine
This may need wine, and would be installed as a dependency if not previously installed. The wine binary should be in /usr/bin
, if it is not in your $PATH
variable, refer to this answer to add /usr/bin
to your $PATH
variable.
wheres is my /usr/bin? @jobin
– user257719
Mar 13 '14 at 21:44
btw i already have installed q4 wine @jobin
– user257719
Mar 13 '14 at 21:47
@user257719: What is the output ofwhich wine
?
– jobin
Mar 14 '14 at 5:28
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2faskubuntu.com%2fquestions%2f433533%2fq4-wine-need-help%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Use sudo apt-get install wine
.
WINE is a Windows API implementation on Linux which q4wine
depends on.
Look into Wikipedia article for more information.
If you need to set up your $PATH
, you can set it inside /etc/environment
. It should look like:
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
i have it but i dosent find my wine binary D:
– user257719
Mar 13 '14 at 21:45
i cant get wine
– user257719
Mar 14 '14 at 4:30
I changed my answer, check the changes.
– Danatela
Mar 14 '14 at 4:36
add a comment |
Use sudo apt-get install wine
.
WINE is a Windows API implementation on Linux which q4wine
depends on.
Look into Wikipedia article for more information.
If you need to set up your $PATH
, you can set it inside /etc/environment
. It should look like:
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
i have it but i dosent find my wine binary D:
– user257719
Mar 13 '14 at 21:45
i cant get wine
– user257719
Mar 14 '14 at 4:30
I changed my answer, check the changes.
– Danatela
Mar 14 '14 at 4:36
add a comment |
Use sudo apt-get install wine
.
WINE is a Windows API implementation on Linux which q4wine
depends on.
Look into Wikipedia article for more information.
If you need to set up your $PATH
, you can set it inside /etc/environment
. It should look like:
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
Use sudo apt-get install wine
.
WINE is a Windows API implementation on Linux which q4wine
depends on.
Look into Wikipedia article for more information.
If you need to set up your $PATH
, you can set it inside /etc/environment
. It should look like:
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
edited Mar 14 '14 at 4:36
answered Mar 13 '14 at 6:37
DanatelaDanatela
9,37493264
9,37493264
i have it but i dosent find my wine binary D:
– user257719
Mar 13 '14 at 21:45
i cant get wine
– user257719
Mar 14 '14 at 4:30
I changed my answer, check the changes.
– Danatela
Mar 14 '14 at 4:36
add a comment |
i have it but i dosent find my wine binary D:
– user257719
Mar 13 '14 at 21:45
i cant get wine
– user257719
Mar 14 '14 at 4:30
I changed my answer, check the changes.
– Danatela
Mar 14 '14 at 4:36
i have it but i dosent find my wine binary D:
– user257719
Mar 13 '14 at 21:45
i have it but i dosent find my wine binary D:
– user257719
Mar 13 '14 at 21:45
i cant get wine
– user257719
Mar 14 '14 at 4:30
i cant get wine
– user257719
Mar 14 '14 at 4:30
I changed my answer, check the changes.
– Danatela
Mar 14 '14 at 4:36
I changed my answer, check the changes.
– Danatela
Mar 14 '14 at 4:36
add a comment |
You can install q4wine using:
sudo apt-get install q4wine
This may need wine, and would be installed as a dependency if not previously installed. The wine binary should be in /usr/bin
, if it is not in your $PATH
variable, refer to this answer to add /usr/bin
to your $PATH
variable.
wheres is my /usr/bin? @jobin
– user257719
Mar 13 '14 at 21:44
btw i already have installed q4 wine @jobin
– user257719
Mar 13 '14 at 21:47
@user257719: What is the output ofwhich wine
?
– jobin
Mar 14 '14 at 5:28
add a comment |
You can install q4wine using:
sudo apt-get install q4wine
This may need wine, and would be installed as a dependency if not previously installed. The wine binary should be in /usr/bin
, if it is not in your $PATH
variable, refer to this answer to add /usr/bin
to your $PATH
variable.
wheres is my /usr/bin? @jobin
– user257719
Mar 13 '14 at 21:44
btw i already have installed q4 wine @jobin
– user257719
Mar 13 '14 at 21:47
@user257719: What is the output ofwhich wine
?
– jobin
Mar 14 '14 at 5:28
add a comment |
You can install q4wine using:
sudo apt-get install q4wine
This may need wine, and would be installed as a dependency if not previously installed. The wine binary should be in /usr/bin
, if it is not in your $PATH
variable, refer to this answer to add /usr/bin
to your $PATH
variable.
You can install q4wine using:
sudo apt-get install q4wine
This may need wine, and would be installed as a dependency if not previously installed. The wine binary should be in /usr/bin
, if it is not in your $PATH
variable, refer to this answer to add /usr/bin
to your $PATH
variable.
edited Apr 13 '17 at 12:23
Community♦
1
1
answered Mar 13 '14 at 6:54
jobinjobin
19.6k1278109
19.6k1278109
wheres is my /usr/bin? @jobin
– user257719
Mar 13 '14 at 21:44
btw i already have installed q4 wine @jobin
– user257719
Mar 13 '14 at 21:47
@user257719: What is the output ofwhich wine
?
– jobin
Mar 14 '14 at 5:28
add a comment |
wheres is my /usr/bin? @jobin
– user257719
Mar 13 '14 at 21:44
btw i already have installed q4 wine @jobin
– user257719
Mar 13 '14 at 21:47
@user257719: What is the output ofwhich wine
?
– jobin
Mar 14 '14 at 5:28
wheres is my /usr/bin? @jobin
– user257719
Mar 13 '14 at 21:44
wheres is my /usr/bin? @jobin
– user257719
Mar 13 '14 at 21:44
btw i already have installed q4 wine @jobin
– user257719
Mar 13 '14 at 21:47
btw i already have installed q4 wine @jobin
– user257719
Mar 13 '14 at 21:47
@user257719: What is the output of
which wine
?– jobin
Mar 14 '14 at 5:28
@user257719: What is the output of
which wine
?– jobin
Mar 14 '14 at 5:28
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2faskubuntu.com%2fquestions%2f433533%2fq4-wine-need-help%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