LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   wine (https://www.linuxquestions.org/questions/linux-software-2/wine-302708/)

paul62 03-17-2005 08:27 AM

wine
 
I am trying to install file:/root/Desktop/Wine-20050310-i486-S10.tgz.part in slackware 10.0 what is the correct command to install this package I tried ./tools/wineinstall
and it did not work , I would appreciate the help.

skunkburner 03-17-2005 09:16 AM

If I read it correctly you can't.

The .part at the end of the filename usually denotes that it hasn't finished downloading.

When it has finished type

cd /root/Desktop
tar xfz Wine-20050310-i486-S10.tgz

then cd into the dir it creates and look for a file called either README or INSTALL. They will tell you what to do next.

(probably ./configure && make && make install)

paul62 03-17-2005 01:06 PM

I tried ./configure and this is the error message that I am getting

root@pc1:~# cd '/root/Desktop/Wine-20050310-i486-S10nodebug'
root@pc1:~/Desktop/Wine-20050310-i486-S10nodebug# ./configure
-bash: ./configure: No such file or directory
root@pc1:~/Desktop/Wine-20050310-i486-S10nodebug#

skunkburner 03-17-2005 01:23 PM

OK

I've just downloaded the file and decompressed it.

Have you even looked at the contents of the file?

there is a dir called install so type

'cd install'

in the install dir there is a shell script called 'doinst' type

'sh doinst'

that will install it.

The other file in install says this

Wine: Wine (Client, server, and winelib)
Wine:
Wine: Wine Is Not an Emulator, it is an alternative implementation of the
Wine: Windows 3.x and Win32 APIs. Wine provides both a development toolkit
Wine: (Winelib) for porting legacy Windows sources to Unix and a program
Wine: loader, allowing unmodified Windows 3.1/95/NT binaries to run under
Wine: Intel Unixes. Please, PLEASE read the README or else Wine probably <---------- READ THIS
Wine: won't work for you. <---------- AND THIS

The readme is in \usr\doc\Wine-20050310\README after you run the doinst script

paul62 03-17-2005 02:29 PM

Thankyou my memory just needed to be refreshed about how to install wine. I ended up using the installpkg command and than the file name and that worked


All times are GMT -5. The time now is 09:31 PM.