Something like Parallels Desktop for Linux?
up vote
9
down vote
favorite
I'm not normally a fan of mac software implementations, but recently I saw a copy of Parallels Desktop for mac that I was very much impressed by. I looked into parallel's offerings for Linux (I was initially excited that they developed for *nix) but found that it has essentially the same features as VMware.
Does anyone know if there is a software solution for linux that offers the level of integration that the current Parallels Deesktop for mac has? I looked into wine
for the programs I want to run and was very frustrated. I feel like all the ratings in their application database were fabricated honesty. I've tried wine once every Ubuntu release since 8.10 and have never gotten it to work stably.
software-recommendation emulation parallels
add a comment |
up vote
9
down vote
favorite
I'm not normally a fan of mac software implementations, but recently I saw a copy of Parallels Desktop for mac that I was very much impressed by. I looked into parallel's offerings for Linux (I was initially excited that they developed for *nix) but found that it has essentially the same features as VMware.
Does anyone know if there is a software solution for linux that offers the level of integration that the current Parallels Deesktop for mac has? I looked into wine
for the programs I want to run and was very frustrated. I feel like all the ratings in their application database were fabricated honesty. I've tried wine once every Ubuntu release since 8.10 and have never gotten it to work stably.
software-recommendation emulation parallels
Uh, www.virtualbox.org ?? (I'm not really sure from your question what you are looking for other than you want Linux to be the host system ... correct?)
– irrational John
Apr 25 '12 at 4:34
It was the level of integration that I was looking for, Takkat hit the nail on the head.
– Huckle
Apr 25 '12 at 16:04
add a comment |
up vote
9
down vote
favorite
up vote
9
down vote
favorite
I'm not normally a fan of mac software implementations, but recently I saw a copy of Parallels Desktop for mac that I was very much impressed by. I looked into parallel's offerings for Linux (I was initially excited that they developed for *nix) but found that it has essentially the same features as VMware.
Does anyone know if there is a software solution for linux that offers the level of integration that the current Parallels Deesktop for mac has? I looked into wine
for the programs I want to run and was very frustrated. I feel like all the ratings in their application database were fabricated honesty. I've tried wine once every Ubuntu release since 8.10 and have never gotten it to work stably.
software-recommendation emulation parallels
I'm not normally a fan of mac software implementations, but recently I saw a copy of Parallels Desktop for mac that I was very much impressed by. I looked into parallel's offerings for Linux (I was initially excited that they developed for *nix) but found that it has essentially the same features as VMware.
Does anyone know if there is a software solution for linux that offers the level of integration that the current Parallels Deesktop for mac has? I looked into wine
for the programs I want to run and was very frustrated. I feel like all the ratings in their application database were fabricated honesty. I've tried wine once every Ubuntu release since 8.10 and have never gotten it to work stably.
software-recommendation emulation parallels
software-recommendation emulation parallels
edited Apr 25 '12 at 4:28
Jorge Castro
35.5k105422617
35.5k105422617
asked Apr 25 '12 at 4:17
Huckle
5,76242038
5,76242038
Uh, www.virtualbox.org ?? (I'm not really sure from your question what you are looking for other than you want Linux to be the host system ... correct?)
– irrational John
Apr 25 '12 at 4:34
It was the level of integration that I was looking for, Takkat hit the nail on the head.
– Huckle
Apr 25 '12 at 16:04
add a comment |
Uh, www.virtualbox.org ?? (I'm not really sure from your question what you are looking for other than you want Linux to be the host system ... correct?)
– irrational John
Apr 25 '12 at 4:34
It was the level of integration that I was looking for, Takkat hit the nail on the head.
– Huckle
Apr 25 '12 at 16:04
Uh, www.virtualbox.org ?? (I'm not really sure from your question what you are looking for other than you want Linux to be the host system ... correct?)
– irrational John
Apr 25 '12 at 4:34
Uh, www.virtualbox.org ?? (I'm not really sure from your question what you are looking for other than you want Linux to be the host system ... correct?)
– irrational John
Apr 25 '12 at 4:34
It was the level of integration that I was looking for, Takkat hit the nail on the head.
– Huckle
Apr 25 '12 at 16:04
It was the level of integration that I was looking for, Takkat hit the nail on the head.
– Huckle
Apr 25 '12 at 16:04
add a comment |
3 Answers
3
active
oldest
votes
up vote
13
down vote
accepted
Virtual Box
A quite stable actively developed alternative to Parallels Desktop for Ubuntu is Virtual Box. We may install a OSE edition from Ubuntu Software Center but to my experience it is better to run the most recent version from the Oracle Repository (see this answer for installation). This will not only give you up to date bug fixes but also enables USB2.0 and RDP support.
There is quite a high lever of integration to the Ubuntu host OS:
- Virtual Box can be run with different levels of desktop integration from running a virtualized OS in a separate window, in full screen mode or in "Seamless Windows" mode to integrate guest application windows on the desktop of the host.
- Sharing directories can be achieved by "Shared Folders" or through fully integrated network solutions.
- Clipboard content is available from guest to host and vice versa.
- Most USB-devices are fully accessible (in the PUEL version with USB2.0 support).
- Virtual Box is scriptable, i.e. can easily be run and maintained from the command line (or remotely through SSH).
The main advantage however is that Virtual Box is Open Source and cross-platform. This gives you the possibility to export and run your virtual machines on any host OS supported.
add a comment |
up vote
5
down vote
I have some experience with Xen, VMware and VirtualBox. Xen is not working for me because it has problems with everything where Linux needs really deep access to the hardware (3D acceleration in my case and sending the screen into power save mode). VMware and VirtualBox more or less provide the same features and I decided to go with VirtualBox because it is available via Ubuntu Software Center. Works nice for me, but is is not as good integrated into Linux as Parallels for the Mac.
add a comment |
up vote
1
down vote
Virtual Box seems to be the best solution. As another user mentioned, it is script-able, so while built-in seamless levels aren't as high as Parallels, with some scripting, it can be achieved. One of the reasons the seamless isn't as high as Parallels, is precisely because 2 different installs of windows say, can have things in different places.
I have written some scripts that act as pass-through associations to say open a word document in word. Changed the shutdown buttons to send shutdown commands to the VM and wait for the VM to shutdown properly. Set the windows VM to launch at login. Set the VM to shutdown on logout. I left sleep and hibernate alone, as linux seems to do an excellent job of sleeping every open app, including the VM. However, on some hardware it would be necessary to address that as well.
3
Ntrcessor: Are your Scripts Open Source?
– user370233
Jan 19 '15 at 17:52
add a comment |
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
13
down vote
accepted
Virtual Box
A quite stable actively developed alternative to Parallels Desktop for Ubuntu is Virtual Box. We may install a OSE edition from Ubuntu Software Center but to my experience it is better to run the most recent version from the Oracle Repository (see this answer for installation). This will not only give you up to date bug fixes but also enables USB2.0 and RDP support.
There is quite a high lever of integration to the Ubuntu host OS:
- Virtual Box can be run with different levels of desktop integration from running a virtualized OS in a separate window, in full screen mode or in "Seamless Windows" mode to integrate guest application windows on the desktop of the host.
- Sharing directories can be achieved by "Shared Folders" or through fully integrated network solutions.
- Clipboard content is available from guest to host and vice versa.
- Most USB-devices are fully accessible (in the PUEL version with USB2.0 support).
- Virtual Box is scriptable, i.e. can easily be run and maintained from the command line (or remotely through SSH).
The main advantage however is that Virtual Box is Open Source and cross-platform. This gives you the possibility to export and run your virtual machines on any host OS supported.
add a comment |
up vote
13
down vote
accepted
Virtual Box
A quite stable actively developed alternative to Parallels Desktop for Ubuntu is Virtual Box. We may install a OSE edition from Ubuntu Software Center but to my experience it is better to run the most recent version from the Oracle Repository (see this answer for installation). This will not only give you up to date bug fixes but also enables USB2.0 and RDP support.
There is quite a high lever of integration to the Ubuntu host OS:
- Virtual Box can be run with different levels of desktop integration from running a virtualized OS in a separate window, in full screen mode or in "Seamless Windows" mode to integrate guest application windows on the desktop of the host.
- Sharing directories can be achieved by "Shared Folders" or through fully integrated network solutions.
- Clipboard content is available from guest to host and vice versa.
- Most USB-devices are fully accessible (in the PUEL version with USB2.0 support).
- Virtual Box is scriptable, i.e. can easily be run and maintained from the command line (or remotely through SSH).
The main advantage however is that Virtual Box is Open Source and cross-platform. This gives you the possibility to export and run your virtual machines on any host OS supported.
add a comment |
up vote
13
down vote
accepted
up vote
13
down vote
accepted
Virtual Box
A quite stable actively developed alternative to Parallels Desktop for Ubuntu is Virtual Box. We may install a OSE edition from Ubuntu Software Center but to my experience it is better to run the most recent version from the Oracle Repository (see this answer for installation). This will not only give you up to date bug fixes but also enables USB2.0 and RDP support.
There is quite a high lever of integration to the Ubuntu host OS:
- Virtual Box can be run with different levels of desktop integration from running a virtualized OS in a separate window, in full screen mode or in "Seamless Windows" mode to integrate guest application windows on the desktop of the host.
- Sharing directories can be achieved by "Shared Folders" or through fully integrated network solutions.
- Clipboard content is available from guest to host and vice versa.
- Most USB-devices are fully accessible (in the PUEL version with USB2.0 support).
- Virtual Box is scriptable, i.e. can easily be run and maintained from the command line (or remotely through SSH).
The main advantage however is that Virtual Box is Open Source and cross-platform. This gives you the possibility to export and run your virtual machines on any host OS supported.
Virtual Box
A quite stable actively developed alternative to Parallels Desktop for Ubuntu is Virtual Box. We may install a OSE edition from Ubuntu Software Center but to my experience it is better to run the most recent version from the Oracle Repository (see this answer for installation). This will not only give you up to date bug fixes but also enables USB2.0 and RDP support.
There is quite a high lever of integration to the Ubuntu host OS:
- Virtual Box can be run with different levels of desktop integration from running a virtualized OS in a separate window, in full screen mode or in "Seamless Windows" mode to integrate guest application windows on the desktop of the host.
- Sharing directories can be achieved by "Shared Folders" or through fully integrated network solutions.
- Clipboard content is available from guest to host and vice versa.
- Most USB-devices are fully accessible (in the PUEL version with USB2.0 support).
- Virtual Box is scriptable, i.e. can easily be run and maintained from the command line (or remotely through SSH).
The main advantage however is that Virtual Box is Open Source and cross-platform. This gives you the possibility to export and run your virtual machines on any host OS supported.
edited Apr 13 '17 at 12:23
Community♦
1
1
answered Apr 25 '12 at 6:29
Takkat
105k35245374
105k35245374
add a comment |
add a comment |
up vote
5
down vote
I have some experience with Xen, VMware and VirtualBox. Xen is not working for me because it has problems with everything where Linux needs really deep access to the hardware (3D acceleration in my case and sending the screen into power save mode). VMware and VirtualBox more or less provide the same features and I decided to go with VirtualBox because it is available via Ubuntu Software Center. Works nice for me, but is is not as good integrated into Linux as Parallels for the Mac.
add a comment |
up vote
5
down vote
I have some experience with Xen, VMware and VirtualBox. Xen is not working for me because it has problems with everything where Linux needs really deep access to the hardware (3D acceleration in my case and sending the screen into power save mode). VMware and VirtualBox more or less provide the same features and I decided to go with VirtualBox because it is available via Ubuntu Software Center. Works nice for me, but is is not as good integrated into Linux as Parallels for the Mac.
add a comment |
up vote
5
down vote
up vote
5
down vote
I have some experience with Xen, VMware and VirtualBox. Xen is not working for me because it has problems with everything where Linux needs really deep access to the hardware (3D acceleration in my case and sending the screen into power save mode). VMware and VirtualBox more or less provide the same features and I decided to go with VirtualBox because it is available via Ubuntu Software Center. Works nice for me, but is is not as good integrated into Linux as Parallels for the Mac.
I have some experience with Xen, VMware and VirtualBox. Xen is not working for me because it has problems with everything where Linux needs really deep access to the hardware (3D acceleration in my case and sending the screen into power save mode). VMware and VirtualBox more or less provide the same features and I decided to go with VirtualBox because it is available via Ubuntu Software Center. Works nice for me, but is is not as good integrated into Linux as Parallels for the Mac.
answered Apr 25 '12 at 4:59
Ruediger
1,9591115
1,9591115
add a comment |
add a comment |
up vote
1
down vote
Virtual Box seems to be the best solution. As another user mentioned, it is script-able, so while built-in seamless levels aren't as high as Parallels, with some scripting, it can be achieved. One of the reasons the seamless isn't as high as Parallels, is precisely because 2 different installs of windows say, can have things in different places.
I have written some scripts that act as pass-through associations to say open a word document in word. Changed the shutdown buttons to send shutdown commands to the VM and wait for the VM to shutdown properly. Set the windows VM to launch at login. Set the VM to shutdown on logout. I left sleep and hibernate alone, as linux seems to do an excellent job of sleeping every open app, including the VM. However, on some hardware it would be necessary to address that as well.
3
Ntrcessor: Are your Scripts Open Source?
– user370233
Jan 19 '15 at 17:52
add a comment |
up vote
1
down vote
Virtual Box seems to be the best solution. As another user mentioned, it is script-able, so while built-in seamless levels aren't as high as Parallels, with some scripting, it can be achieved. One of the reasons the seamless isn't as high as Parallels, is precisely because 2 different installs of windows say, can have things in different places.
I have written some scripts that act as pass-through associations to say open a word document in word. Changed the shutdown buttons to send shutdown commands to the VM and wait for the VM to shutdown properly. Set the windows VM to launch at login. Set the VM to shutdown on logout. I left sleep and hibernate alone, as linux seems to do an excellent job of sleeping every open app, including the VM. However, on some hardware it would be necessary to address that as well.
3
Ntrcessor: Are your Scripts Open Source?
– user370233
Jan 19 '15 at 17:52
add a comment |
up vote
1
down vote
up vote
1
down vote
Virtual Box seems to be the best solution. As another user mentioned, it is script-able, so while built-in seamless levels aren't as high as Parallels, with some scripting, it can be achieved. One of the reasons the seamless isn't as high as Parallels, is precisely because 2 different installs of windows say, can have things in different places.
I have written some scripts that act as pass-through associations to say open a word document in word. Changed the shutdown buttons to send shutdown commands to the VM and wait for the VM to shutdown properly. Set the windows VM to launch at login. Set the VM to shutdown on logout. I left sleep and hibernate alone, as linux seems to do an excellent job of sleeping every open app, including the VM. However, on some hardware it would be necessary to address that as well.
Virtual Box seems to be the best solution. As another user mentioned, it is script-able, so while built-in seamless levels aren't as high as Parallels, with some scripting, it can be achieved. One of the reasons the seamless isn't as high as Parallels, is precisely because 2 different installs of windows say, can have things in different places.
I have written some scripts that act as pass-through associations to say open a word document in word. Changed the shutdown buttons to send shutdown commands to the VM and wait for the VM to shutdown properly. Set the windows VM to launch at login. Set the VM to shutdown on logout. I left sleep and hibernate alone, as linux seems to do an excellent job of sleeping every open app, including the VM. However, on some hardware it would be necessary to address that as well.
answered May 6 '13 at 1:44
Ntrcessor
111
111
3
Ntrcessor: Are your Scripts Open Source?
– user370233
Jan 19 '15 at 17:52
add a comment |
3
Ntrcessor: Are your Scripts Open Source?
– user370233
Jan 19 '15 at 17:52
3
3
Ntrcessor: Are your Scripts Open Source?
– user370233
Jan 19 '15 at 17:52
Ntrcessor: Are your Scripts Open Source?
– user370233
Jan 19 '15 at 17:52
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f124947%2fsomething-like-parallels-desktop-for-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
Uh, www.virtualbox.org ?? (I'm not really sure from your question what you are looking for other than you want Linux to be the host system ... correct?)
– irrational John
Apr 25 '12 at 4:34
It was the level of integration that I was looking for, Takkat hit the nail on the head.
– Huckle
Apr 25 '12 at 16:04