Pending Events
Hi there everyone, I'm new to RHEL and I'm trying to get my head around the "Classic Management System" - I am trying to install mysql and I've selected this against my system but the event is still pending, how do I trigger the install?
many thanks
Mike
Responses
Hi Mike,
Did you use a graphical sofware installer?
Try installing it from yum from a terminal window (log in as root into a terminal window)
yum install mysql
And if needed, any other sofware packages you're interested in.
- You can search for specific software available
yum search NAMEOFSOFTWARE
- This example below will produce a lot of rpms related to mysql, including ones you do not likely need.
yum search mysql
Let us know how this goes...
Kind Regards,
Remmele