Linux also always allowed you to install applications directly. Everyone just uses package management software at this point because it’s all well managed and easier to keep things updated, but you can still install things manually with make.
You only need make if you’re compiling. Installating precompiled software is somewhat easier, since it’s basically just copying to /bin. If you know where that is, then it’s simple.
You only need make if you’re compiling. Installating precompiled software is somewhat easier, since it’s basically just copying to /bin. If you know where that is, then it’s simple.
There’s even .deb, .rpm, flakes, whatever pacman uses, … that are just package files that copy to /bin/ for you, like .apk/.ipas.