| Linux tip: Finding Most Recent Installed Packages with RPM |
|
Linux tip: The newest packages will be at the top. Since the list is probably long, you might want to pipe the output to less: rpm -qa - -last | less Type q to exit less. You can also pipe the output with grep to search for a specific day or date with Jun as an example like this: rpm -qa - -last | grep Jun You can also pipe the request to a text file: Looking for more help with your Linux systems? This e-mail address is being protected from spambots. You need JavaScript enabled to view it and we'll be happy to set you up with an engineer who can help! |

