Created
January 18, 2014 15:13
-
-
Save dejanmarkovic/8491814 to your computer and use it in GitHub Desktop.
If you get No package "package name" available when installinga package
This file contains 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
yum -y install php-pear* | |
if yum can't find pear go to etc/yum.conf ("It might be that there is a line that looks something like: exclude=php* Wich will prevent you from installing any PHP extentions.") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment