APT repository for backported Praat Debian packages


Praat, the famous GUI program for doing speech analysis and synthesis is part of Debian. In this website, you will find an the APT repository with the Debian package for Praat that works in the stable (a.k.a “bookworm”) distribution, for recent upstream versions and for the amd64 and i386 architectures.

For installing them, run the following command (as root):

  echo "deb http://@WWWHOST@/ bookworm main" > /etc/apt/sources.list.d/praat.list

This repository is signed. You should add the public GPG key to your APT configuration, as follows:

  wget -O - http://@WWWHOST@/@GPGKEY@ | apt-key add -

Once this is done, run the following commands:

  sudo apt update
  sudo apt install praat/bookworm

Problems? Suggestions? Contact rafael AT debian DOT org.