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
I am aware of what Podman and Docker can do. I work with them pretty regularly. However, there are weird limitations with rootless Docker (and I guess Podman). I ran into this while trying to run the IBM Granite models on Ollama, where it wouldn't see the AMD GPU properly. Even with the proper switches on rootless Docker (Podman IIRC requires similar switches), models were still running on the CPU.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.
just which is kind of like make IIRC.I incorrectly assumed you were talking about the GUI version of aptitude, and you were following on from the previous convo about Synaptic.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.
apt for pretty much everything, even dpkg when I fuck it up. I kind of forget aptitude exists.I can't speak to Ollama, but llama.cpp works fine with my AMD eGPU in a podman container. Not 100% sure if it was the proprietary driver or not. Will have to check that when I re-assbmble that system as parts have been re-allocated for other uses. All my Intel and Nvidia GPUs also have been working fine in podman, Intel vllm and Llama.cpp, Nvidia just Llama.cpp not tested vllm. Once I realized I needed host networking for decent RPC performance. (Oh Noes! My Security!)Ollama, where it wouldn't see the AMD GPU properly. Even with the proper switches on rootless Docker (Podman IIRC requires similar switches), models were still running on the CPU.
It isn't a _terrible_ case for an AppImage. There is never a good use case for Flatpak.That’s an almost perfect use case for a Flatpak…just saying.
What is this 'dependency-hell'? I remember dependency-hell when I was installing Debian packages on a 486 by downloading packages on another computer and copying every dependency I needed to install software I actually wanted over by floppy disk. I'm not sure how one has 'dependency-hell' when you can just run a command and it install things.I just use "aptitude" like a normal person. And when I hit dependency-hell I quit and try again.
As I implied earlier. Things like "Hmm, I need the Nvidia CUDA libraries instead of the Debian ones." and instead of doing the smart thing and just wiping all the libraries and starting over I tried to "upgrade", which tends to make the dependency resolver very angry, until I wiped all the libraries and started fresh. Can also happen when you decide to use a package from backports with 37 other packages that depend on the exact version in the main repo.What is this 'dependency-hell'?
Backports can be a pain. I am very selective about what I use from there.As I implied earlier. Things like "Hmm, I need the Nvidia CUDA libraries instead of the Debian ones." and instead of doing the smart thing and just wiping all the libraries and starting over I tried to "upgrade", which tends to make the dependency resolver very angry, until I wiped all the libraries and started fresh. Can also happen when you decide to use a package from backports with 37 other packages that depend on the exact version in the main repo.
It can do that on some packages, but it tends to be a core package or something related to the core desktop. It is better than it was back in Debian 10.In "normal" use it's things like "Why the hell does it keep upgrading Libre Office" oh, I'll just remove it, ok, why is it going to remove my entire desktop environment, right, dependency on xfce-desktop, fuckers.
gnome-games whenever you install a different desktop through taskselYou can update package-a in debian-backports, and then it breaks apt because package-b has a version constraint on package-a that is older than the backports version, even though they are both compatible.What is this 'dependency-hell'? I remember dependency-hell when I was installing Debian packages on a 486 by downloading packages on another computer and copying every dependency I needed to install software I actually wanted over by floppy disk. I'm not sure how one has 'dependency-hell' when you can just run a command and it install things.
~/bin which is mapped and added to yours .profile by default in Debian.tar.gz and copy it into ~/bin , /opt or /usr/local/binAnything that uses TensorFlow with AMD, you end up having to fix the broken mess of dependencies in the venv. Python stuff is a mess because a lot of stuff is either built by academics, scientists or postgrads who make very specific assumptions about what you are running e.g. you are using Ubuntu and no other Linux distros exist.Except for every time you have to deal with Python packaging and look up how to make venvs work, of course)