Jump to content

Wine?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
12 replies to this topic

#1
Grub

Grub

    Learning Programmer

  • Members
  • PipPipPip
  • 57 posts
This seems to be a new section since I last visited. What exactly is Wine and why/how do I get it?

#2
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
You can get it with apt-get on ubuntu. And it's just a windows emulator, capable of running windows binary.

#3
EGS

EGS

    Programmer

  • Members
  • PipPipPipPip
  • 116 posts
Is it possible to dual-boot OS with WINE linked to the Linux OS?
I'd like to dual-boot Ubuntu with Windows Vista, but want my Windows programs to work (for the most part) with my Linux OS.

#4
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
No, you cannot use Wine for dual-booting. Use GRUB, LILO, og some other bootloader.

#5
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
If you want your windows applications to work on Linux too I think you will have to Re-Install them on Linux using wine.

#6
EGS

EGS

    Programmer

  • Members
  • PipPipPipPip
  • 116 posts
How can I have GRUB and WINE on the same PC together?
I want WINE to stay on all the distros that I install..how will I use it? How do I use it? How does it work? :confused:

#7
Tor

Tor

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 486 posts

TotalPenguin said:

You can get it with apt-get on ubuntu. And it's just a windows emulator, capable of running windows binary.

If you are using Ubuntu you can use apt-get. For other Linux flavors you have to use other commands (such as Yum).

TotalPenguin said:

If you want your windows applications to work on Linux too I think you will have to Re-Install them on Linux using wine.

If you have the app installed on your Windows partition you can execute it using Wine without any need for installing it on your Linux partition.

Justice M said:

How can I have GRUB and WINE on the same PC together?
I want WINE to stay on all the distros that I install..how will I use it? How do I use it? How does it work? :confused:

Wine is an emulator, GRUB is a bootloader. You will have Grub installed which allows you to select which OS to boot into. Once you boot into Linux you will have access to Wine which is just another application inside of Linux.

#8
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
But If you execute an exe with wine from your windows partition, wine will not be able to access the registry I think, and if for example you have a registered product it will revert back to trial while you are running it from Linux.

#9
Pan

Pan

    Learning Programmer

  • Members
  • PipPipPip
  • 61 posts
How do you install with Wine?

#10
EGS

EGS

    Programmer

  • Members
  • PipPipPipPip
  • 116 posts
So are you saying that I have to install WINE on each distro of Linux that I install, ie on each partition?

I want to test out about 5 different Linux distros at once. :o

#11
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Well IDK, but maybe you can access the other distro's Partition and open it from there... I have no idea.

Anyways, 5 distros... all at once????

#12
chown

chown

    Newbie

  • Members
  • PipPip
  • 14 posts
Hmm, this seems pretty neat. :)