I'm interested if there is a way to search for all outdated installations of CMS systems on my server ( RHEL). For example, is there a way to automatically search for all old versions of Joomla CMS that would need updating ?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
Like, find(1) ?(*) (unless you are using a packaged version. In which case u should not have more than ONE up-to-date version of the software). (*) As in
|
|||||||||||
|
|
Doesn't RHEL use RPM as its package manager. In that case you could query RPM for this information. Here's a link to some information about that. |
|||
|
