• Newish to Linux, How would I use wine?
    25 replies, posted
I am newish to linux and was wondering how I would get access to wine and then how to use it, I am using Linux mint 8 64bit edition
You should find it under Linux Mints software manager. Don't expect everything to work with it. [b]W[/b]ine [B]I[/B]sn't A[B]N[/B] [B]E[/B]mulator.
Okay well thanks
OMG snip
Okay go to terminal and type [code]sudo apt-get install wine[/code] If I remember correctly then you will have the option to open with wine for .exes.
Surely thats sudo apt-get [b]install[/b] wine
[QUOTE=MasterF3n;21967819] [b]W[/b]ine [B]I[/B]sn't A[B]N[/B] [B]E[/B]mulator.[/QUOTE] It's ... [b]W[/b]ine [B]I[/B]s [B]N[/B]ot an [B]E[/B]mulator.
or sudo yum install
[QUOTE=Unreliable;22011775]or sudo yum install[/QUOTE] Uh he said linux mint, which is based off Ubuntu which is based off Debian which uses the debian package format along with apt package management. Yum fits nowhere into this stack. Long story short, no that won't work.
[QUOTE=Cluckyx;22000031]Surely thats sudo apt-get [b]install[/b] wine[/QUOTE] Dang you and actually knowing what you are talking about. Yeah incredibly new to linux here.
Go to [url]http://www.winehq.org/[/url], and they have guides for most software(Look in AppDB). You might also want to install PlayOnLinux, just google it.
[code] # package manager install thing wine # winecfg # wine /path/to/installer [/code] If you're running gnome or something like (don't know if it does it for KDE) you'll have a nice desktop icon and you just double click that sucker. If something breaks go the the appDB and find the program and look at the fixes. [url]http://appdb.winehq.org/[/url] You might want to look at the appDB before installing so you don't waste your time.
Remember to add the sources for Wine too. They aren't in Ubutnu/ Mint by default I doubt.
[QUOTE=Boris-B;22041465][code] # package manager install thing wine # winecfg # wine /path/to/installer [/code]If you're running gnome or something like (don't know if it does it for KDE) you'll have a nice desktop icon and you just double click that sucker. If something breaks go the the appDB and find the program and look at the fixes. [URL]http://appdb.winehq.org/[/URL] You might want to look at the appDB before installing so you don't waste your time.[/QUOTE] It adds an icon to the Desktop for KDE too. However, KDE doesn't directly display icons on the desktop, so you'd use the Folder View Plasmoid and set it to show the contents of ~/Desktop Actually, you can configure it to show icons, but it's not the default.
-snip-
[QUOTE=hexpunK;22042062]Remember to add the sources for Wine too. They aren't in Ubutnu/ Mint by default I doubt.[/QUOTE] they are in *buntu, but they're not in debian by default.
Why is he running Mint 8? Mint 9 has been out for a month now... And wine just takes a [B]sudo apt-get install wine[/B] to install it. I don't expect anything to work with it at all, and half the time, i'm right. Crossover works much better, and I got the full version for free when codeweavers was giving it away for free.
[QUOTE=Pixel Heart;22377904]Why is he running Mint 8? Mint 9 has been out for a month now... And wine just takes a [B]sudo apt-get install wine[/B] to install it. I don't expect anything to work with it at all, and half the time, i'm right. Crossover works much better, and I got the full version for free when codeweavers was giving it away for free.[/QUOTE] it's true, crossover does work better.
[QUOTE=Pixel Heart;22377904]Why is he running Mint 8? Mint 9 has been out for a month now... And wine just takes a [B]sudo apt-get install wine[/B] to install it. I don't expect anything to work with it at all, and half the time, i'm right. Crossover works much better, and I got the full version for free when codeweavers was giving it away for free.[/QUOTE] There are some random compatibility issues with 9 on some systems. My friend recently reverted back to 8 as well.
[QUOTE=Machk;22379294]There's some random compatibility issues with 9 on some systems. My friend recently reverted back to 8 as well.[/QUOTE] Mint 5 through Mint 8 work flawlessly on my laptop, but Mint 9 made me blacklist all included graphics drivers, and install the newest nvidia binaries before it would work correctly. the 32-bit and 64-bit versions both fail to boot into the livecd without xforcevesa.
It would still be good to add the sources as with wine it is kinda good to be on the cutting edge, I had to go to wine 1.2.44 to get riven working on my ubuntu 10.4 install. Also if you are wondering, all your windows/wine related files should be in ~/.wineprefix (or maybe ~/.wine I cant remember) Good luck!
[QUOTE=barchar;22405080]Also if you are wondering, all your windows/wine related files should be in ~/.wineprefix (or maybe ~/.wine I cant remember)[/QUOTE] ~/.wine/drive_c/ should be where most crap is I think. I haven't used WINE in a while so I'm not sure that's the exact path.
[QUOTE=nikomo;22436209]~/.wine/drive_c/ should be where most crap is I think. I haven't used WINE in a while so I'm not sure that's the exact path.[/QUOTE] I remember it changed a few releases ago, it's either it used to be ~.wine/drive_c/ and is now ~/.wine/c drive/ or the other way around.
[QUOTE=MasterF3n;21967819]You should find it under Linux Mints software manager. Don't expect everything to work with it. [b]W[/b]ine [B]I[/B]sn't A[B]N[/B] [B]E[/B]mulator.[/QUOTE] [b]W[/b]ine [B]I[/B]sn't A[B]N[/B] [B]E[/B]mulator. =/= Wine doesn't work. Or at least your quote sounded like that it means this. [editline]07:20PM[/editline] [QUOTE=ButtsexV2;22436254]I remember it changed a few releases ago, it's either it used to be ~.wine/drive_c/ and is now ~/.wine/c drive/ or the other way around.[/QUOTE] It was /drive_c/ as far as I can remember. Might be some distributional preference.
-snip-
WINE doesn't run on 64bit systems without 32bit libs. I'm not sure if Mint allows you to install it.
Sorry, you need to Log In to post a reply to this thread.