$ sudo add-apt-repository ppa:mc3man/ trusty- media $ sudo apt-get update $ sudo apt-get dist-upgrade Install FFmpeg on Fedora, RHEL, CentOS, AlmaLinux, Rocky LinuxįFmpeg can be installed via EPEL and RPM Fusion repositories on RPM-based distributions, such as Fedora, RHEL, CentOS, AlmaLinux, Rocky Linux.įirst, Add EPEL repository using command: $ sudo dnf install epel-releaseĪdd RPM Fusion repository as shown below depending upon the distribution you use: To install most recent version, use the FFmpeg PPA.
$ sudo apt-get install ffmpeg Install FFmpeg on Ubuntu and its derivativesįFmpeg is available in the official repositories of Ubuntu, so you can install it using command: $ sudo apt-get install ffmpegįFmpeg in the official repositories might be bit outdated. Open your Terminal and run the following command to install it. $ yay -S ffmpeg-full-git Install FFmpeg on DebianįFmpeg is available in the default repositories. There is also ffmpeg-full package in AUR, which is built with as many optional features enabled as possible.
The latest development version is available in the AUR, so you can install it using any AUR hepers, such as Paru or Yay.
You can install it using command: $ sudo pacman -S ffmpeg Install FFmpeg on Arch Linux and its derivativesįFmpeg is available in the default repositories of Arch Linux.