Archive for the ‘yum’ Category

New Emacs 23 Yum Repository Online

Friday, May 23rd, 2008

Chip Coldwell now has his Emacs 23 YUM repository online with builds for many architectures on F8, F9 and RHEL5. I will no longer host Emacs CVS builds so you should use his repository for newer Emacs 23 snapshots.

If you have my repository installed, you can yum install emacs-release to install his repository. Otherwise download and install the package corresponding to your operating system.

Fedora 8/9 Emacs CVS repository RPM

RHEL/CentOS 5 Emacs CVS repository RPM

To uninstall my repository, perform the following as root:

rpm -e gpg-pubkey-4cd33531-47bb5adf
rm /etc/yum.repos.d/brad-walker.repo

ZendFramework Packages

Wednesday, March 26th, 2008

The other day I added Alexander Kahl’s packages to my yum repository for ZendFramework. Alex posted them on Redhat Bugzilla bugs #421241, #437785 and #437801. I’ll continue to host them until Fedora reviews and adopts them into the main repositories. Thanks Alex.

Yum Repository Online

Tuesday, February 26th, 2008

I created a yum repository for Emacs 23 and a few PHP packages. To install the yum repository, do the following as root:

rpm --import http://rpm.bradmwalker.com/brad-walker.asc
wget -P /etc/yum.repos.d/ http://rpm.bradmwalker.com/brad-walker.repo

I plan on updating the packages at least once every two weeks.