installing firefox

I don’t want to use Firefox 3.0 and would much rather use Firefox 2.0.0.16 but am unsure how to install tar.gz files in Linux.

What do I do?

If you only like to use it for one person
Down load firefox in you,re home/dir
Open a terminal use the command :
Tar xzvf firefox…tar.gz
It will create a folder called firefox
Open it out of my memory there is subfolder called bin
In it is somewhere a shell script
Link it to desktop click on it and it works

I’m getting (Cannot open: No such file or directory) when typing “tar xzvf firefox…tar.gz” in the konsole.

Now what?

Thread moved to Applications
opensuse.org.help.applications

See another thread on this board on how to install FF2 from a repository.

Rather than post the entire tutorial in this post, refer to this post.

If you still have any questions, feel free to ask. :slight_smile:

Thanks for moving the thread. I had a feeling I was posting in the wrong area :eek:

I’ll check out the url you linked.

I’m sorry, I read your question wrong. :frowning:

I thought you wanted to install Firefox 3.

To install tar.gz files, check out this link.

Sorry again for that misunderstanding.

Hope that one works better for you. :slight_smile:

No problem. Okay, back to square one again:

as root

Code:
tar -zxvf nameof.tar.gz

tar -zxvf firefox.tar.gz (you are supposed to type in root before this) How do you log in as root and howcome I’m getting (Invalid command) when typing tar -zxvf firefox.tar.gz?

Thanks,

Here, try this thread:

Going back to Firefox 2 - openSUSE Forums

Simple go to your home dir and right click on the file you download and click on extract here.
Then link it to desktop by using create launcher on the desktop on right click.
Thats all.

First, about the invalid command:

Open YaST Package Manager and then wait for the repositories to load. Once they do, enter into the search: tar. If a package appears on the list, click it and press the Install button. Once you have slated it for installation, press the Apply button to begin the installation process. Once the package is installed, try the command again. If the package is not there when you enter the text into the search, press the Installed tab on the top and see if the package appears in that list. If it appears on neither of the lists, then the last resort is to use the 1-Click Installer for the Tar package (11.0). That will add the repository needed for the package and install the Tar package. Once you have done that, try the tar command over again.

Now the second question:

The tar command, for the most part, doesn’t require root permissions, but the make install command may need it. To gain root permissions, issue the command su into the terminal window. Once you enter this command, you will be prompted for your root password. Enter the password, and now you are a SuperUser with root permissions. On the topic of make install, if you run into trouble with that command, say it gets returned as an invalid command, open the package manager again and then search for the package: make. If it is not installed, please install it because it will be used again frequently when compiling binaries. If it cannot be found in the Available or Installed, then use the 1-Click Installer for Make (11.0). Then, once again, try the command over.

Just as an extra, I would suggest installing the Base Development Packages. It will definitely come in handy in the future as you will use most of the packages again. To do this, open the Package Manager and wait for it to load. Once it does, look for a dropdown on the bottom-left labeled: Groups (by default). Click this dropdown, and select Patterns. When the list refreshes, look for the heading: Development and then click the icon for Base Development. Next, press the Install All button to install all the packages for that pattern. Once you do that, press the Apply button in the bottom-right. This installation will take a few minutes due to the amount of packages being installed. Once the installation is complete, you will have all the packages you need to basic development tasks, such as compiling, which is used very often in Linux.

Hope this helps! :slight_smile: