ufo from home:OS-18 project

Select Your Operating System

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:/OS-18/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:OS-18.list
curl -fsSL https://download.opensuse.org/repositories/home:OS-18/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_OS-18.gpg > /dev/null
sudo apt update
sudo apt install ufo
For Debian 12 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:/OS-18/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:OS-18.list
curl -fsSL https://download.opensuse.org/repositories/home:OS-18/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_OS-18.gpg > /dev/null
sudo apt update
sudo apt install ufo
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:OS-18/Fedora_39/home:OS-18.repo
dnf install ufo
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:OS-18/openSUSE_Tumbleweed/home:OS-18.repo
zypper refresh
zypper install ufo
For 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:OS-18/15.5/home:OS-18.repo
zypper refresh
zypper install ufo
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:OS-18/15.4/home:OS-18.repo
zypper refresh
zypper install ufo
For xUbuntu 23.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:/OS-18/xUbuntu_23.10/ /' | sudo tee /etc/apt/sources.list.d/home:OS-18.list
curl -fsSL https://download.opensuse.org/repositories/home:OS-18/xUbuntu_23.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_OS-18.gpg > /dev/null
sudo apt update
sudo apt install ufo
For xUbuntu 22.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:/OS-18/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:OS-18.list
curl -fsSL https://download.opensuse.org/repositories/home:OS-18/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_OS-18.gpg > /dev/null
sudo apt update
sudo apt install ufo