fpc from home:Alexx2000:test project
Seleccione su sistema operativo
Añadir repositorio e instalar de forma manual
Para Debian 11 ejecute lo siguiente:
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:/Alexx2000:/test/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:Alexx2000:test.list curl -fsSL https://download.opensuse.org/repositories/home:Alexx2000:test/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Alexx2000_test.gpg > /dev/null sudo apt update sudo apt install fpc
Descargar los paquetes binarios directamente
Añadir repositorio e instalar de forma manual
Para Fedora 30 ejecute lo siguiente como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:Alexx2000:test/Fedora_30/home:Alexx2000:test.repo dnf install fpc
Descargar los paquetes binarios directamente
Añadir repositorio e instalar de forma manual
Para openSUSE Tumbleweed ejecute lo siguiente como root:
zypper addrepo https://download.opensuse.org/repositories/home:Alexx2000:test/openSUSE_Tumbleweed/home:Alexx2000:test.repo zypper refresh zypper install fpc
Para openSUSE Leap 15.2 ejecute lo siguiente como root:
zypper addrepo https://download.opensuse.org/repositories/home:Alexx2000:test/openSUSE_Leap_15.2/home:Alexx2000:test.repo zypper refresh zypper install fpc
Para openSUSE Leap 15.1 ejecute lo siguiente como root:
zypper addrepo https://download.opensuse.org/repositories/home:Alexx2000:test/openSUSE_Leap_15.1/home:Alexx2000:test.repo zypper refresh zypper install fpc
Para 15.5 ejecute lo siguiente como root:
zypper addrepo https://download.opensuse.org/repositories/home:Alexx2000:test/15.5/home:Alexx2000:test.repo zypper refresh zypper install fpc
Descargar los paquetes binarios directamente
Añadir repositorio e instalar de forma manual
Para openSUSE Leap 15.3 ejecute lo siguiente como root:
zypper addrepo https://download.opensuse.org/repositories/home:Alexx2000:test/openSUSE_Leap_15.3/home:Alexx2000:test.repo zypper refresh zypper install fpc
Descargar los paquetes binarios directamente
Añadir repositorio e instalar de forma manual
Para xUbuntu 22.04 ejecute lo siguiente:
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:/Alexx2000:/test/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:Alexx2000:test.list curl -fsSL https://download.opensuse.org/repositories/home:Alexx2000:test/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Alexx2000_test.gpg > /dev/null sudo apt update sudo apt install fpc
Para xUbuntu 20.04 ejecute lo siguiente:
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:/Alexx2000:/test/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:Alexx2000:test.list curl -fsSL https://download.opensuse.org/repositories/home:Alexx2000:test/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Alexx2000_test.gpg > /dev/null sudo apt update sudo apt install fpc
Para xUbuntu 18.04 ejecute lo siguiente:
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:/Alexx2000:/test/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:Alexx2000:test.list curl -fsSL https://download.opensuse.org/repositories/home:Alexx2000:test/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Alexx2000_test.gpg > /dev/null sudo apt update sudo apt install fpc