TAR For Dummies
create a tar file
standard install from source
See Also RPM For Dummies
tar –cvf myfiles.tar mydir/(add z if you are dealing with or creating .tgz (.tar.gz) files)
standard install from source
tar –xvzf Apackage.tar.gz cd Apackage ./configure make make install
See Also RPM For Dummies