$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Avidemux Debian Repository

December 7, 2017 | By the+gnu+linux+evangelist.

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
How to Install Avidemux Debian Repository
  1. Debian Terminal Tutorial for Beginners

    Here Debian Terminal Quick Start
    How to Quick Start with Debian Linux Command Line Shell
  2. Add the Avidemux GPG Key
    This to Verify the Repository..

    Copy
    wget http://www.deb-multimedia.org/pool/main/d/deb-multimedia-keyring/deb-multimedia-keyring_2016.8.1_all.deb
    Copy
    sudo dpkg -i deb-multimedia-keyring_2016.8.1_all.deb
  3. Then to Setup Avidemux Repository.

    Copy
    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:

      Copy
      deb https://www.deb-multimedia.org bullseye main non-free
      Or again if the Backports are enabled:
      Copy
      deb https://www.deb-multimedia.org bullseye main non-free
      Copy
      deb https://www.deb-multimedia.org bullseye-backports main
    • Instead for Buster/Oldstable:

      Copy
      deb https://www.deb-multimedia.org buster main non-free
    • Now for Bookworm/Testing:

      Copy
      deb https://www.deb-multimedia.org bookworm main non-free
    • Again for Unstable/Sid:

      Copy
      deb http://www.deb-multimedia.org sid main non-free
    • So for Stretch:

      Copy
      deb http://www.deb-multimedia.org stretch main non-free
    • Finally, for Jessie:

      Copy
      deb http://www.deb-multimedia.org jessie main non-free
    Ctrl+x to Save & Exit from nano Editor :)
  4. Next Refresh the Apt Repositories.

    Copy
    sudo apt update