Linux Distros With Native Audacity Packages

Audacity is one of the most widely used open-source audio editors in the world. While the upstream Audacity team primarily promotes the AppImage format for generic Linux distribution, numerous major Linux operating systems actively maintain and provide native packages directly through their official package management repositories. This guide outlines the prominent Linux distributions that build, maintain, and offer official native packages for Audacity.

Debian

Debian includes Audacity as a native package in its official repositories across the Stable, Testing, and Unstable branches. It can be installed using the native APT package manager:

sudo apt update
sudo apt install audacity

Ubuntu and Derivatives

Ubuntu pulls Audacity into its universe repository, providing native .deb packages for Long-Term Support (LTS) and interim releases. Consequently, distributions based directly on Ubuntu—such as Linux Mint, Pop!_OS, and Elementary OS—also inherit access to these native packages using APT:

sudo apt update
sudo apt install audacity

Fedora

Fedora provides a compiled RPM package of Audacity directly through its standard, official repositories. The Fedora packaging team maintains the package to align with Fedora's standard library updates:

sudo dnf install audacity

Arch Linux

Arch Linux offers an officially maintained native package for Audacity located in its extra repository. Distributions based on Arch, such as Manjaro and EndeavourOS, share access to this native binary package:

sudo pacman -S audacity

openSUSE

Both openSUSE Leap (regular release) and openSUSE Tumbleweed (rolling release) provide Audacity in their official standard repositories (openSUSE-Oss):

sudo zypper install audacity

Alpine Linux

Alpine Linux maintains a native package for Audacity compiled against musl libc, available in the community repository:

apk add audacity

Gentoo Linux

Gentoo provides official source-based native ebuilds for Audacity within the official Gentoo Portage tree under the media-sound/audacity category, allowing users to compile native binaries customized with system-specific USE flags.

Void Linux

Void Linux maintains an official native XBPS package for Audacity within its standard repositories for both glibc and musl architectures:

sudo xbps-install -S audacity