libfruit from home:poletti_marco 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_poletti_marco_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/poletti_marco/Arch_Extra/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:poletti_marco/Arch_Extra/$(uname -m)/home_poletti_marco_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_poletti_marco_Arch_Extra/libfruit
For CentOS 8 Stream run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:poletti_marco/CentOS_8_Stream/home:poletti_marco.repo
yum install libfruit
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:poletti_marco/CentOS_8/home:poletti_marco.repo
yum install libfruit
For Raspbian 9.0 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:/poletti_marco/Raspbian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:poletti_marco.list
curl -fsSL https://download.opensuse.org/repositories/home:poletti_marco/Raspbian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_poletti_marco.gpg > /dev/null
sudo apt update
sudo apt install libfruit
For Debian Unstable 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:/poletti_marco/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:poletti_marco.list
curl -fsSL https://download.opensuse.org/repositories/home:poletti_marco/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_poletti_marco.gpg > /dev/null
sudo apt update
sudo apt install libfruit
For Debian Testing 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:/poletti_marco/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:poletti_marco.list
curl -fsSL https://download.opensuse.org/repositories/home:poletti_marco/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_poletti_marco.gpg > /dev/null
sudo apt update
sudo apt install libfruit
For Debian 9.0 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:/poletti_marco/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:poletti_marco.list
curl -fsSL https://download.opensuse.org/repositories/home:poletti_marco/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_poletti_marco.gpg > /dev/null
sudo apt update
sudo apt install libfruit
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:/poletti_marco/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:poletti_marco.list
curl -fsSL https://download.opensuse.org/repositories/home:poletti_marco/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_poletti_marco.gpg > /dev/null
sudo apt update
sudo apt install libfruit
For Debian 10 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:/poletti_marco/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:poletti_marco.list
curl -fsSL https://download.opensuse.org/repositories/home:poletti_marco/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_poletti_marco.gpg > /dev/null
sudo apt update
sudo apt install libfruit
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:poletti_marco/Fedora_Rawhide/home:poletti_marco.repo
dnf install libfruit
For Fedora 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:poletti_marco/Fedora_38/home:poletti_marco.repo
dnf install libfruit
For Fedora 37 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:poletti_marco/Fedora_37/home:poletti_marco.repo
dnf install libfruit
For Mageia Cauldron run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:poletti_marco/Mageia_Cauldron/home:poletti_marco.repo
dnf install libfruit
For Mageia 8 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:poletti_marco/Mageia_8/home:poletti_marco.repo
dnf install libfruit
For Mageia 7 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:poletti_marco/Mageia_7/home:poletti_marco.repo
dnf install libfruit
For Mageia 6 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:poletti_marco/Mageia_6/home:poletti_marco.repo
dnf install libfruit
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:poletti_marco/openSUSE_Tumbleweed/home:poletti_marco.repo
zypper refresh
zypper install libfruit
For openSUSE Factory run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:poletti_marco/openSUSE_Factory/home:poletti_marco.repo
zypper refresh
zypper install libfruit
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:poletti_marco/15.4/home:poletti_marco.repo
zypper refresh
zypper install libfruit
For 15.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:poletti_marco/15.3/home:poletti_marco.repo
zypper refresh
zypper install libfruit
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:/poletti_marco/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:poletti_marco.list
curl -fsSL https://download.opensuse.org/repositories/home:poletti_marco/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_poletti_marco.gpg > /dev/null
sudo apt update
sudo apt install libfruit
For Raspbian 10 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:/poletti_marco/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:poletti_marco.list
curl -fsSL https://download.opensuse.org/repositories/home:poletti_marco/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_poletti_marco.gpg > /dev/null
sudo apt update
sudo apt install libfruit
For SLE 15 SP2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:poletti_marco/SLE_15_SP2/home:poletti_marco.repo
zypper refresh
zypper install libfruit
For SLE 15 SP1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:poletti_marco/SLE_15_SP1/home:poletti_marco.repo
zypper refresh
zypper install libfruit
For SLE 15 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:poletti_marco/SLE_15/home:poletti_marco.repo
zypper refresh
zypper install libfruit
For xUbuntu 21.10 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:/poletti_marco/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/home:poletti_marco.list
curl -fsSL https://download.opensuse.org/repositories/home:poletti_marco/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_poletti_marco.gpg > /dev/null
sudo apt update
sudo apt install libfruit
For xUbuntu 21.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:/poletti_marco/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:poletti_marco.list
curl -fsSL https://download.opensuse.org/repositories/home:poletti_marco/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_poletti_marco.gpg > /dev/null
sudo apt update
sudo apt install libfruit
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:/poletti_marco/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:poletti_marco.list
curl -fsSL https://download.opensuse.org/repositories/home:poletti_marco/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_poletti_marco.gpg > /dev/null
sudo apt update
sudo apt install libfruit
For xUbuntu 18.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:/poletti_marco/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:poletti_marco.list
curl -fsSL https://download.opensuse.org/repositories/home:poletti_marco/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_poletti_marco.gpg > /dev/null
sudo apt update
sudo apt install libfruit
For xUbuntu 16.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:/poletti_marco/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/home:poletti_marco.list
curl -fsSL https://download.opensuse.org/repositories/home:poletti_marco/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_poletti_marco.gpg > /dev/null
sudo apt update
sudo apt install libfruit
For Ubuntu 18.04 ARM 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:/poletti_marco/Ubuntu_18.04_ARM/ /' | sudo tee /etc/apt/sources.list.d/home:poletti_marco.list
curl -fsSL https://download.opensuse.org/repositories/home:poletti_marco/Ubuntu_18.04_ARM/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_poletti_marco.gpg > /dev/null
sudo apt update
sudo apt install libfruit
For Univention 4.4 run the following as root:
echo 'deb http://download.opensuse.org/repositories/home:/poletti_marco/Univention_4.4/ /' > /etc/apt/sources.list.d/home:poletti_marco.list
wget -nv https://download.opensuse.org/repositories/home:poletti_marco/Univention_4.4/Release.key -O Release.key
apt-key add - < Release.key
apt-get update
apt-get install libfruit
For Univention 4.3 run the following as root:
echo 'deb http://download.opensuse.org/repositories/home:/poletti_marco/Univention_4.3/ /' > /etc/apt/sources.list.d/home:poletti_marco.list
wget -nv https://download.opensuse.org/repositories/home:poletti_marco/Univention_4.3/Release.key -O Release.key
apt-key add - < Release.key
apt-get update
apt-get install libfruit