I upgraded to 18.04 (actually it said partial upgrade) and now have no sound, I tried to install pulseaudio as it seems to be missing but I ge the message below.
dave@Dave-PC:~$ sudo apt install pulseaudio [sudo] password for dave: Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies. pulseaudio : Depends: libpulse0 (= 1:10.0-2ubuntu3.1) but 1:11.1-1ubuntu7 is to be installed E: Unable to correct problems, you have held broken packages. dave@Dave-PC:~$
How do I fix this?
sudo apt update
as well. – dobey May 11 '18 at 19:53sudo dpkg -P --force-depends libpulse0
sudo dpkg -P --force-depends libpulse-mainloop-glib0
sudo apt install libpulse0/bionic-updates
sudo apt --fix-broken install
sudo apt install pulseaudio
– Autodidact Nov 14 '18 at 15:10