Skip to content

Instantly share code, notes, and snippets.

@futuri
Last active April 11, 2024 12:45
Show Gist options
  • Save futuri/b4c6a673755658468f30d1864ff9b5ee to your computer and use it in GitHub Desktop.
Save futuri/b4c6a673755658468f30d1864ff9b5ee to your computer and use it in GitHub Desktop.
PHP
## Instalando php de diferentes versiones en debian linux
su -
wget -P /tmp/ https://packages.sury.org/debsuryorg-archive-keyring.deb
dpkg -i /tmp/debsuryorg-archive-keyring.deb
sh -c 'echo "deb [signed-by=/usr/share/keyrings/deb.sury.org-php.gpg] https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list'
apt update
@futuri
Copy link
Author

futuri commented Apr 11, 2024

ejemplos:
apt install php7.2-fpm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment