Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED]Error removing pulseaudio  (Read 1216 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED]Error removing pulseaudio

Wish to run only Alsa.

Want to remove both pulseaudio & pavucontrol

On running  sudo pacman -Rs pulseaudio
error: failed to prepare transaction (could not satisfy dependencies)
:: removing pulseaudio breaks dependency 'pulseaudio' required by paprefs

Thanks
antiX-19 i3 runit & ArtiX-i3 runit

Re: Error removing pulseaudio

Reply #1
so remove paprefs too ;-)

Code: [Select]
 pacman -Rcs pulseaudio 

for this triviality your really must not open new topic :D :D

Re: Error removing pulseaudio

Reply #2
Sorry just a simple Debian user.  ::)  Thanks
antiX-19 i3 runit & ArtiX-i3 runit

Re: [SOLVED]Error removing pulseaudio

Reply #3
no problem, dude  :D

Re: [SOLVED]Error removing pulseaudio

Reply #4
Sorry just a simple Debian user.  ::)  Thanks

OK, for the future, pacman told you what the problem is in the error message:
:: removing pulseaudio breaks dependency 'pulseaudio' required by paprefs

This mean that package "pulseaudio" can't be removed because package "paprefs" needs it.
n
Note:
When using command "pacman -Rsc <package>" read carefully what is going to be removed.