How to install/run windows 8.1 app on Ubuntu?

Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I'm trying to figure out if it's possible to install and run a Windows 8.1 app on Linux(currently using Ubuntu 16.04, but not opposed to installing a different distro). I know that WINE is supposed to be able to run some Windows programs, but being almost brand new to Linux I don't know if WINE works with Windows 8.1. Also, I'm not sure how to go about getting the program in the first place to even attempt that, since it would appear that you cannot download Windows 8.1 apps from the Windows store unless you have a device with Windows 8.1.
So, My questions is does WINE work with Windows 8.1 apps, and if so, how do I go about getting the app for it to run?
Thanks!
windows wine
add a comment |Â
up vote
1
down vote
favorite
I'm trying to figure out if it's possible to install and run a Windows 8.1 app on Linux(currently using Ubuntu 16.04, but not opposed to installing a different distro). I know that WINE is supposed to be able to run some Windows programs, but being almost brand new to Linux I don't know if WINE works with Windows 8.1. Also, I'm not sure how to go about getting the program in the first place to even attempt that, since it would appear that you cannot download Windows 8.1 apps from the Windows store unless you have a device with Windows 8.1.
So, My questions is does WINE work with Windows 8.1 apps, and if so, how do I go about getting the app for it to run?
Thanks!
windows wine
basically Windows Store is for windows only. Wine emulate the old.exeAPI from Windows. Windows Store uses a much different application format and binary and windows store can't be downloaded manually.
â Kiwy
Apr 25 at 7:48
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I'm trying to figure out if it's possible to install and run a Windows 8.1 app on Linux(currently using Ubuntu 16.04, but not opposed to installing a different distro). I know that WINE is supposed to be able to run some Windows programs, but being almost brand new to Linux I don't know if WINE works with Windows 8.1. Also, I'm not sure how to go about getting the program in the first place to even attempt that, since it would appear that you cannot download Windows 8.1 apps from the Windows store unless you have a device with Windows 8.1.
So, My questions is does WINE work with Windows 8.1 apps, and if so, how do I go about getting the app for it to run?
Thanks!
windows wine
I'm trying to figure out if it's possible to install and run a Windows 8.1 app on Linux(currently using Ubuntu 16.04, but not opposed to installing a different distro). I know that WINE is supposed to be able to run some Windows programs, but being almost brand new to Linux I don't know if WINE works with Windows 8.1. Also, I'm not sure how to go about getting the program in the first place to even attempt that, since it would appear that you cannot download Windows 8.1 apps from the Windows store unless you have a device with Windows 8.1.
So, My questions is does WINE work with Windows 8.1 apps, and if so, how do I go about getting the app for it to run?
Thanks!
windows wine
windows wine
asked May 14 '16 at 21:27
Potatomaster
92
92
basically Windows Store is for windows only. Wine emulate the old.exeAPI from Windows. Windows Store uses a much different application format and binary and windows store can't be downloaded manually.
â Kiwy
Apr 25 at 7:48
add a comment |Â
basically Windows Store is for windows only. Wine emulate the old.exeAPI from Windows. Windows Store uses a much different application format and binary and windows store can't be downloaded manually.
â Kiwy
Apr 25 at 7:48
basically Windows Store is for windows only. Wine emulate the old
.exe API from Windows. Windows Store uses a much different application format and binary and windows store can't be downloaded manually.â Kiwy
Apr 25 at 7:48
basically Windows Store is for windows only. Wine emulate the old
.exe API from Windows. Windows Store uses a much different application format and binary and windows store can't be downloaded manually.â Kiwy
Apr 25 at 7:48
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
Wine does a fine job to run individual Windows programs on Linux and you can find good instructions to use it in Ubuntu's official page on Wine
Qemu provides a good computer emulator which allows to run a separate operating system over your current Linux installation, and is well documented on Ubuntu's official Qemu documentation.
Another commonly used option is to setup virtual machines which are a bit similar to Qemu but instead of emulating everything, they use pass through techniques to access the computer's component's through the host. VirtualBox is a popular solution for this, also documented on Ubuntu's official VirtualBox documentation.
Qemu and Virtualbox look like they'd be good solutions, but unless I'm mistaken I'd need a windows 8.1 product key for the virtual machine to set up properly, correct? Also, I still have the problem of getting access to the program from the windows app store on Linux(and if this isn't the right forum for that, please feel free to direct me to the right one. Linux isn't the only thing I'm new to right now. :P ).
â Potatomaster
May 14 '16 at 22:30
You do need a product key to install Windows 8 on any machine including VMs. Of course you won't have access to the Windows 8 app store from Linux. That is like going to your Ford retailer for warranty information about your Toyota. But you would get access to it from inside the VM though.
â Julie Pelletier
May 14 '16 at 22:32
If you're so stuck on using Windows 8, why did you install Linux?
â Julie Pelletier
May 14 '16 at 22:32
Actually it was more along the lines of I have Windows 7 and Linux already installed, and found an app that looks really cool but only runs on Windows 8 and don't have the money to buy a key to upgrade/dual boot at the moment. :P
â Potatomaster
May 14 '16 at 22:39
I didn't know if there was possibly a way to access the download for the app outside of the Windows store(the thought occurring to me because people have come up with ways to do so with the Android app store).
â Potatomaster
May 14 '16 at 22:40
 |Â
show 2 more comments
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Wine does a fine job to run individual Windows programs on Linux and you can find good instructions to use it in Ubuntu's official page on Wine
Qemu provides a good computer emulator which allows to run a separate operating system over your current Linux installation, and is well documented on Ubuntu's official Qemu documentation.
Another commonly used option is to setup virtual machines which are a bit similar to Qemu but instead of emulating everything, they use pass through techniques to access the computer's component's through the host. VirtualBox is a popular solution for this, also documented on Ubuntu's official VirtualBox documentation.
Qemu and Virtualbox look like they'd be good solutions, but unless I'm mistaken I'd need a windows 8.1 product key for the virtual machine to set up properly, correct? Also, I still have the problem of getting access to the program from the windows app store on Linux(and if this isn't the right forum for that, please feel free to direct me to the right one. Linux isn't the only thing I'm new to right now. :P ).
â Potatomaster
May 14 '16 at 22:30
You do need a product key to install Windows 8 on any machine including VMs. Of course you won't have access to the Windows 8 app store from Linux. That is like going to your Ford retailer for warranty information about your Toyota. But you would get access to it from inside the VM though.
â Julie Pelletier
May 14 '16 at 22:32
If you're so stuck on using Windows 8, why did you install Linux?
â Julie Pelletier
May 14 '16 at 22:32
Actually it was more along the lines of I have Windows 7 and Linux already installed, and found an app that looks really cool but only runs on Windows 8 and don't have the money to buy a key to upgrade/dual boot at the moment. :P
â Potatomaster
May 14 '16 at 22:39
I didn't know if there was possibly a way to access the download for the app outside of the Windows store(the thought occurring to me because people have come up with ways to do so with the Android app store).
â Potatomaster
May 14 '16 at 22:40
 |Â
show 2 more comments
up vote
0
down vote
Wine does a fine job to run individual Windows programs on Linux and you can find good instructions to use it in Ubuntu's official page on Wine
Qemu provides a good computer emulator which allows to run a separate operating system over your current Linux installation, and is well documented on Ubuntu's official Qemu documentation.
Another commonly used option is to setup virtual machines which are a bit similar to Qemu but instead of emulating everything, they use pass through techniques to access the computer's component's through the host. VirtualBox is a popular solution for this, also documented on Ubuntu's official VirtualBox documentation.
Qemu and Virtualbox look like they'd be good solutions, but unless I'm mistaken I'd need a windows 8.1 product key for the virtual machine to set up properly, correct? Also, I still have the problem of getting access to the program from the windows app store on Linux(and if this isn't the right forum for that, please feel free to direct me to the right one. Linux isn't the only thing I'm new to right now. :P ).
â Potatomaster
May 14 '16 at 22:30
You do need a product key to install Windows 8 on any machine including VMs. Of course you won't have access to the Windows 8 app store from Linux. That is like going to your Ford retailer for warranty information about your Toyota. But you would get access to it from inside the VM though.
â Julie Pelletier
May 14 '16 at 22:32
If you're so stuck on using Windows 8, why did you install Linux?
â Julie Pelletier
May 14 '16 at 22:32
Actually it was more along the lines of I have Windows 7 and Linux already installed, and found an app that looks really cool but only runs on Windows 8 and don't have the money to buy a key to upgrade/dual boot at the moment. :P
â Potatomaster
May 14 '16 at 22:39
I didn't know if there was possibly a way to access the download for the app outside of the Windows store(the thought occurring to me because people have come up with ways to do so with the Android app store).
â Potatomaster
May 14 '16 at 22:40
 |Â
show 2 more comments
up vote
0
down vote
up vote
0
down vote
Wine does a fine job to run individual Windows programs on Linux and you can find good instructions to use it in Ubuntu's official page on Wine
Qemu provides a good computer emulator which allows to run a separate operating system over your current Linux installation, and is well documented on Ubuntu's official Qemu documentation.
Another commonly used option is to setup virtual machines which are a bit similar to Qemu but instead of emulating everything, they use pass through techniques to access the computer's component's through the host. VirtualBox is a popular solution for this, also documented on Ubuntu's official VirtualBox documentation.
Wine does a fine job to run individual Windows programs on Linux and you can find good instructions to use it in Ubuntu's official page on Wine
Qemu provides a good computer emulator which allows to run a separate operating system over your current Linux installation, and is well documented on Ubuntu's official Qemu documentation.
Another commonly used option is to setup virtual machines which are a bit similar to Qemu but instead of emulating everything, they use pass through techniques to access the computer's component's through the host. VirtualBox is a popular solution for this, also documented on Ubuntu's official VirtualBox documentation.
answered May 14 '16 at 21:39
Julie Pelletier
6,90211239
6,90211239
Qemu and Virtualbox look like they'd be good solutions, but unless I'm mistaken I'd need a windows 8.1 product key for the virtual machine to set up properly, correct? Also, I still have the problem of getting access to the program from the windows app store on Linux(and if this isn't the right forum for that, please feel free to direct me to the right one. Linux isn't the only thing I'm new to right now. :P ).
â Potatomaster
May 14 '16 at 22:30
You do need a product key to install Windows 8 on any machine including VMs. Of course you won't have access to the Windows 8 app store from Linux. That is like going to your Ford retailer for warranty information about your Toyota. But you would get access to it from inside the VM though.
â Julie Pelletier
May 14 '16 at 22:32
If you're so stuck on using Windows 8, why did you install Linux?
â Julie Pelletier
May 14 '16 at 22:32
Actually it was more along the lines of I have Windows 7 and Linux already installed, and found an app that looks really cool but only runs on Windows 8 and don't have the money to buy a key to upgrade/dual boot at the moment. :P
â Potatomaster
May 14 '16 at 22:39
I didn't know if there was possibly a way to access the download for the app outside of the Windows store(the thought occurring to me because people have come up with ways to do so with the Android app store).
â Potatomaster
May 14 '16 at 22:40
 |Â
show 2 more comments
Qemu and Virtualbox look like they'd be good solutions, but unless I'm mistaken I'd need a windows 8.1 product key for the virtual machine to set up properly, correct? Also, I still have the problem of getting access to the program from the windows app store on Linux(and if this isn't the right forum for that, please feel free to direct me to the right one. Linux isn't the only thing I'm new to right now. :P ).
â Potatomaster
May 14 '16 at 22:30
You do need a product key to install Windows 8 on any machine including VMs. Of course you won't have access to the Windows 8 app store from Linux. That is like going to your Ford retailer for warranty information about your Toyota. But you would get access to it from inside the VM though.
â Julie Pelletier
May 14 '16 at 22:32
If you're so stuck on using Windows 8, why did you install Linux?
â Julie Pelletier
May 14 '16 at 22:32
Actually it was more along the lines of I have Windows 7 and Linux already installed, and found an app that looks really cool but only runs on Windows 8 and don't have the money to buy a key to upgrade/dual boot at the moment. :P
â Potatomaster
May 14 '16 at 22:39
I didn't know if there was possibly a way to access the download for the app outside of the Windows store(the thought occurring to me because people have come up with ways to do so with the Android app store).
â Potatomaster
May 14 '16 at 22:40
Qemu and Virtualbox look like they'd be good solutions, but unless I'm mistaken I'd need a windows 8.1 product key for the virtual machine to set up properly, correct? Also, I still have the problem of getting access to the program from the windows app store on Linux(and if this isn't the right forum for that, please feel free to direct me to the right one. Linux isn't the only thing I'm new to right now. :P ).
â Potatomaster
May 14 '16 at 22:30
Qemu and Virtualbox look like they'd be good solutions, but unless I'm mistaken I'd need a windows 8.1 product key for the virtual machine to set up properly, correct? Also, I still have the problem of getting access to the program from the windows app store on Linux(and if this isn't the right forum for that, please feel free to direct me to the right one. Linux isn't the only thing I'm new to right now. :P ).
â Potatomaster
May 14 '16 at 22:30
You do need a product key to install Windows 8 on any machine including VMs. Of course you won't have access to the Windows 8 app store from Linux. That is like going to your Ford retailer for warranty information about your Toyota. But you would get access to it from inside the VM though.
â Julie Pelletier
May 14 '16 at 22:32
You do need a product key to install Windows 8 on any machine including VMs. Of course you won't have access to the Windows 8 app store from Linux. That is like going to your Ford retailer for warranty information about your Toyota. But you would get access to it from inside the VM though.
â Julie Pelletier
May 14 '16 at 22:32
If you're so stuck on using Windows 8, why did you install Linux?
â Julie Pelletier
May 14 '16 at 22:32
If you're so stuck on using Windows 8, why did you install Linux?
â Julie Pelletier
May 14 '16 at 22:32
Actually it was more along the lines of I have Windows 7 and Linux already installed, and found an app that looks really cool but only runs on Windows 8 and don't have the money to buy a key to upgrade/dual boot at the moment. :P
â Potatomaster
May 14 '16 at 22:39
Actually it was more along the lines of I have Windows 7 and Linux already installed, and found an app that looks really cool but only runs on Windows 8 and don't have the money to buy a key to upgrade/dual boot at the moment. :P
â Potatomaster
May 14 '16 at 22:39
I didn't know if there was possibly a way to access the download for the app outside of the Windows store(the thought occurring to me because people have come up with ways to do so with the Android app store).
â Potatomaster
May 14 '16 at 22:40
I didn't know if there was possibly a way to access the download for the app outside of the Windows store(the thought occurring to me because people have come up with ways to do so with the Android app store).
â Potatomaster
May 14 '16 at 22:40
 |Â
show 2 more comments
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f283195%2fhow-to-install-run-windows-8-1-app-on-ubuntu%23new-answer', 'question_page');
);
Post as a guest
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
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
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
basically Windows Store is for windows only. Wine emulate the old
.exeAPI from Windows. Windows Store uses a much different application format and binary and windows store can't be downloaded manually.â Kiwy
Apr 25 at 7:48