LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Installing program in SUSE (https://www.linuxquestions.org/questions/linux-software-2/installing-program-in-suse-239523/)

Aspect 10-06-2004 03:24 PM

Installing program in SUSE
 
I'm new to linux and I've recently installed SUSE on my machine. I realise there is the YAST software for installing programs, but how do you install programs outside of that? It doesn't seem to be as easy as the double click and follow instructions way of windows. Any pointers would be appreciated.

sether 10-06-2004 04:01 PM

welcome to LQ.

it depends what kind of file it is you're trying to install from. with rpms, it's usually just

rpm -i filename.rpm

then there's .tar.gz files, that you decompress with

tar xvvzf filename.tar.gz

then you read the README and INSTALL files in the new directory created from decompressing - they're pretty straightforward. if you have a specific program you're having trouble installing, feel free to ask about it.

Aspect 10-06-2004 04:43 PM

I was trying to install Mozilla Firefox , which is a tar.gz file. So do i need to run a command?

pfunk 10-06-2004 06:59 PM

did you type this: tar xvzf firefoxblah.tar.gz

that will unpack the tarball - meaning all the files in that archive will be expanded and put into a directory tree. once you've done that then there should be a README file there. read it. it will tell you what you need to do.

Aspect 10-07-2004 03:20 AM

So i just go to run and type that?

sether 10-07-2004 11:43 AM

Quote:

Originally posted by Aspect
So i just go to run and type that?
no, you need to go to a terminal. if you're in kde, there should be a terminal or "konsole" icon somewhere, maybe on the taskbar or under "system." make sure you are in the directory where the file is by typing "ls". it should display the firefox .tar.gz file you downloadeda long with any other files in that directory. then execute the command to untar it. then, it'll probably create a "firefox-installer" directory. do "cd firefox-installer" and then "./firefox-installer" or whatever the name of the executable is in there.

otisthegbs 10-07-2004 12:42 PM

actually that wont work :( , mozilla's firefox has a registry problem that is only brought on by SuSE, go to ftp.suse.com and in the project folder is a mozillafirefox RPM that you can download. once it's downloaded just click on the icon and YaST will do the rest

I spent a few hours screwing around with mozilla and firefox to just in the end settle for an older RPM'd version. If you google this registry/firefox thing you'll see proper documentation

otisthegbs 10-07-2004 12:45 PM

heres the link, it looks like they updated to firefox 1.0 YAAHH!!!!
ftp://ftp.suse.com/pub/projects/mozi...0-6.7.i586.rpm

Aspect 10-07-2004 05:16 PM

Cheers :)


All times are GMT -5. The time now is 01:28 AM.