Find the answer to your Linux question:
Results 1 to 3 of 3
installation of a source file with the extension .src.tar.bz2...
  1. #1
    Just Joined!
    Join Date
    Jan 2009
    Posts
    28

    installation

    installation of a source file with the extension
    .src.tar.bz2

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Hiya.
    See these links for a bunch of info on installing software for Linux
    http://www.linuxforums.org/forum/lin...are-linux.html
    And just Linux in general
    http://www.linuxforums.org/forum/lin...ead-first.html
    Good Luck and do let us know if you need help with anything else.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  3. #3
    Just Joined! davo1's Avatar
    Join Date
    Mar 2009
    Posts
    14
    there's a bunch of stuff on this in a learn linux thing that i used. just google learn linux.
    anyway if you want to know how to do it now here it is:
    first extract it (the .bz2 part) do this either through GUI or terminal
    second you need to untar it (the .tar bit) use 'tar -xzjf *nameoffile*
    now you come to the source file (.src). These can be tricky if you don't have a C compiler installed. YOU MUST HAVE A C COMPILER SUCH AS GCC/G++. I would recommend just using apt/synaptic for downloads. But if you want to
    cd to directory
    (in terminal) './configure' 'make' 'install'
    The reason i don't like these is you will probably have to resolve any dependencies yourself.

Posting Permissions

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