LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-25-2006, 02:50 AM   #1
w800
LQ Newbie
 
Registered: Mar 2006
Posts: 18

Rep: Reputation: 0
Installing Wine


I have a slackware v10.2, I want to install wine and ive already downloaded the file from winehq.com

I extracted the file and I do not know the next step. Can you help me guys installing my wine .

This site and community is a great help for me. thank you guys
 
Old 03-25-2006, 03:09 AM   #2
nixcraft
Member
 
Registered: Nov 2004
Location: BIOS
Distribution: RHEL3.0, FreeBSD 5.x, Debian 3.x, Soaris x86 v10
Posts: 379

Rep: Reputation: 30
Read README or INSTALL text file or Read wine user guide http://winehq.org/site/docs/wineusr-guide/index (Installation Methods chapter)
 
Old 03-25-2006, 03:20 AM   #3
dkpw
Member
 
Registered: Sep 2003
Location: Scotland
Distribution: LinuxMint16 & Ubuntu 12.0.4 LTS
Posts: 218

Rep: Reputation: 30
Hi w800,

There are a number of ways of installing programs in Slackware. One of the easiest is to go to http://www.linuxpackages.net/ and download the Wine package. This is a preconfigured version of Wine specially designed for easy installation under Slackware 10.2.

Once you have downloaded the file wine-0.9.7-i486-S10.2.tgz, you could use one of the following methods to install it.

1. If you use KDE, fire up KPackage, navigate to the downloaded file and install it having typed the Root password.

2. At the command line, become root, navigate to the download location and type this command:
Code:
Installpkg wine-0.9.7-i486-S10.2.tgz
3. Or again at the command line and as root, navigate to the download directory and type the command
Code:
pkgtool
to start the built in package installer and uninstaller. Select the Current option and when the program finds the Wine package install it.

The advantage of using precompiled packages from LinuxPackages, as opposed to compiling a program yourself, is that they are quick and easy to install and uninstall, as much of the work has been done for you.

If you wanted to have a go at compiling the software yourself, follow the link provided by nixcraft.

Regards,

dkpw

Last edited by dkpw; 03-25-2006 at 03:27 AM.
 
Old 03-25-2006, 08:26 AM   #4
arunvk
Member
 
Registered: Nov 2005
Location: India
Distribution: Fedora 29
Posts: 197

Rep: Reputation: 30
download winetools. it is a front end for wine.u can configure wine thru this.
 
Old 03-25-2006, 08:52 AM   #5
w800
LQ Newbie
 
Registered: Mar 2006
Posts: 18

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by dkpw
Hi w800,

There are a number of ways of installing programs in Slackware. One of the easiest is to go to http://www.linuxpackages.net/ and download the Wine package. This is a preconfigured version of Wine specially designed for easy installation under Slackware 10.2.

Once you have downloaded the file wine-0.9.7-i486-S10.2.tgz, you could use one of the following methods to install it.

1. If you use KDE, fire up KPackage, navigate to the downloaded file and install it having typed the Root password.

2. At the command line, become root, navigate to the download location and type this command:
Code:
Installpkg wine-0.9.7-i486-S10.2.tgz
3. Or again at the command line and as root, navigate to the download directory and type the command
Code:
pkgtool
to start the built in package installer and uninstaller. Select the Current option and when the program finds the Wine package install it.

The advantage of using precompiled packages from LinuxPackages, as opposed to compiling a program yourself, is that they are quick and easy to install and uninstall, as much of the work has been done for you.

If you wanted to have a go at compiling the software yourself, follow the link provided by nixcraft.

Regards,

dkpw

this is what i got after installpkg:

root@northwind:~# installpkg wine-0.9.10-i486-S10.2.tgz
Installing package wine-0.9.10-i486-S10.2...
PACKAGE DESCRIPTION:
Executing install script for wine-0.9.10-i486-S10.2...

root@northwind:~# ls
Desktop/ loadlin16c.txt loadlin16c.zip wine-0.9.10-i486-S10.2.tgz
root@northwind:~# wine
wine: error while loading shared libraries: libwine.so.1: cannot open shared object file: No such file or directory
 
Old 03-25-2006, 09:00 AM   #6
w800
LQ Newbie
 
Registered: Mar 2006
Posts: 18

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by arunvk
download winetools. it is a front end for wine.u can configure wine thru this.
after downloading wine tool this and executing rpm this is the dependencies:

root@northwind:~# rpm -Uvh winetools-0.9-3jo.i386.rpm
error: Failed dependencies:
/bin/bash is needed by winetools-0.9-3jo
/bin/sh is needed by winetools-0.9-3jo
/usr/bin/perl is needed by winetools-0.9-3jo
libX11.so.6 is needed by winetools-0.9-3jo
libXext.so.6 is needed by winetools-0.9-3jo
libXi.so.6 is needed by winetools-0.9-3jo
libc.so.6 is needed by winetools-0.9-3jo
libc.so.6(GLIBC_2.0) is needed by winetools-0.9-3jo
libc.so.6(GLIBC_2.1) is needed by winetools-0.9-3jo
libdl.so.2 is needed by winetools-0.9-3jo
libgdk-1.2.so.0 is needed by winetools-0.9-3jo
libglib-1.2.so.0 is needed by winetools-0.9-3jo
libgmodule-1.2.so.0 is needed by winetools-0.9-3jo
libgtk-1.2.so.0 is needed by winetools-0.9-3jo
libm.so.6 is needed by winetools-0.9-3jo
wget is needed by winetools-0.9-3jo
wine is needed by winetools-0.9-3jo
 
Old 03-25-2006, 09:42 AM   #7
arunvk
Member
 
Registered: Nov 2005
Location: India
Distribution: Fedora 29
Posts: 197

Rep: Reputation: 30
use google search for the individual required packages. also from the last line it seems u havent installed wine yet or havent installed it properly. install wine first.
 
Old 03-25-2006, 01:42 PM   #8
nixcraft
Member
 
Registered: Nov 2004
Location: BIOS
Distribution: RHEL3.0, FreeBSD 5.x, Debian 3.x, Soaris x86 v10
Posts: 379

Rep: Reputation: 30
w800

I am not sure what auto install tool available for slack But under Debian it is apt-get and yum under Fedora. Find out auto dependencies install tool (may pkgtool command help)
 
Old 03-25-2006, 03:41 PM   #9
MannyNix
Member
 
Registered: Dec 2005
Location: ~
Distribution: Slackware -current
Posts: 465

Rep: Reputation: 53
hmmm... not sure why it seems so complicated, i just downloaded the slackware package from http://www.winehq.com/site/download by Adam Schreiber, became root and typed installpkg wine-0.9.10-i486-S10.2.tgz and everything was fine, afterwards i mounted the starcraft cdrom, cd to it, issued wine setup.exe and was playing SC in about 10 min, i didn't need winetools so i didn't install it.
Personally i try to stay away from linuxpackages and prefer the "official" versions from the developer, slackware packages http://slackware.it/en/pb/ or compile it from source. Hope you got it running by now.

Last edited by MannyNix; 03-25-2006 at 07:37 PM.
 
Old 03-25-2006, 07:13 PM   #10
chrisortiz
Member
 
Registered: Nov 2005
Distribution: Slackware, and of course the super delux uber knoppix universal live recovery cd
Posts: 429

Rep: Reputation: 30
umm it shouldn't be you should probably get a different package, winehq has a slackware pkg
remove the old package and install the one from there. when your done run winecfg and set it up
 
Old 03-25-2006, 08:33 PM   #11
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
I downloaded the package from linuxpackages.net, then got/installed winetools.

Works perfect for me.
 
Old 03-26-2006, 04:21 AM   #12
w800
LQ Newbie
 
Registered: Mar 2006
Posts: 18

Original Poster
Rep: Reputation: 0
Talking

Quote:
Originally Posted by mannyslack
hmmm... not sure why it seems so complicated, i just downloaded the slackware package from http://www.winehq.com/site/download by Adam Schreiber, became root and typed installpkg wine-0.9.10-i486-S10.2.tgz and everything was fine, afterwards i mounted the starcraft cdrom, cd to it, issued wine setup.exe and was playing SC in about 10 min, i didn't need winetools so i didn't install it.
Personally i try to stay away from linuxpackages and prefer the "official" versions from the developer, slackware packages http://slackware.it/en/pb/ or compile it from source. Hope you got it running by now.

what is the version of your KDE? I will try to install the wine package again.

should I log in as a user and change to root?

I have a a starcraft installed in my /fat-c or windows C: but everytime i type (wine broodwar.exe) nothings happend.

what is the proper way?

Thank you guyz for being patient
 
Old 03-26-2006, 02:10 PM   #13
MannyNix
Member
 
Registered: Dec 2005
Location: ~
Distribution: Slackware -current
Posts: 465

Rep: Reputation: 53
Quote:
Originally Posted by w800
what is the version of your KDE?
Hi, my kde version is 3.4.2, standard Patrick Volkerding version
You only need to be root to type installpkg wine-0.9.10-i486-S10.2.tgz so log in as a regular user, open a console, become root and install wine, then become regular user again. As for running starcraft i suggest you don't try to run it from windows, better make a new install on your linux partition, your windows install will be safer. Give me some time i'll try to write a tutorial and post it asap, maybe tonight, i also don't wanna go offtopic here. Later
 
Old 03-27-2006, 09:04 AM   #14
w800
LQ Newbie
 
Registered: Mar 2006
Posts: 18

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by mannyslack
Hi, my kde version is 3.4.2, standard Patrick Volkerding version
You only need to be root to type installpkg wine-0.9.10-i486-S10.2.tgz so log in as a regular user, open a console, become root and install wine, then become regular user again. As for running starcraft i suggest you don't try to run it from windows, better make a new install on your linux partition, your windows install will be safer. Give me some time i'll try to write a tutorial and post it asap, maybe tonight, i also don't wanna go offtopic here. Later
Thank you. Ill be posting a topic if in case I encounter a problem.


what is the command to change root to user or user to root?

Im sorry for my question maybe its very basic,
 
Old 03-27-2006, 09:14 AM   #15
ctos
Member
 
Registered: Mar 2006
Distribution: Slack 10.2, kernel 2.4.31 on a Dell Inspiron 1150 Laptop
Posts: 57

Rep: Reputation: 15
"su root"
enter password
when finished,
"exit"

 
  


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
Installing Wine ipodlinux Linux - Software 1 11-26-2005 04:24 AM
wine: installing win apps. using wine on mandrake10 dexmax Linux - Newbie 2 09-05-2005 04:40 PM
installing Wine crapper Debian 14 02-19-2005 06:52 PM
installing WINE endezeichen Linux - Software 1 11-21-2003 11:56 AM
need help installing Wine sp00kri0t Linux - General 1 02-15-2002 03:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:58 AM.

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