avimetaedit from home:MediaArea_net project

Select Your Operating System

For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[home_MediaArea_net_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/MediaArea_net/Arch_Extra/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:MediaArea_net/Arch_Extra/$(uname -m)/home_MediaArea_net_Arch_Extra.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')

pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"

pacman -Sy home_MediaArea_net_Arch_Extra/avimetaedit
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:MediaArea_net/CentOS_8/home:MediaArea_net.repo
yum install avimetaedit
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:MediaArea_net/CentOS_7/home:MediaArea_net.repo
yum install avimetaedit
For Fedora 40 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:MediaArea_net/Fedora_40/home:MediaArea_net.repo
dnf install avimetaedit
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:MediaArea_net/Fedora_39/home:MediaArea_net.repo
dnf install avimetaedit
For Fedora 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:MediaArea_net/Fedora_38/home:MediaArea_net.repo
dnf install avimetaedit
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:MediaArea_net/openSUSE_Tumbleweed/home:MediaArea_net.repo
zypper refresh
zypper install avimetaedit
For RHEL 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:MediaArea_net/RHEL_7/home:MediaArea_net.repo
yum install avimetaedit
For openSUSE Leap 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:MediaArea_net/openSUSE_Leap_15.5/home:MediaArea_net.repo
zypper refresh
zypper install avimetaedit
For openSUSE Leap 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:MediaArea_net/openSUSE_Leap_15.4/home:MediaArea_net.repo
zypper refresh
zypper install avimetaedit
For SLE 15 SP5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:MediaArea_net/SLE_15_SP5/home:MediaArea_net.repo
zypper refresh
zypper install avimetaedit
For SLE 15 SP4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:MediaArea_net/SLE_15_SP4/home:MediaArea_net.repo
zypper refresh
zypper install avimetaedit
For SLE 12 SP5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:MediaArea_net/SLE_12_SP5/home:MediaArea_net.repo
zypper refresh
zypper install avimetaedit