sudo yum install pulseaudio
pulseaudio --version
pulseaudio 17.0
Reboot.
After updating Ubuntu from 18.04 to 20.04 I have no sound on the notebook Dell Vostro 5590.
I completed these steps, reboot PC and sound problem was fixed:
sudo apt-get remove --purge alsa-base pulseaudio
sudo apt-get install alsa-base pulseaudio
sudo alsa force-reload
After doing step 3 my PC was freezed. Mouse cursor moved, but PC didn't react on mouse clicks and keyboard.
I pressed Power button and hold it approximately 10 seconds. Notebook rebooted.
Sound problem is fixed.
Many thanks to Ahmed Elesawy who published this solution here: https://askubuntu.com/a/1199811