Skip to content

Instantly share code, notes, and snippets.

@dejanmarkovic
Created January 18, 2014 15:13
Show Gist options
  • Save dejanmarkovic/8491814 to your computer and use it in GitHub Desktop.
Save dejanmarkovic/8491814 to your computer and use it in GitHub Desktop.
If you get No package "package name" available when installinga package
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