nixCraft Linux Forum

nixCraft

Linux / UNIX 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

Linux answers from nixCraft.


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.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 31-08-2007, 12:34 PM
Junior Member
User
 
Join Date: Apr 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
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
  #2 (permalink)  
Old 03-09-2007, 06:35 PM
monk's Avatar
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
OS: Debian GNU/Linux
Posts: 506
Thanks: 0
Thanked 8 Times in 6 Posts
Rep Power: 7
monk has a spectacular aura about monk has a spectacular aura about
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


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 Off


Similar Threads

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


All times are GMT +5.5. The time now is 11:18 PM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

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 37 38