this post was submitted on 23 Nov 2024
648 points (89.4% liked)
linuxmemes
21393 readers
1378 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack members of the community for any reason.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't fork-bomb your computer.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Have fun compiling it yourself and messing up what is managed by the package manager and what's not. And don't forget that the update might break some other package along the way
NixOS solved this. You can install both deps from two different channels.
I sometimes just give up and use Docker or a Flatpak (depending on if it's a CLI or GUI app)
Most of the time you can just download a release and place the binary in path (or a symlink).
Compiling it yourself should not 'messing up' anything, it should build locally:
Now it's just built, nothing on your system has changed.
make install
will place requisite files where they need to go, but this generally configurable viaprefix
or equivalent. You may need to install dependencies, but that's usually a simple exercise in reading the output from the configuration step.Compiling software is easy as fuck and is incredibly flexible.
If your distro maintainer's do a good job, that situation never happen's.
Or just use gentoo where that problem doensn't exist at all.
Don't use apostrophes wherever you see an "s" at the end of a word. If you're unsure about whether or not to use an apostrophe, just don't. Because statistically, there are far fewer cases where you need 'em than there are cases where you don't. Plus if you missed the apostrophe where it should be, people will just assume you didn't bother to type it or it was a typo. Whereas if you do type it where it shouldn't be, it's a clear case of "this person doesn't know how apostrophes work".
Shut's the's fuck's up's.
There's no need to get upset, the entire comment was typed on a keyboard; I didn't say a word.
reddit's tier's response's
I merely tried to provide a response in the same tier as yours.
Huh, pacman always seemed to automatically work out those dependency loops, or whatever you want to call them, when I was on EndeavourOS. The only time I had an issue with updating was when I went like two weeks without updating, and then ran out of harddrive space halfway through installing the 600 updates.
I've been running Bazzite for several months now, and updating is absurdly easy and unintrusive. It's basically impossible to fuckup (and if you do, it's extremely simple to rollback). I can really see immutable/atomic being the future of Linux.
Well not if you're on Ubuntu and need the latest version of e.g. npm for some nvim plugin, because that version is not in the repository.
Manjaro, is that you?