fileformat from home:OS-18 project
Selecione seu sistema operacional
Adicionar repositório e instalar manualmente
Para Debian Testing execute o seguinte:
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 fileformat
Para Debian 13 execute o seguinte:
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_13/ /' | sudo tee /etc/apt/sources.list.d/home:OS-18.list curl -fsSL https://download.opensuse.org/repositories/home:OS-18/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_OS-18.gpg > /dev/null sudo apt update sudo apt install fileformat
Baixar pacotes binários diretamente
Adicionar repositório e instalar manualmente
Para Fedora 43 execute o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:OS-18/Fedora_43/home:OS-18.repo dnf install fileformat
Baixar pacotes binários diretamente
Adicionar repositório e instalar manualmente
Para openSUSE Tumbleweed execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:OS-18/openSUSE_Tumbleweed/home:OS-18.repo zypper refresh zypper install fileformat
Para openSUSE Slowroll execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:OS-18/openSUSE_Slowroll/home:OS-18.repo zypper refresh zypper install fileformat
Para 16.0 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:OS-18/16.0/home:OS-18.repo zypper refresh zypper install fileformat
Baixar pacotes binários diretamente
Adicionar repositório e instalar manualmente
Para xUbuntu 25.10 execute o seguinte:
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_25.10/ /' | sudo tee /etc/apt/sources.list.d/home:OS-18.list curl -fsSL https://download.opensuse.org/repositories/home:OS-18/xUbuntu_25.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_OS-18.gpg > /dev/null sudo apt update sudo apt install fileformat
Para xUbuntu 24.04 execute o seguinte:
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_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:OS-18.list curl -fsSL https://download.opensuse.org/repositories/home:OS-18/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_OS-18.gpg > /dev/null sudo apt update sudo apt install fileformat