• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

YUM Extender

If you have it installed, and you're running X, then you just run yumex.

If you're ssh'ing in from a windows box, you're going to need some kind of X environment under windows to use it. Cygwin (www.cygwin.com) is a good open source system you can try out, if you use that, you can open up a shell, and from the there run:

ssh -X <your server>

that will enable X11 forwarding, and then just run yumex from there. The ssh session will, if xauth is installed, tunnel the X session back to your X desktop (windowmaker last time I checked) when you run: yumex
 
It is if you're running X :p For the record, kyum is another good gui too. Probably a little more versitile than yumex or yummy.
 
Back
Top