./configure : Checks your system for necessary libraries and creates a Makefile. make : Compiles the source code into executable binaries.
The process begins with extracting the archive: tarball installation
The term "tarball" refers to a collection of files wrapped together using the tar (Tape Archive) utility. While tar groups files, it does not compress them on its own; therefore, it is usually paired with compression tools like ( .tar.gz ), Bzip2 ( .tar.bz2 ), or XZ ( .tar.xz ) to reduce file size. Why Use Tarball Installations? Bzip2 ( .tar.bz2 )
# Example: Verify the installation software --version tarball installation