Ubuntu 20.04
Installing paprefs
gives the following errors:
sudo apt install paprefs
The following packages have unmet dependencies:
paprefs : Depends: pulseaudio-module-gsettings but it is not going to be installed
Depends: pulseaudio-module-zeroconf but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
sudo apt -o Debug::pkgProblemResolver=true -o Debug::Acquire::http=true install paprefs
Starting pkgProblemResolver with broken count: 1
Starting 2 pkgProblemResolver with broken count: 1
Investigating (0) paprefs:amd64 < none -> 1.1-1build1 @un puN Ib >
Broken paprefs:amd64 Depends on pulseaudio-module-gsettings:amd64 < none | 1:13.99.1-1ubuntu3.8 @un uH >
Considering pulseaudio-module-gsettings:amd64 1 as a solution to paprefs:amd64 9999
Reinst Failed early because of libpulse0:amd64
Considering pulseaudio-module-gsettings:amd64 1 as a solution to paprefs:amd64 9999
Broken paprefs:amd64 Depends on pulseaudio-module-zeroconf:amd64 < none | 1:13.99.1-1ubuntu3.8 @un uH >
Considering pulseaudio-module-zeroconf:amd64 1 as a solution to paprefs:amd64 9999
Reinst Failed early because of libpulse0:amd64
Considering pulseaudio-module-zeroconf:amd64 1 as a solution to paprefs:amd64 9999
sudo apt install pulseaudio-module-gsettings
The following packages have unmet dependencies:
pulseaudio-module-gsettings : Depends: libpulse0 (= 1:13.99.1-1ubuntu3.8) but 1:13.99.1-1ubuntu3.13 is to be installed
Depends: pulseaudio (= 1:13.99.1-1ubuntu3.8)
E: Unable to correct problems, you have held broken packages.
sudo apt install pulseaudio-module-zeroconf
The following packages have unmet dependencies:
pulseaudio-module-zeroconf : Depends: libpulse0 (= 1:13.99.1-1ubuntu3.8) but 1:13.99.1-1ubuntu3.13 is to be installed
Depends: pulseaudio (= 1:13.99.1-1ubuntu3.8)
E: Unable to correct problems, you have held broken packages.
Installed versions of libpulse0
and pulseaudio
:
apt list libpulse0 # check installed version of libpulse0
libpulse0/now 1:13.99.1-1ubuntu3.13 amd64 [installed,local]
libpulse0/focal-security 1:13.99.1-1ubuntu3.8 i386
apt list pulseaudio
pulseaudio/now 1:13.99.1-1ubuntu3.13 amd64 [installed,local]
pulseaudio/focal-security 1:13.99.1-1ubuntu3.8 i386
This seems to be a bug in Ubuntu 20.04
because libpulse0
with version 1:13.99.1-1ubuntu3.13
is already installed in the system but as described in the error message pulseaudio-module-gsettings
and pulseaudio-module-zeroconf
depends on libpulse0
with version strictly equal to 1:13.99.1-1ubuntu3.8
(which is less than already installed)
Related questions: