Results 1 to 3 of 3
installation of a source file with the extension
.src.tar.bz2...
- 03-08-2009 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 28
installation
installation of a source file with the extension
.src.tar.bz2
- 03-08-2009 #2
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.
- 03-09-2009 #3
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.


Reply With Quote