nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

How to check when RPM is uninstalled

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 ...


Go Back   nixCraft Linux Forum > Linux Getting Started > Getting started tutorials

Register FAQ Members List Calendar Forgotten your password? Mark Forums Read
  #1 (permalink)  
Old 08-31-2007, 01:34 PM
Junior Member
User
 
Join Date: Apr 2007
Posts: 5
Rep Power: 0
Yasar is on a distinguished road
Default How to check when RPM is uninstalled

Is there any way to check how to find when a rpm package has been un-installed from the RPM database or from any command?
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 09-03-2007, 07:35 PM
monk's Avatar
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
Default

You can find log in /var/log/yum.log file:

Code:
cd /var/log
tail -f yum.log
O/p:

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
Another option is audit all commands. There is an excellent writeup by vivek - How to keep a detailed audit trail of what’s being done on your Linux systems

Hope this helps!
__________________
May the force with you!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
How to check CPU Numbers in Linux raj Linux hardware 1 06-17-2008 03:29 PM
forced file check fsck smr36 Ubuntu / Debian 3 04-16-2008 10:23 AM
Linux check disk error raj Linux hardware 3 12-07-2007 11:00 AM
How to check md5 hash raj Linux software 3 08-17-2007 06:34 AM
script on how to check if the file exists warren Shell scripting 4 04-14-2006 06:51 PM


All times are GMT +5.5. The time now is 03:16 AM.


Powered by vBulletin® Version 3.7.4 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36