Installing tar.gz and tar.bz2 files in linux
- No comments yet.
The installation procedure for software that comes in tar.gz and tar.bz2 packages isn’t always the same, but usually it’s like this:
# tar xvzf package.tar.gz (or tar xvjf package.tar.bz2)
# cd package
# ./configure
# make
# make install
install tar.gz tar.bz2 files, installing software linux, make install
This entry was posted on September 14, 2009, 12:02 pm and is filed under Linux. You can follow any responses to this entry through RSS 2.0. You can leave a response, or trackback from your own site.
Fusion theme by digitalnature | powered by WordPress
Entries (RSS) and Comments (RSS) ^