LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 02-19-2009, 01:26 PM   #1
QueenZ
Member
 
Registered: Sep 2008
Distribution: openSUSE, Ubuntu
Posts: 373
Blog Entries: 2

Rep: Reputation: 32
How can firefox run without installing?


Did you guys know that you don't have to install firefox to run it??

I just went to this website:
http://www.mozilla.com/en-US/firefox/all-beta.html

Downloaded it and it downloaded firefox-3.1b2.tar.bz2 then i used Ark to extract it on my desktop and it made firefox folder, then i opened firefox shell script that i found inside and it launched firefox..

The question is.. how can it be?? Doesn't firefox need to be installed? How about all dependencies and stuff?? This is so weird..
 
Old 02-19-2009, 01:29 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
no, that's pretty normal. there aren't many dependencies as firefox is fairly chunky and brings it all along with it. installers just put files in certain places, doesn't change the app at all.
 
Old 02-19-2009, 01:31 PM   #3
serafean
Member
 
Registered: Mar 2006
Location: Czech Republic
Distribution: Gentoo, Chakra
Posts: 997
Blog Entries: 15

Rep: Reputation: 136Reputation: 136
Libraries are available system-wide, and your user can run any binaries he has enough permissions for -> all binaries have access to libraries installed on the system.
 
Old 02-19-2009, 01:32 PM   #4
ronlau9
Senior Member
 
Registered: Dec 2007
Location: In front of my LINUX OR MAC BOX
Distribution: Mandriva 2009 X86_64 suse 11.3 X86_64 Centos X86_64 Debian X86_64 Linux MInt 86_64 OS X
Posts: 2,369

Rep: Reputation: Disabled
Quote:
Originally Posted by QueenZ View Post
Did you guys know that you don't have to install firefox to run it??

I just went to this website:
http://www.mozilla.com/en-US/firefox/all-beta.html

Downloaded it and it downloaded firefox-3.1b2.tar.bz2 then i used Ark to extract it on my desktop and it made firefox folder, then i opened firefox shell script that i found inside and it launched firefox..

The question is.. how can it be?? Doesn't firefox need to be installed? How about all dependencies and stuff?? This is so weird..
Not really installed , you just run it in youŕe own home dir.
It is a rather a old trick
 
Old 02-19-2009, 01:33 PM   #5
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
I think Microsoft has gotten a lot of us into this "it has to be installed" mindset, due to their registry system. We don't need that in Linux. There is no registry. Linux packages usually use a .rc file and/or some hidden directory within your login path. With Firefox, you usually have to have the correct version of libstdc installed, but that's about it.
 
Old 02-19-2009, 01:51 PM   #6
QueenZ
Member
 
Registered: Sep 2008
Distribution: openSUSE, Ubuntu
Posts: 373

Original Poster
Blog Entries: 2

Rep: Reputation: 32
Quote:
Originally Posted by Quakeboy02 View Post
I think Microsoft has gotten a lot of us into this "it has to be installed" mindset, due to their registry system. We don't need that in Linux. There is no registry. Linux packages usually use a .rc file and/or some hidden directory within your login path. With Firefox, you usually have to have the correct version of libstdc installed, but that's about it.
Are you saying that we don't install software on linux?
 
Old 02-19-2009, 01:54 PM   #7
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
it all depends what "install" means to you. Applications are integrated into the filesystem and DE menus etc..., so I would call that installation quite comfortably.
 
Old 02-19-2009, 01:59 PM   #8
arizonagroovejet
Senior Member
 
Registered: Jun 2005
Location: England
Distribution: openSUSE, Fedora, CentOS
Posts: 1,094

Rep: Reputation: 198Reputation: 198
To me something is installed if you have to do something more than unpack a compressed file to use it. E.g if it's an rpm or deb package then you have to install it. If there is a script to run that writes files in to various places throughout the file system then you're installing it. If all you're doing is downloading a .tar.gz file and unpacking it then you're not installing it.

I've seen people struggle with the concept that some software doesn't require any sort of installation process before you use it when I've explained it to them.
 
Old 02-19-2009, 02:14 PM   #9
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Quote:
Originally Posted by arizonagroovejet View Post
To me something is installed if you have to do something more than unpack a compressed file to use it. E.g if it's an rpm or deb package then you have to install it. If there is a script to run that writes files in to various places throughout the file system then you're installing it. If all you're doing is downloading a .tar.gz file and unpacking it then you're not installing it.

I've seen people struggle with the concept that some software doesn't require any sort of installation process before you use it when I've explained it to them.
That pretty much says it all.
 
Old 02-19-2009, 02:15 PM   #10
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
It seems to me that "install" means to put the SW somewhere where the system can find it and load it into memory. The only thing that makes it complicated is when said SW also requires a bunch of other files to be installed---what we lovingly call "dependencies".

So FF has minimal dependencies----therefor it's easy to install.
 
Old 02-19-2009, 02:23 PM   #11
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Quote:
Originally Posted by pixellany View Post
It seems to me that "install" means to put the SW somewhere where the system can find it and load it into memory. The only thing that makes it complicated is when said SW also requires a bunch of other files to be installed---what we lovingly call "dependencies".

So FF has minimal dependencies----therefor it's easy to install.
I had totally forgotten the issue of desktop integration when I made my post. If a package only needs to be unpacked to run, then OK, maybe that's a simple installation. OTOH, if there needs to be some integration with gnome/kde/whatever then more work needs to be done: both to put it into the menus, and remove it when you uninstall. Maybe we can call this a more complex installation?
 
Old 02-19-2009, 02:54 PM   #12
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Have you ever looked at http://portableapps.com/ ? in this instance the apps are for Windows, but it's still amazing all the applications you can run from a thumb drive with no installation required.

there are several project creeping in to do the same for native Linux apps as well..
http://www.portools.com/
 
Old 02-19-2009, 02:56 PM   #13
DragonSlayer48DX
Registered User
 
Registered: Dec 2006
Posts: 1,454
Blog Entries: 1

Rep: Reputation: 75
Thumbs up

Quote:
Originally Posted by QueenZ View Post
I just went to this website:
http://www.mozilla.com/en-US/firefox/all-beta.html

Downloaded it and it downloaded firefox-3.1b2.tar.bz2 then i used Ark to extract it on my desktop and it made firefox folder, then i opened firefox shell script that i found inside and it launched firefox..
So, you made a successful manual installation... Cool!

Cheers
 
Old 02-19-2009, 03:01 PM   #14
DragonSlayer48DX
Registered User
 
Registered: Dec 2006
Posts: 1,454
Blog Entries: 1

Rep: Reputation: 75
Quote:
Originally Posted by pixellany View Post
It seems to me that "install" means to put the SW somewhere where the system can find it and load it into memory.
My thoughts, exactly.

Strapping the app to the core of the OS (like Windows) is just asinine.

Cheers
 
Old 02-19-2009, 04:24 PM   #15
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
Quote:
Originally Posted by dragonslayer48dx View Post
My thoughts, exactly.

Strapping the app to the core of the OS (like Windows) is just asinine.

Cheers
exactly, in windows, dos and linux/unix (more so in command line applications) there is the path, which is a list of directoreis that is searched for executables when you issue a command that is not internal to the shell, failing that it will give you an error, 'installing' simply means placing the binaries in said path, however many linux applications can be unpacked to a local directory and executed from that directory, 'installing' in linux is mostly for making something globally available to all users.
 
  


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
Firefox won't run? sigma957 Slackware 14 09-11-2008 11:43 AM
How do i make firefox 3 work after installing firefox 2 on Ubuntu 8.04 avinash.rao Ubuntu 10 09-06-2008 10:34 AM
Firefox didn't run after Firefox 2 installation nightrider Linux - Newbie 15 04-03-2008 10:24 PM
cannot run firefox seriesx4 Linux - Newbie 4 09-23-2005 11:55 AM
Can only run Mozilla Firefox as root after installing extension Anjin Mandriva 1 05-17-2004 04:43 PM

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

All times are GMT -5. The time now is 06:33 AM.

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