- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- wine on Linux
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 06:37 AM
02-20-2002 06:37 AM
wine on Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 12:56 PM
02-20-2002 12:56 PM
Re: wine on Linux
It can read MS office files and you can save created documents as MS office files. It's a nice program.
Check it out.
Kel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 06:48 PM
02-20-2002 06:48 PM
Re: wine on Linux
I suspect that while it might be possible to make wine run MS Office, at least for a while, it probably won't do it well (or reliably) enough to satisfy.
Gotta agree with Kelly, Star Office is a pretty good substitute.
The latest incarnation of KOffice is much better than previous ones -- though it still erroneously complains about file formats when opening other than KOffice files. That and it doesn't handle formulas the same way that Excel does.
If you want to take the MSOffice plunge, start by identifying all the .dlls that it needs and putting them in an appropriate path. That won't be the total answer, but it will give you an idea of how far you have to go....
hth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2002 07:12 AM
02-21-2002 07:12 AM
Re: wine on Linux
You boot up win98, install office. Then boot linux, install wine (get the Code Weavers rpm from codeweavers.com). Edit or create the config file (~/.wine/config) to point to where your "C" drive is, etc. and make sure it is mounted.
Then you should be able to do something like:
cd "/mnt/dos/Program Files/Office"
wine winword.exe
I have run MS Office (office 98 if memory serves) this way successfully.
FYI, it requires a lot of memory.
I do agree that StarOffice and OpenOffice work well also. I use OpenOffice mostly now instead of the wine solution. Mainly I use wine for Quicken, which works pretty well under wine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2002 09:09 PM
02-21-2002 09:09 PM
Re: wine on Linux
I can't see any real reason for an Office 2000 not to work under currently versions of Wine, but I could understand Office XP not.
As has been mentioned in this group, it isn't hard to do a multi-boot system.
It is also reasonably easy to use a Virtual machine (or similar) software such as VMWare, or Win4Lin (have used both successfully in the past few weeks).
I hope this gives you an idea of possible directions if you have issues with Wine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2002 06:50 AM
02-22-2002 06:50 AM
Re: wine on Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2002 02:16 PM
02-23-2002 02:16 PM
Re: wine on Linux
http://www.vmware.com/
It allows you to load a completely different OS under your current one (in terms of the 'workstation' products).
Under linux for instance, you can load Windows '9x/ME/2000/NT, or DOS, or BSD etc. etc.
Win4Lin on the otherhand is the development of a replacement of Win32 API library calls to allow you to run Windows applications within Linux it's self (give or take a bit of implementation issues).
http://www.win4lin.org
It will successfully run MS Office (i've personally seen Office 2000 working), but is limited to a kernel of Windows '98.
Hope these help!