make The make command compiled the source code into a real executable. The terminal filled with magical scrolling text — no errors meant success.
In the land of Linux, software often arrived not as a simple package, but as a — first tar (the tape archiver), then xz (the powerful squeezer).
Here’s a short, memorable story to help you remember how to install software from a .tar.xz file on Linux.
One day, a young admin named Alex downloaded app-3.2.tar.xz .
./configure This script checked for compilers, libraries, and dependencies. Sometimes you needed to add --prefix=/usr/local to tell the traveler where to live.
sudo make install With great power, Alex placed the program into the system directories so all users could call its name from anywhere.