postgrest from home:develop7:PostgREST project
Selecionar o Seu Sistema Operativo
Adicionar repositório e instalar manualmente
Para Debian Unstable corra 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:/develop7:/PostgREST/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:develop7:PostgREST.list curl -fsSL https://download.opensuse.org/repositories/home:develop7:PostgREST/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_develop7_PostgREST.gpg > /dev/null sudo apt update sudo apt install postgrest
Para Debian 13 corra 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:/develop7:/PostgREST/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:develop7:PostgREST.list curl -fsSL https://download.opensuse.org/repositories/home:develop7:PostgREST/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_develop7_PostgREST.gpg > /dev/null sudo apt update sudo apt install postgrest
Obter binários dos pacotes diretamente
Adicionar repositório e instalar manualmente
Para xUbuntu 25.04 corra 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:/develop7:/PostgREST/xUbuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:develop7:PostgREST.list curl -fsSL https://download.opensuse.org/repositories/home:develop7:PostgREST/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_develop7_PostgREST.gpg > /dev/null sudo apt update sudo apt install postgrest