LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-20-2006, 08:00 PM   #1
dj2187
LQ Newbie
 
Registered: Nov 2006
Distribution: redhat linux enterprise 4
Posts: 5

Rep: Reputation: 0
hello, a real newbie question


alright so has anyonr dealt with winehq.org/ the things supposed to make linux run windows software, but i dont understandh ow to use it. i follow the directions on this url von-thadden.de/Joachim/WineTools/ , however, it just gives me this error:

xs309.xs.to/xs309/06472/Screenshot-2.png

or it dosent create the directory the way it says it will in the other mehtod. am i doing something wrong? fyi, i use red hat linux, and i have not updated it from the utility. ty.
 
Old 11-20-2006, 08:20 PM   #2
breman
LQ Newbie
 
Registered: Aug 2003
Posts: 27

Rep: Reputation: 15
once you install wine..just run wine app.exe should do it

not sure if I answered your question..just I have never needed to install the wine-tools package
 
Old 11-21-2006, 07:03 AM   #3
ingar
Member
 
Registered: Jan 2005
Location: Norway
Distribution: Ubuntu Studio
Posts: 42

Rep: Reputation: 15
Thumbs up

Hi,

the way it has worked out best for me, is :
- Install Wine
- Run the configuration winecfg from the terminal-window
(as a regular user).

cheers,
Ingar
 
Old 11-21-2006, 08:09 PM   #4
dj2187
LQ Newbie
 
Registered: Nov 2006
Distribution: redhat linux enterprise 4
Posts: 5

Original Poster
Rep: Reputation: 0
alright... o fogured it out... when installing an program if its a .sh file, it is supposed to be run in terminal, correct? sorry i am 100% new to this.
 
Old 11-22-2006, 06:46 AM   #5
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
Quote:
Originally Posted by dj2187
alright... o fogured it out... when installing an program if its a .sh file, it is supposed to be run in terminal, correct? sorry i am 100% new to this.
Yes, you'll run it in a terminal. In the terminal change to the directory containing the file and run it using ./filename
 
Old 11-23-2006, 07:56 PM   #6
dj2187
LQ Newbie
 
Registered: Nov 2006
Distribution: redhat linux enterprise 4
Posts: 5

Original Poster
Rep: Reputation: 0
alright so access was denied, and i know i have to become a superuser or something, so how do i go about that
 
Old 11-23-2006, 08:16 PM   #7
dj2187
LQ Newbie
 
Registered: Nov 2006
Distribution: redhat linux enterprise 4
Posts: 5

Original Poster
Rep: Reputation: 0
im puttin chmod a+rwx .bash_profile, according to what ive read that supposed to work
 
Old 11-23-2006, 08:50 PM   #8
Cereal765
Member
 
Registered: May 2006
Distribution: Fedora Core, SuSE
Posts: 44

Rep: Reputation: 15
When they say superuser, they mean root. Just type:

Code:
su <your root password>
and you'll become the superuser, able to do anything you want on the system. Keep in mind, using root can be dangerous, so only use it when you have to (like installing wine)
 
Old 11-23-2006, 08:53 PM   #9
itz2000
Member
 
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732

Rep: Reputation: 30
Quote:
Originally Posted by dj2187
im puttin chmod a+rwx .bash_profile, according to what ive read that supposed to work
a weird question, did you downloaded the file as root? :S
 
Old 11-23-2006, 11:58 PM   #10
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by dj2187
im puttin chmod a+rwx .bash_profile, according to what ive read that supposed to work
Err, you want to add execute permissions to the file you downloaded, e.g. "chmod a+x filename.sh".

Also, please use better thread titles in future.
 
Old 11-24-2006, 04:47 PM   #11
dj2187
LQ Newbie
 
Registered: Nov 2006
Distribution: redhat linux enterprise 4
Posts: 5

Original Poster
Rep: Reputation: 0
i didn't download any file and thus far i cant get any command to work. when i put su [my pass] it says user dosen't exist. than i put the user, and it says it dosent exist.
 
Old 11-24-2006, 04:53 PM   #12
dj2187
LQ Newbie
 
Registered: Nov 2006
Distribution: redhat linux enterprise 4
Posts: 5

Original Poster
Rep: Reputation: 0
ok so now it cant run the binary file.

[me@localhost ~]$ /home/me/Desktop/BitTorrent-4.20.6-1-Python2.4.noarch.rpm bash: /home/me/Desktop/BitTorrent-4.20.6-1-Python2.4.noarch.rpm: cannot execute binary file
 
Old 11-24-2006, 05:52 PM   #13
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
An RPM file is a packages that needs to be installed. In this case you need to run as root:

rpm -ivh /home/me/Desktop/BitTorrent-4.20.6-1-Python2.4.noarch.rpm

to install it.
 
Old 11-25-2006, 02:37 AM   #14
itz2000
Member
 
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732

Rep: Reputation: 30
Quote:
Originally Posted by dj2187
ok so now it cant run the binary file.

[me@localhost ~]$ /home/me/Desktop/BitTorrent-4.20.6-1-Python2.4.noarch.rpm bash: /home/me/Desktop/BitTorrent-4.20.6-1-Python2.4.noarch.rpm: cannot execute binary file
I suggest that you read some tutorials before continuing trying to install stuff like BitTorrent, also, I'd suggest you to use Azureus instead, much better client IMHO.

A quick reference might be tldp.org / google, try to search for "bash tutorial" , "command line tutorial" etc...
 
  


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
Real NEWBIE question! rkhartley Linux - Newbie 4 10-29-2003 09:56 PM
dual display question - real real newbie !! Jay_Dee007 Linux - Newbie 1 09-29-2003 08:33 AM
Real newbie ethernet question Jdurr Linux - Networking 18 09-26-2003 12:09 AM
real newbie question - sorry mike@wales Linux - Newbie 1 07-20-2003 04:03 PM
Real Newbie Question... killer_cobra Linux - Newbie 4 11-04-2002 01:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:36 PM.

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