General software installation question


Results 1 to 7 of 7

Thread: General software installation question

  1. #1
    Join Date
    Aug 2005
    Posts
    5

    General software installation question

    As soon as my sys was up and running, I grabbed a tar of Firefox, but when I install, it installs to the directory where I downloaded it. Where should it be, and is there anything else I need to do to make it work right?

  2. #2
    Join Date
    Oct 2002
    Location
    Illinois
    Posts
    3,281
    what distro/OS are you using, most likely there is a binary package for your distrobution, also how are you installing your software?

    you most likely downloaded the source code, to install it wou will need to compile it (provided you have dev tools installed on your system) to do that uncompress the tar.gz archive and cd into the directory with the source run ./configure && make && su -c make install

  3. #3
    Join Date
    Mar 2004
    Location
    Gatineau Quebec
    Posts
    823
    Its OK to do it that way maximumbob, you should end up with a folder in your home dir called "firefox-installer". cd to that directory and do:
    Code:
    ./firefox-installer
    That will start the GUI installer for Firefox. From then on the firefox executable will also be located in this same folder, and you can run Firefox normally from there.
    I take it though that you're using a distro that already has an older version of Firefox bundled with it, right?
    Linux user #367409

  4. #4
    Join Date
    Aug 2005
    Posts
    5
    I take it though that you're using a distro that already has an older version of Firefox bundled with it, right?
    That is correct. To upgrade, however, you must download the full current version. My first idea was to find where the old version was installed and install the new version over the old, but that didn't work very well.

    About installing it to my home directory: Do I need to be root to do that? Then if I am logged in as another user, I won't be able to use it, which I want to do.
    Last edited by maximumbob; 08-03-2005 at 08:56 AM.

  5. #5
    Join Date
    Jan 2003
    Location
    Zurich, Switzerland
    Posts
    2,657
    No, to install anything in your /home folder you don't need to be root at all, it is your space where you can do everything as a regular user. However, that's not necessarily a good place for installing apps as you figured yourself.

    The idea of replacing your older Thunderbird version is a good one. I suggest you try this:

    as root, you move the current Thunderbird installation into a different folder (e.g. thunderbird.old) and install your new version into the folder where it was previously installed.

    As long as you keep your thunderbird account files safe in your home folder you can fiddle with the program files as much as you want.

    "What can be said at all can be said clearly, and what we cannot talk about we must pass over in silence."

    Tractatus Logico-Philosophicus by Ludwig Wittgenstein (1889-1951)

  6. #6
    Join Date
    Aug 2005
    Posts
    5
    It's not Thunderbird -- Firefox 0.8 was an available pacakge on the SuSE source discs, but I need to upgrade it to 1.06, and to do that, there is no patch, so I have to install the full version. I didn't know where it installed the old version, so I did a search, and it was in /opt ... so, I tried setting the install dir in the FF Installer GUI to the old dir in /opt, and it installed there, but I don't know if that's the correct way to go about it.

  7. #7
    Join Date
    Jan 2003
    Location
    Zurich, Switzerland
    Posts
    2,657
    Yes, that sounds all fine to me. When you start Firefox and go to "About Mozilla Firefox" in the Help menue, does it show the new/current version number?

    "What can be said at all can be said clearly, and what we cannot talk about we must pass over in silence."

    Tractatus Logico-Philosophicus by Ludwig Wittgenstein (1889-1951)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •