|
|
#1 (permalink) |
|
Gold Member
![]() Join Date: Nov 2004
Age: 27
Posts: 365
|
Hello,
I have recently installed Linux Mandriva and I am wanting to install WINE so i can run some windows apps, I have downloaded the WINE file .tar.bz2 and was wondering how I can execute this from within Linux, I would also appreciate any other help on getting started with Linux after coming from a strictly Windows background. Thanks Mike
__________________
I do whatever my rice crispies tell me to do ;) |
|
|
|
|
|
#2 (permalink) |
|
Silver Member
![]() Join Date: Jan 2006
Age: 17
Posts: 240
|
That's a tar/Bunzip2 compressed archive. If you're using KDE or gnome you should be able to right click it and have it automatically extracted. From the shell you can run
$ bunzip2 *.bz2 $ tar -xf *.tar && rm *.tar Then from there read the INSTALL, or most likely just run $ ./configure $ make # make install There's heaps of good linux documentation around the web. PM me if you want some Ebooks. |
|
|
|
|
|
#3 (permalink) | |
|
Gold Member
![]() Join Date: Nov 2004
Age: 27
Posts: 365
|
Quote:
__________________
I do whatever my rice crispies tell me to do ;) |
|
|
|
|