Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Addendum: Since Firefox comes installed in most distros, I've never tried this, so this is a shot in the dark.
The most likely issue is that the firefox binary does not have permission to be executable, though it could be something else. In the directory created by decompressing the tarball, what is the output of the command
Code:
ls -l
Be sure to surround the output with "code" tags, which become available when you click the "Go Advanced" button at the bottom of the "Quick Reply" window.
You mean so you can change the permissions to make firefox executable (assuming that is the problem). You do not want to be running firefox as root.
jdk
Also make sure that the "firefox" isn't a directory containing the kit.
Firefox itself is a shell script that sets up an environment for the executable.
On my system, the installed firefox executable is called "run_mozilla.sh", which resides in yet another path, but the actual binary is $MOZ_LIB_DIR/firefox/firefox - which is /usr/lib64/firefox/firefox).
There is a fairly extensive environment setup for it... so it may not work properly without a full install to get all the shell scripts set up.
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,688
Rep:
Quote:
I boot with Kubuntu Live CD,
I launched terminal,
go to the folder where I unpack the Firefox TAR ball,
Where is this directory? if it's on the live CD it'll never work, it's read only, do I assume it's in RAM somewhere? Is there other storage you've not told us about?
Can I ask why you're trying to do this with a LiveCD as Firefox will invariably be available through the Distro's Window manager menu? I don't understand why (or where!) you're trying to install it.
With any LiveCD distro I've spun up I've always had it connect to the internet (I'm generally cabled up rather than WiFi) and I can browse the net with Firefox from the menu as you would with an installed version.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.