This is redhat enterprise. I can't seem to install wmctrl (sudo yum search can't find it; about to get all source dependencies to compile).

I can go from 1->2->3 and 3->2->1, but I'd like to be able to go 1->2->3->1->2->3

link|improve this question

0% accept rate
feedback

1 Answer

You can rebuild the Fedora wmctrl SRPM to work on RHEL.

First, download the SRPM. Then, run this command as root to obtain all build dependencies:

yum-builddep wmctrl-1.07-8.fc15.src.rpm

Then, run this command (as a normal user, not root) to rebuild the RPM:

rpmbuild --rebuild wmctrl-1.07-8.fc15.src.rpm

That will drop an RPM file in ~/rpmbuild/RPMS/<arch> you can install as you normally would (through PackageKit or rpm -ivh).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.