mediainfo-gui from home:MediaArea_net:snapshots project

Vyberte váš operační systém

V Arch Linuxu upravte /etc/pacman.conf a přidejte následující (pozor, pořadí repozitářů v souboru pacman.conf je důležité, protože pacman vždy stahuje první nalezený balíček):
[home_MediaArea_net_snapshots_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/MediaArea_net:/snapshots/Arch_Extra/$arch
Potom jako root spusťte následující
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/mediainfo-gui
Pro CentOS 8 spusťte jako root následující:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/CentOS_8/home:MediaArea_net:snapshots.repo
yum install mediainfo-gui
Pro CentOS 7 spusťte jako root následující:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/CentOS_7/home:MediaArea_net:snapshots.repo
yum install mediainfo-gui
Pro Debian 12 spusťte následující:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/MediaArea_net:/snapshots/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:MediaArea_net:snapshots.list
curl -fsSL https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MediaArea_net_snapshots.gpg > /dev/null
sudo apt update
sudo apt install mediainfo-gui
Pro Debian 11 spusťte následující:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/MediaArea_net:/snapshots/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:MediaArea_net:snapshots.list
curl -fsSL https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MediaArea_net_snapshots.gpg > /dev/null
sudo apt update
sudo apt install mediainfo-gui
Pro Debian 10 spusťte následující:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/MediaArea_net:/snapshots/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:MediaArea_net:snapshots.list
curl -fsSL https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MediaArea_net_snapshots.gpg > /dev/null
sudo apt update
sudo apt install mediainfo-gui
Pro Fedora 40 spusťte jako root následující:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/Fedora_40/home:MediaArea_net:snapshots.repo
dnf install mediainfo-gui
Pro Fedora 39 spusťte jako root následující:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/Fedora_39/home:MediaArea_net:snapshots.repo
dnf install mediainfo-gui
Pro Fedora 38 spusťte jako root následující:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/Fedora_38/home:MediaArea_net:snapshots.repo
dnf install mediainfo-gui
Pro Mageia 8 spusťte jako root následující:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/Mageia_8/home:MediaArea_net:snapshots.repo
dnf install mediainfo-gui
Pro openSUSE Tumbleweed spusťte jako root následující:
zypper addrepo https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/openSUSE_Tumbleweed/home:MediaArea_net:snapshots.repo
zypper refresh
zypper install mediainfo-gui

Balíčky pro openSUSE Tumbleweed:

Pro Raspbian 12 spusťte následující:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/MediaArea_net:/snapshots/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:MediaArea_net:snapshots.list
curl -fsSL https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MediaArea_net_snapshots.gpg > /dev/null
sudo apt update
sudo apt install mediainfo-gui
Pro Raspbian 11 spusťte následující:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/MediaArea_net:/snapshots/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:MediaArea_net:snapshots.list
curl -fsSL https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MediaArea_net_snapshots.gpg > /dev/null
sudo apt update
sudo apt install mediainfo-gui
Pro Raspbian 10 spusťte následující:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/MediaArea_net:/snapshots/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:MediaArea_net:snapshots.list
curl -fsSL https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MediaArea_net_snapshots.gpg > /dev/null
sudo apt update
sudo apt install mediainfo-gui
Pro RockyLinux 9 spusťte jako root následující:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/RockyLinux_9/home:MediaArea_net:snapshots.repo
yum install mediainfo-gui
Pro RHEL 7 spusťte jako root následující:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/RHEL_7/home:MediaArea_net:snapshots.repo
yum install mediainfo-gui
Pro openSUSE Leap 15.5 spusťte jako root následující:
zypper addrepo https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/openSUSE_Leap_15.5/home:MediaArea_net:snapshots.repo
zypper refresh
zypper install mediainfo-gui
Pro openSUSE Leap 15.4 spusťte jako root následující:
zypper addrepo https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/openSUSE_Leap_15.4/home:MediaArea_net:snapshots.repo
zypper refresh
zypper install mediainfo-gui
Pro SLE 15 SP5 spusťte jako root následující:
zypper addrepo https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/SLE_15_SP5/home:MediaArea_net:snapshots.repo
zypper refresh
zypper install mediainfo-gui
Pro SLE 15 SP4 spusťte jako root následující:
zypper addrepo https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/SLE_15_SP4/home:MediaArea_net:snapshots.repo
zypper refresh
zypper install mediainfo-gui
Pro SLE 12 SP5 spusťte jako root následující:
zypper addrepo https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/SLE_12_SP5/home:MediaArea_net:snapshots.repo
zypper refresh
zypper install mediainfo-gui
Pro xUbuntu 22.04 spusťte následující:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/MediaArea_net:/snapshots/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:MediaArea_net:snapshots.list
curl -fsSL https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MediaArea_net_snapshots.gpg > /dev/null
sudo apt update
sudo apt install mediainfo-gui
Pro xUbuntu 20.04 spusťte následující:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/MediaArea_net:/snapshots/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:MediaArea_net:snapshots.list
curl -fsSL https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MediaArea_net_snapshots.gpg > /dev/null
sudo apt update
sudo apt install mediainfo-gui
Pro Ubuntu 24.04 spusťte následující:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/MediaArea_net:/snapshots/Ubuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:MediaArea_net:snapshots.list
curl -fsSL https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/Ubuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MediaArea_net_snapshots.gpg > /dev/null
sudo apt update
sudo apt install mediainfo-gui
Pro Ubuntu 23.10 spusťte následující:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/MediaArea_net:/snapshots/Ubuntu_23.10/ /' | sudo tee /etc/apt/sources.list.d/home:MediaArea_net:snapshots.list
curl -fsSL https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/Ubuntu_23.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MediaArea_net_snapshots.gpg > /dev/null
sudo apt update
sudo apt install mediainfo-gui
Pro Ubuntu 23.04 spusťte následující:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/MediaArea_net:/snapshots/Ubuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/home:MediaArea_net:snapshots.list
curl -fsSL https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/Ubuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_MediaArea_net_snapshots.gpg > /dev/null
sudo apt update
sudo apt install mediainfo-gui

Balíčky pro xUbuntu 22.04:

Balíčky pro xUbuntu 20.04:

Balíčky pro Ubuntu 24.04:

Balíčky pro Ubuntu 23.10:

Balíčky pro Ubuntu 23.04: