[SOLVED]Error removing pulseaudio 27 June 2020, 13:59:32 Wish to run only Alsa.Want to remove both pulseaudio & pavucontrolOn running sudo pacman -Rs pulseaudioerror: failed to prepare transaction (could not satisfy dependencies):: removing pulseaudio breaks dependency 'pulseaudio' required by paprefsThanks Last Edit: 27 June 2020, 16:40:56 by KoO-i3
Re: Error removing pulseaudio Reply #1 – 27 June 2020, 14:46:16 so remove paprefs too ;-)Code: [Select] pacman -Rcs pulseaudio for this triviality your really must not open new topic
Re: Error removing pulseaudio Reply #2 – 27 June 2020, 16:33:48 Sorry just a simple Debian user. Thanks
Re: [SOLVED]Error removing pulseaudio Reply #4 – 27 June 2020, 20:02:45 Quote from: KoO-i3 – on 27 June 2020, 16:33:48Sorry just a simple Debian user. ThanksOK, for the future, pacman told you what the problem is in the error message::: removing pulseaudio breaks dependency 'pulseaudio' required by paprefsThis mean that package "pulseaudio" can't be removed because package "paprefs" needs it.nNote:When using command "pacman -Rsc <package>" read carefully what is going to be removed.