On Wed, Jul 01, 2009 at 11:45:05AM +0200, Sorin Srbu wrote:
FYI, gallery2 is available in EPEL for EL-5.
I used the info available at http://www.cyberciti.biz/faq/rhel-fedora-centos-linux-enable-epel-repo/ to add the EPEL-repo.
Replying to myself... Googled some and found that Gallery2 is most probably in the Fedora development repo. Now to find how I add this repo to CentOS..
Yeah, as you discovered, I think it's in the -testing repository of epel. Usually involves editing on of your epel .repo files, enabling the -testing repo and then doing yum install gallery2*.
Or:
yum --enablerepo=epel-testing install gallery2*
Ray