Fix Audacity No Sound On Linux

  Install pipewire:

sudo apt update
sudo apt install pipewire pipewire-pulse wireplumber
Copied!

  Enable pipewire:

systemctl --user --now enable pipewire pipewire-pulse wireplumber
Copied!

  Reboot Computer:

sudo reboot
Copied!

  See the Audio server:

pactl info | grep "Server Name"
Copied!
Server Name: PulseAudio (on PipeWire 1.4.2)
Correct