Skip to content

Instantly share code, notes, and snippets.

@jadwigo
Created April 5, 2020 10:05
Show Gist options
  • Save jadwigo/699971ba11a378c0c8a2dcd8852c6e82 to your computer and use it in GitHub Desktop.
Save jadwigo/699971ba11a378c0c8a2dcd8852c6e82 to your computer and use it in GitHub Desktop.
How to switch PHP version in ubuntu 18.04
#!/bin/sh
# Show a dialog to switch between available php versions on your ubuntu 18.04 linux system
# found at https://www.ostechnix.com/how-to-switch-between-multiple-php-versions-in-ubuntu/
sudo update-alternatives --config php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment