DEB.SURY.ORG: Unterschied zwischen den Versionen
Erscheinungsbild
K Textersetzung - „ “ durch „ “ |
K Textersetzung - „wikitable“ durch „table table-striped table-hover“ |
||
| Zeile 24: | Zeile 24: | ||
== Konfiguration == | == Konfiguration == | ||
=== Dateien === | === Dateien === | ||
{| class=" | {| class="table table-striped table-hover options big" | ||
|- | |- | ||
! Datei !! Beschreibung | ! Datei !! Beschreibung | ||
Version vom 29. Juli 2026, 10:53 Uhr
DEB.SURY.ORG - Packaging various software (like PHP) for Debian and Ubuntu
Beschreibung
Installation
#!/bin/sh
# To add this repository please do:
if [ "$(whoami)" != "root" ]; then
SUDO=sudo
fi
${SUDO} apt-get update
${SUDO} apt-get -y install lsb-release ca-certificates curl
${SUDO} curl -sSLo /tmp/debsuryorg-archive-keyring.deb https://packages.sury.org/debsuryorg-archive-keyring.deb
${SUDO} dpkg -i /tmp/debsuryorg-archive-keyring.deb
${SUDO} sh -c 'echo "deb [signed-by=/usr/share/keyrings/debsuryorg-archive-keyring.gpg] https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list'
${SUDO} apt-get update
Problembehebung
Konfiguration
Dateien
| Datei | Beschreibung |
|---|---|
Anhang
Siehe auch
Dokumentation
- https://github.com/oerdnj/deb.sury.org/wiki/Frequently-Asked-Questions
- https://github.com/oerdnj/deb.sury.org/wiki/How-to-downgrade-to-stock-packages
- https://github.com/oerdnj/deb.sury.org/wiki/Managing-Multiple-Versions
Links
Projekt
Weblinks