Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 12-09-2004, 07:36 AM   #1 (permalink)
 
Newb Techie

Join Date: Dec 2004

Posts: 13

Scandalous

Send a message via AIM to Scandalous Send a message via Yahoo to Scandalous
Default Stupid question, I know.

I'm having issues getting WINE installed on Ubuntu Linux. I'm in the root directory and I need to get it to somehow get back on to wine install (is that right?) what's the command I should use?
Scandalous is offline  
Old 12-09-2004, 09:00 AM   #2 (permalink)
 
Ultra Techie

Join Date: Jun 2004

Posts: 973

intercodes

Send a message via Yahoo to intercodes
Default

Scandalous,

What do you have, the source files or the rpm?

If you downloaded the source files, then open a terminal and cd into the wine directory, then type the following commands one by one ,
./configure
make
make install

If you got the rpm file, then use the following command,

rpm -ivh wine.blahblah.rpm

BTW, read the 'readme' file or 'install' file that comes with the wine, It explains everything.
intercodes is offline  
Old 12-09-2004, 11:28 AM   #3 (permalink)
 
Newb Techie

Join Date: Dec 2004

Posts: 13

Scandalous

Send a message via AIM to Scandalous Send a message via Yahoo to Scandalous
Default

I have read it, and I do know that I need to get to make install. Or something like that (off the top of my head)

However, I can't get it to go past this:

root@ubuntu:~ #
Scandalous is offline  
Old 12-09-2004, 12:21 PM   #4 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

thats a command line prompt,ever used DOS, same deal only more commands

cd changes directories
ls lists directories and files

type help or ? then hit enter and a listing will show up
type man <commandname> for online help on different commands

goto http://www.tldp.org and start reading, start with BASH, thats usually the default shell, your also going to need to learn the linux filesystem structure
horndude is offline  
Old 12-09-2004, 12:32 PM   #5 (permalink)
 
Newb Techie

Join Date: Dec 2004

Posts: 13

Scandalous

Send a message via AIM to Scandalous Send a message via Yahoo to Scandalous
Default

yeah, I know. Linux isn't exactly my OS of choice, but I've got to make the best of what I've got. Thanks!
Scandalous is offline  
 
Closed Thread

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On