Linux / UNIX Tech Support Forum
This is a discussion on How to check when RPM is uninstalled within the Getting started tutorials forums, part of the Linux Getting Started category; Is there any way to check how to find when a rpm package has been un-installed from the RPM database ...
|
|||||||
| Getting started tutorials So much to read, so little time! If that is your problem, we have solution. Read our FAQ and tutorials to help you cut through the clutter of information overload. Only members of "contributors" group can post new tutorials. Other members can just reply to thread. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
| Sponsored Links | ||
|
|
|
||||
|
You can find log in /var/log/yum.log file:
Code:
cd /var/log tail -f yum.log Code:
Aug 02 05:12:18 Installed: libwmf.i386 0.2.8.4-10.1 Aug 02 05:12:19 Installed: ImageMagick.x86_64 6.2.8.0-3.el5.4 Aug 02 05:12:20 Installed: ImageMagick.i386 6.2.8.0-3.el5.4 Aug 04 22:07:59 Updated: cups-libs.x86_64 1:1.2.4-11.5.3.el5 Aug 12 04:23:45 Installed: nc.x86_64 1.84-10.fc6 Aug 24 15:25:19 Updated: tar.x86_64 2:1.15.1-23.0.1.el5 Aug 28 23:54:01 Installed: iptraf.x86_64 3.0.0-5.el5 Sep 01 04:12:41 Updated: mysql.x86_64 5.0.22-2.1.0.1 Sep 01 04:12:43 Updated: mysql-server.x86_64 5.0.22-2.1.0.1 Sep 01 04:12:48 Updated: mysql-test.x86_64 5.0.22-2.1.0.1 Hope this helps! |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to check CPU Numbers in Linux | raj | Linux hardware | 1 | 17-06-2008 02:29 PM |
| forced file check fsck | smr36 | Ubuntu / Debian | 3 | 16-04-2008 09:23 AM |
| Linux check disk error | raj | Linux hardware | 3 | 07-12-2007 10:00 AM |
| How to check md5 hash | raj | Linux software | 3 | 17-08-2007 05:34 AM |
| script on how to check if the file exists | warren | Shell scripting | 4 | 14-04-2006 05:51 PM |