You sure the guys running pacman are sitting on the right hand side of the bus? Seems a bit more like they should be in the back doing a skill check for luck and rolling a d20
linuxmemes
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 users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- 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 of any kind will not be tolerated. This is an LGBTQ+-friendly community -- if that is a problem for you, you should leave.
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
sudoin Windows. - No porn, no politics, no trolling or ragebaiting.
- Don't come looking for advice, this is not the right community.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves / tolerates / hates> systemd, and wants to interject for a moment. You can stop now.
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
- This is primarily an English-speaking community. π¬π§π¦πΊπΊπΈ
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations. - Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed. Β
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 remove France.
The recent attacks have been against the AUR.
Which pacman doesn't reference.
In terms of sneaking in malicious code, that's possible in the official repos of all operating systems, including the windows store.
The actual meme speaks more to the fact that windows update is enforced unless you jump through enormous flaming hoops, and it will measurably make your already running system worse as it forces the installation of things the user wouldn't want (ie copilot) or removes functionality they do (classic control panel).
But you know... I use Arch btw.
I unironically pacman -Syu'd today and it broke 3 applications that depended on ffmpeg (yes it did update ffmpeg correctly) all from official repos
Tried to build them all from source for like an hour but the compilation also fails, ended up symlinking the libavcodec.so into it's previous' version name and everything works again with zero issues (who designed this shit?)
Add a pacman hook to create a btrfs snapshot before ever update, if anything stupid breaks, rollback to the snapshot and wait a week for it to get fixed before trying again.
In a universe of enshitification, Linux is one of the few things that consistently gets better.
Try telling that to someone who had a spinning cube desktop on their 386 or 486.
Ask not how worthy an idol Linux is, but what you can do to give back to free software.
xbps-install -u
Based Void enjoyer
I think this is true of open source and open science more generally.
In the long run there's no way that the actual desires of humanity can be out-developed by an extremely privileged group of front-runners, rent-seekers, enshittifiers, etc. (eg. proprietary software)...
At least until the AI slop updates don't reach the kernel (at least they're banned from some parts of it).
Can't say I've been happy with the direction that Ubuntu is going, but at least I can still do regular security updates on my old af Ubuntu release without fearing that it will randomly decide to upgrade to a new major release. Plus, there are still plenty of distros that are just fine, and switching is only as annoying as a reinstall.
I know this is a Linux community and therefore we love to hate on Windows...
but for anyone that hasn't used Windows in a while, they actually finally implemented relatively decent package manager in the form of "winget". When you add the wonderful UniGetUI on top of it you get a pretty good experience.
It had issues early on with consistency but the last ~year or two has seen it get a ton of improvement. It's much more reliable than it used to be.
Obviously "it's about goddamn time" and it doesn't hold a candle to mature package manager like what's available on Linux.
But if you've not experienced it before, and are forced to use Windows sometimes, it's worth checking out.
I have a windows 10 install next to my Linux and I have to agree updates are awful. It might be windows 10 but 3 restarts for an update and the system runs like crap until the update installs. I removed a windows 11 install a while ago because I only used it to play 2 games and it might sit dormant for a few days or longer and when I got back into windows it was unusable until the updates finished. I am running 64GB of ddr4 and a 16 core amd ryzen 9 with a 16GB 9070xt. Hardware is not the issue in my opinion.
I troubleshoot linux for a living but it doesn't hurt to know other OSs ...
Windows has had for a while third party repositories like winget and chocolately that work just like our beloved repos.
I think the two I mentioned recently joined and renamed as "uniget"
Eh, you'd hope. I can't definitively say why this happens for now, but I'm seeing a surprising amount of "little bugs and quirks" seeping through, more than it used to. And that makes me worried.
It's probably heavily dependent on distro, using Bazzite right now and the only bug I've run into recently is ProtonPlus not downloading Steam Tinker Launcher because "yad >= 7.2" for some fucken reason. Let me download it fucker I want to use Vortex to download my fuckoff NV modpack.
I certainly have a guess
It's funny that dnf update is still a thing. Nowadys it's just an alias for dnf upgrade. π
I was wondering why is there no upgrade. Turned out thereβs no update!
When I returned to fedora I used yum update until I learned that that was just dnf upgrade with extra steps (yum is just a symlink to dnf5). But it works. For old farts like me who can't stop doing things the was they've learned. π
Ahhh!! You jinxed it!!
yay
I'm so glad with making a decision to escape the Winslop subscriptions at every mouse click.
Well, unless you have Nvidia drivers. Who knows what breaks this time.
I probably have as many technical issues updating Linux as I do Windows.
emerge -auDN @world
Also:
gr ~/.src # (script I wrote myself to update code repos)
cd ~/.src/repo
make -j8
doas make install