- Download the package. It's normally a .tar.gz file. It could be in some other format like bz2 as well.
- Extract it with tar -zxvf package.tar.gz (for .tar.gz files)
- Change to the newly created directory with this extraction
- Read README files (good practice)
- Run on prompt
./confgure - then
make - Become root if you have not already. Default location of installation of almost all new packages is /usr/local so you need write permission to create any new files there.
- issue
make install
Monday, June 12, 2006
Linux : Installing Packages .... common procedure
This post is for novices who are scared of building/installing new packages on linux :-) Here are the steps.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment