Ask the Community
Groups
How to identify the version of the installed security patch - Connect IT Community | Kaseya
<main> <article class="userContent"> <h2 data-id="summary"><strong>SUMMARY</strong></h2> <p>Confirm the version of the running security patch</p> <h2 data-id="resolution"><strong>RESOLUTION</strong></h2> <p><br>Run the command below to determine the version of the installed security patch. </p> <pre class="code codeBlock" spellcheck="false" tabindex="0"> rpm -q unitrends-security</pre> <br>Example: <pre class="code codeBlock" spellcheck="false" tabindex="0"> [root@UnitrendsSystem ~]# rpm -q unitrends-security unitrends-security-10.3.3-0.201902011747.CentOS6.x86_64</pre> <br>To see when the last security patch was installed run the following command: <pre class="code codeBlock" spellcheck="false" tabindex="0"> grep unitrends-security /var/log/yum.log</pre> <br>Example: <pre class="code codeBlock" spellcheck="false" tabindex="0"> [root@UnitrendsSystem ~]# grep unitrends-security /var/log/yum.log Feb 05 09:16:31 Updated: unitrends-security-10.3.3-0.201902011747.CentOS6.x86_64</pre> <br> </article> </main>