GNU/Linux Debian Adding Avidemux Repository
Hi! The Tutorial shows you Step-by-Step How to Enable Avidemux Debian GNU/Linux Repository.
And Avidemux is a free Video Editor designed for simple Cutting, Filtering and Encoding tasks.
The Packages comes from the dedicated work of .
Finally, the Avidemux Debian Repository Setup is valid also for:
- Kali
- MX Linux
- Deepin
- Parrot
- antiX
- SparkyLinux
- Q4OS
- Vanilla OS
- Netrunner
- Voyager Debian
- MakuluLinux
- Elive
- LMDE
- Parsix
Debian Terminal Tutorial for Beginners
Add the Avidemux GPG Key
This to Verify the Repository..wget http://www.deb-multimedia.org/pool/main/d/deb-multimedia-keyring/deb-multimedia-keyring_2016.8.1_all.deb
sudo dpkg -i deb-multimedia-keyring_2016.8.1_all.deb
Then to Setup Avidemux Repository.
nano /etc/apt/sources.list.d/deb-multimedia.list
Then depending on the Release Append:For Bullseye/Stable you have 2 Choices
The default one:deb https://www.deb-multimedia.org bullseye main non-free
Or again if the Backports are enabled:deb https://www.deb-multimedia.org bullseye main non-free
deb https://www.deb-multimedia.org bullseye-backports main
Instead for Buster/Oldstable:
deb https://www.deb-multimedia.org buster main non-free
Now for Bookworm/Testing:
deb https://www.deb-multimedia.org bookworm main non-free
Again for Unstable/Sid:
deb http://www.deb-multimedia.org sid main non-free
So for Stretch:
deb http://www.deb-multimedia.org stretch main non-free
Finally, for Jessie:
deb http://www.deb-multimedia.org jessie main non-free
Next Refresh the Apt Repositories.
sudo apt update