Results 1 to 5 of 5

Thread: Problem installing tar package under linux

  1. #1
    Join Date
    Mar 2010
    Posts
    162

    Problem installing tar package under linux

    Hello,
    As the title suggests, I have a problem in installing the tar file. What are these files all about. I double click on this but they do not open up. What is the exact reason that the software is not installed? Any help regarding this is appreciated. Thanks in advance.

  2. #2
    Join Date
    Nov 2009
    Posts
    330

    Re: Problem installing tar package under linux

    Hello,

    One method:
    - Extract the archive (tar zxf somepackage.tar.gz) ;
    - Read the README, INSTALL or assimilated it contains.

    No assumption can be made as to the contents of the archive and the build system used by developers (autotools, scons, qmake, cmake, waf, setuptools, boost.build, etc..).

  3. #3
    Join Date
    Nov 2009
    Posts
    356

    installing tar files under linux based operating system

    Hello,
    Just follow these steps
    Code:
    tar xzf somepackage.tar.gz
    This wil extract the files
    Code:
    cd directory
    change the directory
    Code:
    (Read the README file / INSTALL)
    Read the file
    Code:
    . / Configure
    Configure the file
    Code:
    make
    Build the package
    Code:
    sudo make install
    Install the software

  4. #4
    Join Date
    Nov 2009
    Posts
    446

    Re: Problem installing tar package under linux

    Hello,
    And of course, also used for software than Firefox, you'll find somewhere a good package for your distribution. Even if it does not use the deposits. I am giving this as an example because, I have seen that the mozilla firefox comes with a executable file which is already build. So, if you see, you do not have to build the package, just need to run the file and the application is started.

  5. #5
    Join Date
    Nov 2009
    Posts
    583

    Re: Problem installing tar package under linux

    Hello,
    Especially that Firefox is relatively boring to compile. That said, I find it a bad idea in general to add deposits like that in his system. Both use such binaries distributed by Mozilla rather than relying on deposits transgressions or not having the same level of security to the official repositories. I guess i am correct here most of the people agree to it.

Similar Threads

  1. Replies: 3
    Last Post: 19-02-2012, 10:48 AM
  2. Problem installing Linux
    By Taarank in forum Operating Systems
    Replies: 8
    Last Post: 08-10-2010, 06:21 AM
  3. Installing problem in GUI with Linux
    By Kingfisher in forum Operating Systems
    Replies: 4
    Last Post: 22-02-2010, 10:57 PM
  4. Problem installing net-snmp package
    By Ash maker in forum Windows Software
    Replies: 5
    Last Post: 19-02-2010, 12:51 AM
  5. Package installation problem in linux
    By tyty in forum Operating Systems
    Replies: 1
    Last Post: 27-12-2008, 01:17 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,571,584.48851 seconds with 17 queries