this post was submitted on 13 Feb 2025
143 points (95.0% liked)

Technology

63081 readers
6133 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] T156 11 points 1 week ago (2 children)

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.

[–] [email protected] 6 points 1 week ago

make install typically also handles copying things like libraries, shared assets, and docs as needed, but yeah precompiled software is usually a tar... or loading a downloaded package file into the package manager.

[–] [email protected] 3 points 1 week ago

There's even .deb, .rpm, flakes, whatever pacman uses, … that are just package files that copy to /bin/ for you, like .apk/.ipas.