Less-443
XZ-Utils-5.0.2
The Make package contains a program for compiling packages.
Prepare Make for compilation:
./configure --prefix=/usr
Compile the package:
make
To test the results, issue: make check.
make check
Install the package:
make install
Automatically determines which pieces of a package need to be (re)compiled and then issues the relevant commands