Audacity 3 (snap)

The following walk through works on Debian 9, 10, and 11.

Installation

  1. Install snapd
    sudo apt update
    sudo apt install snapd
    sudo snap install core
    sudo snap refresh core
  2. Remove audacity installed through packet manager
    sudo apt remove audacity
  3. Install audacity through snap
    sudo snap install audacity
    sudo ln -s /snap/bin/certbot /usr/bin/certbot
  4. Add permissions for audacity to use the alsa sound system
    sudo snap connect audacity:alsa

Remote control

I use an Android tablet to remote control my Audacity installation on the server.