libmediainfo from home:MediaArea_net:snapshots project
Select Your Operating System
Add repository and install manually
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_snapshots_Arch_Extra] Server = https://download.opensuse.org/repositories/home:/MediaArea_net:/snapshots/Arch_Extra/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/Arch_Extra/$(uname -m)/home_MediaArea_net_snapshots_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_snapshots_Arch_Extra/libmediainfo
Grab binary packages directly
Add repository and install manually
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/CentOS_8/home:MediaArea_net:snapshots.repo yum install libmediainfo
Grab binary packages directly
Add repository and install manually
For Fedora 43 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/Fedora_43/home:MediaArea_net:snapshots.repo dnf install libmediainfo
For Fedora 42 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/Fedora_42/home:MediaArea_net:snapshots.repo dnf install libmediainfo
Grab binary packages directly
Add repository and install manually
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/openSUSE_Tumbleweed/home:MediaArea_net:snapshots.repo zypper refresh zypper install libmediainfo
Grab binary packages directly
Add repository and install manually
For openSUSE Leap 15.6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/openSUSE_Leap_15.6/home:MediaArea_net:snapshots.repo zypper refresh zypper install libmediainfo
For SLE 15 SP7 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/SLE_15_SP7/home:MediaArea_net:snapshots.repo zypper refresh zypper install libmediainfo
For SLE 15 SP6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/SLE_15_SP6/home:MediaArea_net:snapshots.repo zypper refresh zypper install libmediainfo
Grab binary packages directly
Add repository and install manually
For openSUSE Leap 16.0 run the following as root:
?
For AlmaLinux 9 run the following as root:
?
For AlmaLinux 10 run the following as root:
?