Last active
April 11, 2024 12:45
-
-
Save futuri/b4c6a673755658468f30d1864ff9b5ee to your computer and use it in GitHub Desktop.
PHP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ejemplos:
apt install php7.2-fpm