Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


unzip_untar_a_file_and_compile_code

This is an old revision of the document!


Unzip, Untar, Compile from Source

Download the .tar.gz file in the destination directory
Navigate to directory, gunzip <package name>
tar –xvf <package name>
cd to newly created directory
[here you need to check README.txt for specific instructions, what follows are general instructions]

./configure --prefix=/usr/local
make
make test (sometimes this is optional)
make install
unzip_untar_a_file_and_compile_code.1742512672.txt.gz · Last modified: 2025/03/20 19:17 by juckins