LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   It won't install (https://www.linuxquestions.org/questions/linux-newbie-8/it-won%27t-install-150361/)

AndreL 02-25-2004 10:56 AM

It won't install
 
every time I double click an icon and try to install something a window pops up and says "Nautilus has no installed viewer capable of displaying" then it says the file location and the file name. I'm trying to broadin my horizions in the computer field and not be totally dependand on windows.

Thank in Adv ...

bnice 02-25-2004 11:07 AM

Welcome to the command line...

I don't know of ANY linux program that can be installed by clicking on an icon...

what are you trying to install, an RPM?

AndreL 02-25-2004 12:01 PM

opera browser, flash player 6 for linux, java

bnice 02-25-2004 01:37 PM

again, are they RPM's, tar.gz, binaries? each one has a seperate install procedure

AndreL 02-25-2004 03:39 PM

one is an rpm and the other is an tr.gz

bnice 02-25-2004 04:44 PM

for the RPM, RedHat has some sort of package manager, but I disremember the name, redcarpet? If all else fails, open a terminal (konsole) and go to the directory the file is in and type: rpm -i packagename.rpm

replace packagename with the real name of the package and it should install

for the tar.gz you type:

tar zxvf packagename.tar.gz

this will probably create a directory with the same name without the .tar.gz extension.

cd into that directory and type:
./configure && make install

and it should install


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