sony9pin from home:MediaArea_net:snapshots project

Seleccione su sistema operativo

Para Arch Linux, edite /etc/pacman.conf y añada lo siguiente (el orden de los repositorios es importante en pacman.conf, debido a que pacman siempre descarga el primer paquete que encuentra):
[home_MediaArea_net_snapshots_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/MediaArea_net:/snapshots/Arch_Extra/$arch
Después ejecute lo siguiente como 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/sony9pin
Para CentOS 8 ejecute lo siguiente como 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 sony9pin
Para Debian 11 ejecute lo siguiente:
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 sony9pin
Para Debian 10 ejecute lo siguiente:
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 sony9pin
Para Raspbian 11 ejecute lo siguiente:
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 sony9pin
Para Raspbian 10 ejecute lo siguiente:
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 sony9pin
Para RockyLinux 9 ejecute lo siguiente como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/RockyLinux_9/home:MediaArea_net:snapshots.repo
yum install sony9pin
Para xUbuntu 20.04 ejecute lo siguiente:
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 sony9pin

Paquetes de xUbuntu 20.04: