Skip to content

Instantly share code, notes, and snippets.

@aonurdemir
Last active December 11, 2017 07:26
Show Gist options
  • Save aonurdemir/ebf6aaf2aee52f3e2f80e5fba104dbcf to your computer and use it in GitHub Desktop.
Save aonurdemir/ebf6aaf2aee52f3e2f80e5fba104dbcf to your computer and use it in GitHub Desktop.
PHP related commands
List all php modules
$ yum search php-
Details of a module
$ yum info <module name>
Install the module
$ sudo yum install <module name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment