Wine command not found after building it
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
I've just installed Wine 3.5 which released recently, configured the CMake files, compiled it, and installed. Commands used were:
cd Desktop/wine-3.5
./configure --enable-win64 --without-freetype
make
sudo make install
However, when I try to run Wine, it says it couldn't be found. I looked into /usr/bin
and it wasn't there. I tried installing it again, and it didn't work. Any thoughts in the matter?
software-installation wine compiling
add a comment |Â
up vote
1
down vote
favorite
I've just installed Wine 3.5 which released recently, configured the CMake files, compiled it, and installed. Commands used were:
cd Desktop/wine-3.5
./configure --enable-win64 --without-freetype
make
sudo make install
However, when I try to run Wine, it says it couldn't be found. I looked into /usr/bin
and it wasn't there. I tried installing it again, and it didn't work. Any thoughts in the matter?
software-installation wine compiling
Did you look in/usr/local/bin
?
â steeldriver
Apr 1 at 2:49
Ah. Seems like wine alone is the 32 bit application. I have to type wine64. Thanks.
â Ace
Apr 1 at 2:58
Yes,wine
is for 32-bit prefixes/applications andwine64
is for 64-bit prefixes/applications. Since the compatibility rate is higher on 32-bit applications, I would recommend that you also buildwine
.
â ravery
Apr 1 at 3:30
@Ace It seems you found the answer--that you only compiled the 64-bit version of Wine, and the command for that iswine64
. So I recommend posting your own answer.
â Eliah Kagan
Apr 1 at 3:45
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I've just installed Wine 3.5 which released recently, configured the CMake files, compiled it, and installed. Commands used were:
cd Desktop/wine-3.5
./configure --enable-win64 --without-freetype
make
sudo make install
However, when I try to run Wine, it says it couldn't be found. I looked into /usr/bin
and it wasn't there. I tried installing it again, and it didn't work. Any thoughts in the matter?
software-installation wine compiling
I've just installed Wine 3.5 which released recently, configured the CMake files, compiled it, and installed. Commands used were:
cd Desktop/wine-3.5
./configure --enable-win64 --without-freetype
make
sudo make install
However, when I try to run Wine, it says it couldn't be found. I looked into /usr/bin
and it wasn't there. I tried installing it again, and it didn't work. Any thoughts in the matter?
software-installation wine compiling
software-installation wine compiling
edited Apr 1 at 3:46
Eliah Kagan
79.6k20221359
79.6k20221359
asked Apr 1 at 2:33
Ace
61
61
Did you look in/usr/local/bin
?
â steeldriver
Apr 1 at 2:49
Ah. Seems like wine alone is the 32 bit application. I have to type wine64. Thanks.
â Ace
Apr 1 at 2:58
Yes,wine
is for 32-bit prefixes/applications andwine64
is for 64-bit prefixes/applications. Since the compatibility rate is higher on 32-bit applications, I would recommend that you also buildwine
.
â ravery
Apr 1 at 3:30
@Ace It seems you found the answer--that you only compiled the 64-bit version of Wine, and the command for that iswine64
. So I recommend posting your own answer.
â Eliah Kagan
Apr 1 at 3:45
add a comment |Â
Did you look in/usr/local/bin
?
â steeldriver
Apr 1 at 2:49
Ah. Seems like wine alone is the 32 bit application. I have to type wine64. Thanks.
â Ace
Apr 1 at 2:58
Yes,wine
is for 32-bit prefixes/applications andwine64
is for 64-bit prefixes/applications. Since the compatibility rate is higher on 32-bit applications, I would recommend that you also buildwine
.
â ravery
Apr 1 at 3:30
@Ace It seems you found the answer--that you only compiled the 64-bit version of Wine, and the command for that iswine64
. So I recommend posting your own answer.
â Eliah Kagan
Apr 1 at 3:45
Did you look in
/usr/local/bin
?â steeldriver
Apr 1 at 2:49
Did you look in
/usr/local/bin
?â steeldriver
Apr 1 at 2:49
Ah. Seems like wine alone is the 32 bit application. I have to type wine64. Thanks.
â Ace
Apr 1 at 2:58
Ah. Seems like wine alone is the 32 bit application. I have to type wine64. Thanks.
â Ace
Apr 1 at 2:58
Yes,
wine
is for 32-bit prefixes/applications and wine64
is for 64-bit prefixes/applications. Since the compatibility rate is higher on 32-bit applications, I would recommend that you also build wine
.â ravery
Apr 1 at 3:30
Yes,
wine
is for 32-bit prefixes/applications and wine64
is for 64-bit prefixes/applications. Since the compatibility rate is higher on 32-bit applications, I would recommend that you also build wine
.â ravery
Apr 1 at 3:30
@Ace It seems you found the answer--that you only compiled the 64-bit version of Wine, and the command for that is
wine64
. So I recommend posting your own answer.â Eliah Kagan
Apr 1 at 3:45
@Ace It seems you found the answer--that you only compiled the 64-bit version of Wine, and the command for that is
wine64
. So I recommend posting your own answer.â Eliah Kagan
Apr 1 at 3:45
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1020973%2fwine-command-not-found-after-building-it%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
Did you look in
/usr/local/bin
?â steeldriver
Apr 1 at 2:49
Ah. Seems like wine alone is the 32 bit application. I have to type wine64. Thanks.
â Ace
Apr 1 at 2:58
Yes,
wine
is for 32-bit prefixes/applications andwine64
is for 64-bit prefixes/applications. Since the compatibility rate is higher on 32-bit applications, I would recommend that you also buildwine
.â ravery
Apr 1 at 3:30
@Ace It seems you found the answer--that you only compiled the 64-bit version of Wine, and the command for that is
wine64
. So I recommend posting your own answer.â Eliah Kagan
Apr 1 at 3:45