Skip to content

Instantly share code, notes, and snippets.

@franckweb
Created December 24, 2021 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save franckweb/edbe53015b494c10c219480fcce06f55 to your computer and use it in GitHub Desktop.
Save franckweb/edbe53015b494c10c219480fcce06f55 to your computer and use it in GitHub Desktop.
Install audacity and ffmpeg on ubuntu
#
# 2. install ffmpeg on Ubuntu 18.04
# https://linuxize.com/post/how-to-install-ffmpeg-on-ubuntu-18-04/
#
sudo apt update
sudo apt install ffmpeg
ffmpeg -version
#
# 1. install audacity on Ubuntu
# https://www.audacityteam.org/download/linux/
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment