0

How to find recently installed package in linux

in my centos machine i installed and updated few packages but i dont which one is installed recently.. is there any commands will work for this solution......?

Linux Add a comment
ethenjames
asked Nov 21 2017

Answer

0

use this easiest one # rpm -qa -last | less

Add a comment
parthiban
asked Nov 21 2017
edited Oct 05 2018
Post your Answer