• 0 Posts
  • 5 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle

  • 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.