You are not logged in.
Pages: 1
I did a fresh install and got pulseaudio by default, I always use alsa.
bobo@foo:~$ sudo dpkg -P pulseaudio pulseaudio-utils
dpkg: dependency problems prevent removal of pulseaudio:
osspd-pulseaudio depends on pulseaudio.
dpkg: error processing package pulseaudio (--purge):
dependency problems - not removing
dpkg: dependency problems prevent removal of pulseaudio-utils:
pulseaudio depends on pulseaudio-utils; however:
Package pulseaudio-utils is to be removed.
dpkg: error processing package pulseaudio-utils (--purge):
dependency problems - not removing
Errors were encountered while processing:
pulseaudio
pulseaudio-utils
bobo@foo:~$ sudo dpkg -P pulseaudio osspd-pulseaudio pulseaudio-utils
dpkg: dependency problems prevent removal of osspd-pulseaudio:
osspd depends on osspd-pulseaudio | osspd-backend; however:
Package osspd-pulseaudio is to be removed.
Package osspd-backend is not installed.
Package osspd-pulseaudio which provides osspd-backend is to be removed.
osspd depends on osspd-pulseaudio | osspd-backend; however:
Package osspd-pulseaudio is to be removed.
Package osspd-backend is not installed.
Package osspd-pulseaudio which provides osspd-backend is to be removed.
dpkg: error processing package osspd-pulseaudio (--purge):
dependency problems - not removing
dpkg: dependency problems prevent removal of pulseaudio:
osspd-pulseaudio depends on pulseaudio.
dpkg: error processing package pulseaudio (--purge):
dependency problems - not removing
dpkg: dependency problems prevent removal of pulseaudio-utils:
pulseaudio depends on pulseaudio-utils; however:
Package pulseaudio-utils is to be removed.
dpkg: error processing package pulseaudio-utils (--purge):
dependency problems - not removing
Errors were encountered while processing:
osspd-pulseaudio
pulseaudio
pulseaudio-utils
Desktop Dual Core 8 GB RAM - Devuan Ceres - Slackware Current - Grub - JWM
“Just because you're paranoid doesn't mean they aren't after you.” ― Joseph Heller, Catch-22
Offline
I always do a minimal installation and never get any package with "pulse" in the name.
Only libpulse0 is on my final-system, cause mpv and ffmpeg need it.
apt-cache rdepends *pulse*
let you see all packages wich are depending on packages with "pulse" in the name.
Offline
I always do a minimal installation and never get any package with "pulse" in the name.
So do I, I use IceWM
I got 2 boxes, and installed Devuan on both, the 64 bit one with (XFS) and the 32 bit with (ext 4).
The 64 bit gave me Pulse audio by default, and the 32 bit, ALSA.
Now I can't get rid of pulseaudio. I DID NOT INSTALL PULSEAUDIO!!
Desktop Dual Core 8 GB RAM - Devuan Ceres - Slackware Current - Grub - JWM
“Just because you're paranoid doesn't mean they aren't after you.” ― Joseph Heller, Catch-22
Offline
Offline
Thank you guys. I finally did it.
Installed synaptic and uninstalled pulseaudio, pulseaudio-tools and pulseaudio-utils which in turn dragged a bunch of others. Went to the terminal and got my beloved alsamixer Happy camper! Sound is great.
Last edited by macondo (2019-06-24 02:58:46)
Desktop Dual Core 8 GB RAM - Devuan Ceres - Slackware Current - Grub - JWM
“Just because you're paranoid doesn't mean they aren't after you.” ― Joseph Heller, Catch-22
Offline
dpkg -r --force-depends pulse-audio
You could always force it but if you have dependencies. Aptitude will complain about unmet dependencies. So I don't recommend this
apt purge pulse-audio should remove most of it.
The cookie and a few folders will get left behind though. Just thought I'd mention it leaves a few files if you want to clean up a bit.
Last edited by czeekaj (2019-06-24 03:20:06)
Offline
Pshshshshsaudio and SystemD were made by the same person. Purge pulseaudio first (apt-get purge), then reinstall necessary packages and avoid pulseaudio in dependencies. Some of packages require pulseaudio libraries without pulseaudio itself. You can ignore that packages.
Offline
Pages: 1