sony9pin 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/sony9pin
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 sony9pin
Grab binary packages directly
Add repository and install manually
For Debian 11 run the following:
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
Grab binary packages directly
Add repository and install manually
For Raspbian 11 run the following:
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
Grab binary packages directly
Add repository and install manually
For xUbuntu 20.04 run the following:
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
Grab binary packages directly
Add repository and install manually
For AlmaLinux 9 run the following as root:
?