LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-13-2011, 07:53 PM   #1
andrewstupendo
LQ Newbie
 
Registered: Dec 2011
Posts: 3

Rep: Reputation: Disabled
Question Wine


I have many questions about linux as I come from the "windows" world. I have a number of applications that are currently being used in windows. I need to still be able to use the applications for business reasons (e.g. Quickbooks pro, audacity, windows media player, windows moviemaker, etc.) Also another question: Will my printer and scanner work with linux? Will I still be able to download pictures and videos from my camera? Will I still be able to download sound recordings from my audio recorder?
I read that Wine is a solution to keeping my windows applications.
Is this a good solution? Will I still be able to keep Linux's famous stability and speed with Wine?

Would you be able to help me?
 
Old 12-13-2011, 08:27 PM   #2
davemguru
Member
 
Registered: Apr 2006
Location: London
Distribution: Pclos,Debian,Puppy,Fedora
Posts: 87

Rep: Reputation: 42
Personally - I use "VM"'s for the Windoze stuff I "must have". I use VirtualBox - free in non-commercial use. It's fast, allows all sorts of O/S's and I even use it to "test upgrades" of my own Linux box.
Wine is (IMHO) "only OK" for some things. Checkout the winehq appdb.

Audacity has a very good version native to linux. But, maybe you have other VST's etc that are "tied in to windoze" - hence you can't change to the Linux one? (A lot of VST's run fine BTW)

I create tiny little Windows VM's with just the one app I want... well, ok - sometimes I have a couple in the same VM.
WMP - VLC is much, much better - and runs on windows and doesn't need all those codecs that you can never find.
Movie making stuff - much more in Linux - better, easier (cheaper) etc. I use Kino.
Download pics from camera - yep UNLESS camera is model &%$%$## and only works with windows 82 or something weird.

Printer..... goto www.cups.org - to see if your printer is listed.
Scanner .... goto www.sane-project.org to see about scanner.

To plagiarise another popular saying "Once you've had Linux - you'll never go back".
But, remember - something that does a bucketload more than MS - requires a bit of learning too. Not everyone was born knowing how to use a window'ed environment.

Good luck.
Dave
 
Old 12-13-2011, 10:57 PM   #3
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
To say it the simple way: If you have Windows programs that you have to rely on for your work then use them on Windows. There is no point in switching to Linux when you can't get your work done. May be a VM is the solution, but I wouldn't trust on Wine when it gets to relying on it for earning your money.
To your other questions: The simplest way to get an answer would be to boot from a live-CD and try it.
 
Old 12-14-2011, 05:55 PM   #4
andrewstupendo
LQ Newbie
 
Registered: Dec 2011
Posts: 3

Original Poster
Rep: Reputation: Disabled
Smile Wine continued

Thanks for your replies. Both of you don't seem to think much of Wine, which is interesting. Another question: Some websites demand that I use Internet explorer. there's just no way around this. According to what I have read, Linux doesn't work with IE. Is this correct? Is Virtual Box one of those "partition" programs which allows you to switch between operating systems?

I don't see my printer listed in cups. Is there no hope for this printer to be used in linux?
 
Old 12-14-2011, 07:33 PM   #5
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
In general, options are:

1. try to go all Linux and find equiv programs that do the same thing as your MS apps eg http://wiki.linuxquestions.org/wiki/...ndows_software. Not necessarily an exhaustive list, but a very good start.

2. if you must use a specific MS prog,
2a. dual boot
2b. VM
2c. wine
2d. separate computer

Ultimately your call. Many people start with eg dual boot then gradually move over to Linux. If you dual boot you can read/write your MS partition(s) from Linux to share data.
To move across apps you'll prob need to data export/import

HTH
PS re printers list etc; as above, get a LiveCd and just try it. List may may not be definitive
 
Old 12-14-2011, 07:56 PM   #6
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by andrewstupendo View Post
Some websites demand that I use Internet explorer. there's just no way around this.
It's possible that they actually work in other browsers, you can change your borwser's useragent string to say that it's Internet Explorer and see what happens.

Quote:
Originally Posted by andrewstupendo View Post
Is Virtual Box one of those "partition" programs which allows you to switch between operating systems?
Not at all. It's an emulator that simulates an entire PC's hardware in software (this is a bit of an oversimplification, but that's the basic idea).
 
Old 12-15-2011, 08:42 AM   #7
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
A lot of people seem to downplay wine for some reason, and often recommend a VM instead. But you really should try to understand exactly how wine works, its real strengths and weaknesses, in order to determine if it's a suitable solution for your needs.

Wine is essentially a translation layer for Win<-->Unix API calls. It provides your programs with a simulated Windows environment, which theoretically allows them to run at near-native level. Other than a few environmental settings and a small wineserver that does the active translation work, your Windows program runs directly on your system, just like the native Linux programs running next to it.

The main "weakness" of wine is that whether any individual program will run, and how well it runs, depends entirely on what system calls it makes, and whether the wine developers have yet managed to accurately duplicate those functions. This means that some programs will run perfectly, some partially (glitches, broken functions, occasional crashes), and some not at all. A small number of programs even manage to give better-than-native performance due to better-written code. In general, older and simpler programs will run better than new releases or large program suites with tons of flashy bells & whistles.

Wine also supports the use of native Windows .dlls, BTW, for times when the built-in ones aren't up to the task. It's also THE solution for games, as VM's generally don't have the necessary speed and direct-rendering support.

The main focus of wine is thus to (hopefully) allow you to run a small number of programs that don't have reasonable Linux equivalents, ones that may be "show-stoppers" for migration to a Linux OS. It's not meant to be a catch-all replacement for a Windows system.

OTOH, if you really need full Windows compatibility, then yes, a VM is probably better, as you're really running Windows. But of course this means you're also giving yourself the extra overhead of the VM/emulator and a whole second operating system, just to run one program. Not to mention that you also need a Windows license to run it.

So I suggest giving wine a try first. Check the wine appDB to see what experience others have had with those programs, and try installing and running them yourself. You might also consider the codeweavers paid support version, which focuses more on getting business software to run.

http://www.winehq.org/help/

If you can't get your programs to run satisfactorily on wine, then yes, go for a VM. Or set up a dual-boot system and simply run Windows when you need Windows.
 
Old 12-15-2011, 10:51 AM   #8
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,142

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
My advice, for what it's worth, would be
1. Install Linux alongside Windows — double booting. Since you are a professional user, get something stable that has a reasonable support period: Mepis, Vector SOHO, or CentOS
2. Try the Linux equivalents to the programs you use and see if they do the job
3. If you still end up using Windows nearly all the time stick with it. If you like both, use both, but try to us Linux for the internet and mail: less chance of getting malware.

For useful programs, see
http://linuxappfinder.com/alternatives?page=3

To find out about your hardware, just search "linux canon lide 50" or whatever, and see if you turn up any tales of woe or helpful hints.

Websites may occasionally say that they should be used with IE, but it's years since I've seen one that can only be used with it. A recent survey showed that in Europe there are actually more using Firefox than IE.

Wine won't run everything, but it seldom has trouble. See this for information
http://www.winehq.org/
 
Old 12-15-2011, 11:15 AM   #9
mostlyharmless
Senior Member
 
Registered: Jan 2008
Distribution: Arch/Manjaro, might try Slackware again
Posts: 1,851
Blog Entries: 14

Rep: Reputation: 284Reputation: 284Reputation: 284
I didn't see the scanner/camera etc peripheral question addressed yet, so here's my two cents:
Most of those things are USB and USB support in wine is primitive at this point. I wouldn't count on using a proprietary Windows program to access your devices. iTunes, for example, has a spotty record. The good news is that a lot of devices are supported by Linux native programs.

I also wouldn't count on running the latest Windows tax software on Wine. Such things are too frequently "updated" to get good support. I agree with the advice previously given; however keep in mind that the VM route with Win 7 has been an issue in the past as well....

Last edited by mostlyharmless; 12-15-2011 at 11:16 AM.
 
Old 12-15-2011, 11:45 AM   #10
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by David the H. View Post
A lot of people seem to downplay wine for some reason,
I know how Wine works, I fiddled a long time with it. It is just so that I would recommend to anyone that has to use a Windows application professionally, to earn the money for living to not rely on Wine, but should better use Windows (dual boot or VM). I have often seen that a program runs fine with Wine and with the next update it didn't run at all anymore. Fiddling with something like that is a no-go in professional environments.

Quote:
It's also THE solution for games
I disagree. Been there, tried that. There are still to many games that don't run flawless or are not supported at all. I ended up with installing Windows for gaming only. If you want to play Windows games a native Windows install (no VM) is THE solution.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Wine Problems CS4 Dreamweaver wont install 64bit wine openSuSE 11.4 Dizzymman Linux - Software 13 06-25-2012 01:35 PM
Problems installing WINE on Fedora Core 6 using $yum install wine rubiks_nerd_90 Linux - Software 4 03-06-2008 08:36 AM
Wine - Diablo II LOD TCP/IP doesn't work +where is my wine.conf brainlesspinkey Linux - Games 7 08-26-2007 08:10 AM
A wine question: Theming wine or changing wine's colour scheme PatrickMay16 General 8 12-17-2006 06:53 AM
Link targets - problems with Wine (Though not Wine specific - Wine site doesn't help) Kevjml Linux - Newbie 1 01-13-2006 07:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:19 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration