-
-
Save aonurdemir/ebf6aaf2aee52f3e2f80e5fba104dbcf to your computer and use it in GitHub Desktop.
PHP related commands
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
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