You are not logged in.
Hi, I'm trying to block any re-installation of accessibility (brail, screen readers and speech recognition...) packages, as well as printing, scanning and mail.
I will try the example above.
pic from 1993, new guitar day.
Offline
so far so good with the apt settings.
Funny thing, although I have got rid of most pulse-audio packages (I still have libpulse... and pipewire-pulse...)
occasionally a new folder is made in /home/glenn/ "pulse". It is empty, but I wonder how it is put there.
still a work in progress, pulse is like a virus, hard to pin down and eradicate.
pic from 1993, new guitar day.
Offline
Probably a system service that didn't get the memo when you removed it. Is there a way to examine the 'script' in a .deb file and see all the actions taken? That might provide a clue to a setting somewhere that was not completely removed.
Offline
Thank you for the tip.
I do know that I can inspect the scripts from a .deb package by unpacking it like a zip file, and then I can read the install scripts.
A bit of investigation involved, but it may be worth it.
Just recently I got another folder, called dconf as well. lol.
The adventure/journey continues. :-)
pic from 1993, new guitar day.
Offline
My point was that debian adds it as a dependency for their own reasons, reasons that aren't related to users wanting it or needing it.
Aka, it doesn't need to depend is a better way to say it.
They have ulterior motives.
https://dev1galaxy.org/viewtopic.php?pid=41570#p41570
Do you mean corruption? It might be something else, a sort of millitant Cargo cult, perhaps.
If, for example, you may try to install the latest version of wxMaxima from Homebrew (on Devuan),
brew will install all "dependencies" of wxMaxima, including pulseaudio, systemd, xorg, etc.
$ brew deps -n wxmaxima | grep "pulseaudio\|pipewire\|systemd\|xorg"
xorgproto
pulseaudio
systemd
xorg-server
$ brew deps --missing wxmaxima | grep "pulseaudio\|pipewire\|systemd\|xorg"
pulseaudio
systemd
xorg-server
xorgproto
The logic of "dependencies" is very simple. If wxMaxima was compiled for Linux, it depends on Linux.
Therefore, Homebrew will install its own version of Linux inside your Devuan.
Notice, however, that Homebrew does not yet install systemd on MacOS.
But they will install it in the near future.
In any case, MacOS users can already install PulseAudio on their MacBooks with the help Homebrew.
Last edited by igorzwx (2024-05-14 14:39:32)
Offline