Using the command terminal, learn the steps to install the Avidemux video editing program on Ubuntu 24.04 or 22.04 LTS Linux.
Avidemux is open-source software that can be installed on Linux and Windows, OS X, and BSD. We can use this program to edit video files. The program is intended mainly for cutting, cropping videos, and extracting audio tracks from video files; hence, it is not for professional video editors but those looking for an easy-to-use and handy tool for quick video editing. It can also be used to convert videos from one format to another. Thus, Avidemux understands numerous formats. Edits you make to a file can be saved as a script and, therefore, conveniently applied to many other videos.
The freeware allows the import of AVI, DivX, XviD, MPEG 1/2, MPEG 4, H263(+), MOV/3GP, OGM, MP3, WMA, AAC, and WAV. Many other popular formats and codecs are also supported. Extensive manipulations can be carried out via numerous filters. It is included in the libavcodec collection of FFmpeg. The format is suitable as a permanent archive format for video data.
Here is the list of key Avidemux features:
• Editing video files (frame-accurate)
• Convert video and audio tracks to other formats
• Display information about the codecs used
• Merge videos of the same format
• Extract audio tracks from a video file
• Extract subtitles from a video file
• Manipulations through the use of numerous filters
Steps to Install Avidemux on Ubuntu 24.04 or 22.04 LTS Linux
The steps given here can be used for other versions of Ubuntu Linux, such as 20.04 or 18.04, including Linux Mint, Elementary OS, POP_OS, and more.
1. Run Apt Update
Before following this guide, you must first run the system update command on your Linux and install a few additional packages.
sudo apt update
In this tutorial, we will use the PPA repository, so make sure the following packages are on your system.
sudo apt install software-properties-common apt-transport-https
2. Add Avidemux PPA repository
Avidemux packages are unavailable to install using the Ubuntu 24.04 or 22.04 default system repository. Hence, we are left with two options: adding the PPA repository maintained by the XtraDEB team or using APPImage. The PPA is a better option because we can easily get future updates for the application by just running the system update and upgrade command. Therefore, use the given command and add the repo for Avidemux.
sudo add-apt-repository ppa:xtradeb/apps
Press the Enter key and then run the update command:
sudo apt update
3. Install Avidemux editor on Ubuntu 24.04 or 22.04
Finally, we have the source to receive the Avidemux video editor packages on Ubuntu 24.04 or 22.04 using our APT package manager to install this open-source software. Hence run-
sudo apt install avidemux*

4. Run this open-source video editing software
Once the installation is completed, we can use the Avidemux software using Ubuntu’s command terminal or GUI application launcher.
To start using the command terminal
avidemux &
Using the GUI Launcher
Click on the “Show Application” Dots icon in Ubuntu’s Dock, then search for Avidemux. As its icon appears, click to run it.


5. How to update or upgrade
In the future, to receive the application’s new version updates, if available, simply run the system update command. This is because we have used a PPA repository.
sudo apt update && sudo apt upgrade
6. Uninstall or Remove Avidemux – Ubuntu 24.04 or 22.04
Many users would not need the Avidemux on their systems after editing the required videos or due to any reason; if you want to remove the software and its PPA repository, then use the given commands:
sudo apt remove avidemux*
To remove the PPA as well, if you don’t install
sudo add-apt-repository -r ppa:xtradeb/apps -y
Other Articles:
• 3 Best free video players to download for Linux Distros
• Install VMware Workstation Player on Ubuntu 22.04 LTS
• 3 Ways to install Slack in Ubuntu 24.04 or 22.04…
• How to install the Vivaldi browser on Ubuntu 24.04 or 22.04…
too difficult to install
Perfect instructions!