Results 1 to 4 of 4
I'm a new linux user. i'm really confuesed about wine.
I searched the web long hard for help. but, came up with nothing. I need help setting up wine so ...
- 08-09-2005 #1Just Joined!
- Join Date
- Aug 2005
- Location
- USA
- Posts
- 12
Help
I'm a new linux user. i'm really confuesed about wine.
I searched the web long hard for help. but, came up with nothing. I need help setting up wine so i can run office xp.
Does wine need windows installed or not.
- 08-09-2005 #2
It does not. However, if you have Windows on another partition, you can access applications there with WINE (though you may have difficulty saving stuff).
For the record, Linux has OpenOffice.org, which has all the Office apps. It can also read and write most Windows formats.
However, if you truly want to use Office XP for some reason...
First off, let's install Wine:
http://www.winehq.com/site/download
Choose the package for your distro. If it's an RPM, it can be installed by:
Alrighty. Score! We've got Wine installed.Code:rpm -i <RPM NAME>
Now you need to check that you have a directory ~/.wine . Is it there? Good!
Now the fun part:
Put the Office XP CD into your cd-rom drive. Now mount that drive:
Now cd into that drive:Code:mount /mnt/cdrom <-- Change this to wherever the CD drive actually mounts
Look for whichever application you want's install.exe file. Then run:Code:cd /mnt/cdrom
And there you go. It will probably install to the ~/.wine/drive_c directory. To run it:Code:wine install.exe
Okie dokie?Code:cd ~/.wine/drive_c/wherever/it/installed/to wine app_name.exe
DISTRO=Arch
Registered Linux User #388732
- 08-09-2005 #3
- 08-09-2005 #4Just Joined!
- Join Date
- Aug 2005
- Location
- USA
- Posts
- 12
Thanks
Thanks looks easy enough to do ill give it a shot
Originally Posted by Cabhan


Reply With Quote
