this post was submitted on 07 Sep 2026
17 points (94.7% liked)

Linux

14927 readers
221 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 3 years ago
MODERATORS
 

I'm on Manjaro, and accidentally upgraded my D compilers to those that have the AI slop contributions. I uninstalled them from Pacman, I wonder if I can do it via Pacman, or have to do it manually (LDC has a (very) temporary install script, meaning it tricks the terminal session into believing it's the reference compiler DMD, which is not ideal, want a permanent solution, as this one conflicts with GUI editors and the package manager).

you are viewing a single comment's thread
view the rest of the comments
[–] 69420@lemmy.world 3 points 2 days ago

I have bad news for you: there are AI slop contributions in more than just the D compiler package. You're fighting an uphill battle.

I don't know anything about the D compiler specifically, but in general, pacman doesn't support partial system upgrades. If the package has no dependencies (or has very stable dependencies) you may be OK with the older package.

All that said, if you still have the old package, you can reinstall it with:

pacman -U /var/cache/pacman/pkg/<old_pkg_name>.pkg.tar.zst

You'll also have to add the package name to your IgnorePkg list in /etc/pacman.conf.