LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   install tar software (https://www.linuxquestions.org/questions/linux-newbie-8/install-tar-software-447670/)

jojojo 05-23-2006 07:47 AM

install tar software
 
I have untar package firefox-1.5.0.3.tar.gz. Then it cretae a folder named firefox. How do i want to install the untar package? I'm using fedora core 3.

Nylex 05-23-2006 07:50 AM

You don't need to do anything else, you can just run the executable from within the directory "firefox".

funboy.ch 05-23-2006 11:08 AM

Hi there, I just installed Debian with KDE. Totally new to linux and I wanted to install same Firefox and was just wondering where the standard location for program files was in linux and how to create the link for all users.

cheers,

Renato

cicciux 05-23-2006 11:36 AM

there are different opinions as to where you should put the files. I usually create a directory under /usr/opt and then link the executables to /usb/opt/bin i.e.

untar firefox to /usr/opt/firefox
ln -s /usr/opt/firefox/firefox-bin /usr/opt/bin/firefox

funboy.ch 05-24-2006 03:26 AM

cheers mate


All times are GMT -5. The time now is 10:26 PM.