Tag: linux

  • Get RPM install date

    Sometimes you don’t know when an RPM was installed – maybe it was updated, maybe it came with the system. In any case, it can be handy when debugging or even for auditing purposes. This gives an example of getting the install time for the “filesystem” package: somehost%  rpm -q filesystem –queryformat ‘%{name} %{installtime:date}\n’ filesystem…

    Continue reading →