SchizoDaemon
kiwifarms.net
- Joined
- Apr 17, 2026
That was your mistake. Never trust any of these GUI package managers.launch Synaptic
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
That was your mistake. Never trust any of these GUI package managers.launch Synaptic
You’re telling me that running a program that Debian packages and supports is my mistake?That was your mistake. Never trust any of these GUI package managers.
mintupdate is pretty rock solid and doesn't do this shitThat was your mistake. Never trust any of these GUI package managers.
Yes. This is like one of the first lessons I learned when using Linux. Do not trust any of the GUI tools for system administration.You’re telling me that running a program that Debian packages and supports is my mistake?
Not really. If you keep on using something that is broken/poorly designed and expecting it to work well after you've learnt of its problems, at some point it does become your fault.You sound like Steve Jobs telling people they’re holding the iPhone 4 wrong.
I wouldn't touch this either. None of them can be trusted.mintupdate is pretty rock solid and doesn't do this shit
Is Synaptic even still a thing? My Proxmox doesn't have it. There, I only use Discover, apt, or the admin web page.You’re telling me that running a program that Debian packages and supports is my mistake?
Debian 12 used to ship it with MATE.Is Synaptic even still a thing? My Proxmox doesn't have it. There, I only use Discover, apt, or the admin web page.
How I learned to stop worrying and love the podman.Problems come with Debian when you do stupid shit with the package manager (which they tell you not to do), or it is because it is an "open source thing that isn't really open source, and they only really have a build for Ubuntu and some stupid dependency on an ancient version or a super new version of libstdc++" and it is impossible to build yourself because they decided to use some bespoke build system instead of just using CMake / Make / Scons etc.
I just use "aptitude" like a normal person. And when I hit dependency-hell I quit and try again.Is Synaptic even still a thing? My Proxmox doesn't have it. There, I only use Discover, apt, or the admin web page.
Debian 12 used to ship it with MATE.
You know it's bad when GNOME software is better.
I have neither of those because I installed KDE on my Proxmox box. KDE comes with Discover, and that thing works just fine.I just use "aptitude" like a normal person.
Docker / Podman can't be used for a number of things I was trying to do.How I learned to stop worrying and love the podman.
Oh, your crap only runs on Ubuntu 20.04...
FROM ubuntu:20.04
Sure, waste of fucking space but I don't have to deal with packaging shit or finding a working package.
You could fuck around with all this crap or spend a few minutes reading the man page and never touch thatI just use "aptitude" like a normal person. And when I hit dependency-hell I quit and try again.
I'm curious what kinds of things, as about the only thing they can't do is be part of the kernel or the early boot process. You can pass through sockets, devices, volumes, to do pretty much everything else. I think there's even some dumb project to run an entire desktop environment in a container.Docker / Podman can't be used for a number of things I was trying to do.
I'm not sure what the man page has to do with trying to switch from native Linux CUDA packages(old) to the Nvidia repo and trying to suss out how to get them installed without breaking the planet. Which does work fine, but you're better off starting that way instead of trying to do it after the fact. Then I realized just doing that shit in a container is a better option, sadly I'm still too lazy to container up my personal ComfyUI build so I need the system CUDA libraries for now.You could fuck around with all this crap or spend a few minutes reading the man page and never touch that