LinuxQuestions.org
Help answer threads with 0 replies.
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 12-16-2004, 04:02 PM   #1
MetalliMyers
LQ Newbie
 
Registered: Dec 2004
Distribution: SuSE 9.1
Posts: 16

Rep: Reputation: 0
Installing Software


I need a big long tutorial about installing software.

I need to know how, where should I install it to?

I downloaded firefox, I extracted the tar.gz, but where should I install it to?

how do I install a .run?
 
Old 12-16-2004, 04:21 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
If it has x in ls -l (e.g.
Code:
-rwxr-xr-x  1 tink   users 8725221 2004-11-17 17:32 NVIDIA-Linux-x86-1.0-6629-pkg1.run
)
./<blah>.run will run it ...

Otherwise just a
sh <blah>.run
will do ....


Cheers,
Tink
 
Old 12-16-2004, 04:49 PM   #3
MetalliMyers
LQ Newbie
 
Registered: Dec 2004
Distribution: SuSE 9.1
Posts: 16

Original Poster
Rep: Reputation: 0
I installed Gaim with YaST, but I don't know where it installed it to. It didn't create any links. How do I get to it?
 
Old 12-16-2004, 04:51 PM   #4
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Did you download the firefox-installer or just plain firefox. If you downloaded the firefox installer, and have untarred it, just change into the firefox directory that was created when you untarred and run

$./firefox-installer

to install in your home directory or

$ su -c "./firefox-installer"

to install it system wide. When you are installing it system wide, make sure you also make a symbolic link to the firefox executable in /usr/bin so that you can just type "firefox" in console and it will run.

If you have downloaded the plain tar.gz without installer and untarred, you can just copy it to the directory where you want to run it from.
 
Old 12-16-2004, 04:52 PM   #5
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
try running gaim in a console, if it works, create a desktop shortcut. I think it should also appear in your menu somewhere.
 
Old 12-16-2004, 04:59 PM   #6
MetalliMyers
LQ Newbie
 
Registered: Dec 2004
Distribution: SuSE 9.1
Posts: 16

Original Poster
Rep: Reputation: 0
I typed gaim into the console and nothing...
 
Old 12-16-2004, 05:02 PM   #7
MetalliMyers
LQ Newbie
 
Registered: Dec 2004
Distribution: SuSE 9.1
Posts: 16

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by reddazz
Did you download the firefox-installer or just plain firefox. If you downloaded the firefox installer, and have untarred it, just change into the firefox directory that was created when you untarred and run

$./firefox-installer

to install in your home directory or

$ su -c "./firefox-installer"

to install it system wide. When you are installing it system wide, make sure you also make a symbolic link to the firefox executable in /usr/bin so that you can just type "firefox" in console and it will run.

If you have downloaded the plain tar.gz without installer and untarred, you can just copy it to the directory where you want to run it from.
Where do I execute these commands?

$ su -c "./firefox-installer" ??? I tried it in the console and it said unknown command.

Why does it have to be so none intuitive?

Last edited by MetalliMyers; 12-16-2004 at 05:27 PM.
 
Old 12-16-2004, 05:31 PM   #8
MetalliMyers
LQ Newbie
 
Registered: Dec 2004
Distribution: SuSE 9.1
Posts: 16

Original Poster
Rep: Reputation: 0
I'm lost!!!!!!!!!!

I don't understand the reasoning behind this OS. Why do they make it so difficult to install programs? There is no rhyme nor reason to anything it does! I'm about to give up and go back to Windows.

HELP!
 
Old 12-16-2004, 05:40 PM   #9
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
OK, the firefox installation method is their fault. Having the target directory called firefox-installer is dumb. I put the directory under the /opt directory but named it /opt/firefox/ instead. I also created a link in /usr/bin for the firefox program. I also may have copied a library file, but I don't remember.
The system already had a firefox icon that I used to create a KMenu entry. I dragged the menu item onto the taskbar, which is what I use to start the program.

The gaim program should have a link in the menu structure somewhere. It may have a pseudo title such as 'instant messaging' instead.

The program itself is probably in /usr/bin or /usr/local/bin.
You could create a menu entry for it. There should be a 'Gaim' icon for both KDE and Gnome installed by default. Using YaST to install the Gaim rpm package should have set all of this up. I'm thinking that perhaps the installation wasn't successful for some reason or another.

Just after installing a program, If you want to see were brand new files are located, you could bring up the shell and type 'find /usr -cmin -4'.
This will show you new files located under the /usr hierarchy which were created in the last 4 minutes. Some of the files may include documentation or notes that may you might want to scan through.

Last edited by jschiwal; 12-16-2004 at 05:48 PM.
 
Old 12-16-2004, 05:44 PM   #10
MetalliMyers
LQ Newbie
 
Registered: Dec 2004
Distribution: SuSE 9.1
Posts: 16

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by jschiwal
OK, the firefox installation method is their fault. Having the target directory called firefox-installer is dumb. I put the directory under the /opt directory but named it /opt/firefox/ instead. I also created a link in /usr/bin for the firefox program. I also may have copied a library file, but I don't remember.
The system already had a firefox icon that I used to create a KMenu entry. I dragged the menu item onto the taskbar, which is what I use to start the program.

The gaim program should have a link in the menu structure somewhere. It may have a pseudo title such as 'instant messaging' instead.

The program itself is probably in /usr/bin or /usr/local/bin.
You could create a menu entry for it. There should be a 'Gaim' icon for both KDE and Gnome installed by default.
Ok, I already have firefox installed in /opt/MozillaFirefox

how do I just update that version with the new version?

Gaim is nowhere in the menu structure.

Last edited by MetalliMyers; 12-16-2004 at 05:46 PM.
 
Old 12-16-2004, 05:49 PM   #11
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
You need to be in the firefox folder. Lets say you downloaded the firefox installer tarball in to /home/userid/downloads/src and you untarred it in there, you will have a folder called firefox-installer in there. Change into the firefox installer folder, so in our hypothetical cae you would be in /home/user/downloads/src/firefox-installer. You then do,

$su -c "./firefox-installer" (copy the command as it is apart from the dollar sign. The quotes have to be there for the command to work). You will be propmted for the root password, enter it and the installer will start.
 
Old 12-16-2004, 05:51 PM   #12
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
I think we posted almost at the same time. I think you have to completely uninstall firefox and mozilla installations so that they don't interfere with each other, but I am not sure if I am totally right.
 
Old 12-16-2004, 05:55 PM   #13
MetalliMyers
LQ Newbie
 
Registered: Dec 2004
Distribution: SuSE 9.1
Posts: 16

Original Poster
Rep: Reputation: 0
I found AIM

Why doesn't it create default links for all programs?

Wolfenstein: ET put a link in Menu>>Applications

Why don't all apps you install put a link there?
 
Old 12-16-2004, 05:58 PM   #14
pilotgi
Member
 
Registered: Apr 2002
Location: ks
Distribution: openSUSE Tumbleweed
Posts: 495

Rep: Reputation: 33
The mods are going to come to your house and slap you silly for using a title like that to start a thread.
Quote:
I don't understand the reasoning behind this OS.
Because you haven't read enough yet.
Quote:
Why do they make it so difficult to install programs?
YaST is a point and click way to install software. It's as easy as anything out there.
Quote:
There is no rhyme nor reason to anything it does!
Of course there is. Linux has been around for about 10 years and SUSE is one of the best distros. It's always frustrating for n00bs at first.

There's lot's of friendly people here who are willing to help. Sit back, relax, and take a deep breath. Then ask an intelligent question.
 
Old 12-16-2004, 06:01 PM   #15
MetalliMyers
LQ Newbie
 
Registered: Dec 2004
Distribution: SuSE 9.1
Posts: 16

Original Poster
Rep: Reputation: 0
This isn't my first post. I realize there are a lot of nice people here, but I my head is about to explode because I am getting all these commands and jargon thrown at me.

Ok, how do you use YaST to install packages such as rpm, run, tar.gz?
 
  


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 software ceborame Linux - Newbie 3 08-07-2005 01:00 PM
Installing software NomadABC Linux - Software 5 12-24-2004 01:14 PM
installing software spiky001 Linux - Software 5 09-11-2004 08:58 PM
Installing software sharpie Slackware 3 03-12-2004 12:16 AM
Question on installing software and starting software rootlinux Linux - Newbie 5 01-19-2002 10:40 AM

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

All times are GMT -5. The time now is 03:33 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