Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 19th September 2008, 02:36 PM
winluck7 Offline
Registered User
 
Join Date: Sep 2008
Posts: 1
way of listing installed applications

hi. I'm a newbie here. I'm just wondering if there's a command/log for listing recently installed applications/rpm's? i think i have installed a package before that is conflicting with others.
Reply With Quote
  #2  
Old 19th September 2008, 02:47 PM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,974
Probably many ways. One is rpm -qa | grep packagename. That will list anything installed with that name. For example
Code:
[glenn@coolhand ~]$ rpm -qa | grep kernel
kernel-2.6.25-14.fc9.i686
kerneloops-0.11-1.fc9.i386
kernel-devel-2.6.26.3-29.fc9.i686
kernel-2.6.26.3-29.fc9.i686
kernel-headers-2.6.26.3-29.fc9.i386
Another method would be
Code:
yum list installed |  grep more
That's the first two that come to mind.
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #3  
Old 19th September 2008, 02:47 PM
Evil_Bert's Avatar
Evil_Bert Offline
Retired Again - Administrator
 
Join Date: Nov 2007
Location: Reality
Posts: 3,041
Quote:
Originally Posted by winluck7
hi. I'm a newbie here. I'm just wondering if there's a command/log for listing recently installed applications/rpm's? i think i have installed a package before that is conflicting with others.
To list every package installed, do:
Code:
rpm -qa
You can use names and wildcards to narrow a search, eg.:
Code:
rpm -qa partialname*
To see everything yum has done (installs, removes, updates), view the file /var/log/yum.log

Edit: @glennzo ... Again?! Damn, you're too fast for me.
__________________
Marching to the beat of his own conundrum.

Last edited by Evil_Bert; 19th September 2008 at 02:49 PM.
Reply With Quote
  #4  
Old 19th September 2008, 04:21 PM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
To list recently installed, just look at the end of /var/log/yum.log. However, packages installed without YUM (i.e., installed via RPM, SmartPackageManager, 'make install', etc.) won't be on that log file.

V
Reply With Quote
  #5  
Old 19th September 2008, 06:53 PM
Seve's Avatar
Seve Offline
Retired Community Manager
 
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,371
Hello:
If you want to see all of them, try

rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE} %{VENDOR}\n"|sort |cat -b >> /home/username/installedrpms

Then open up the text file installedrpms in your home directory.

Seve
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Reply With Quote
  #6  
Old 19th September 2008, 07:51 PM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,974
Quote:
Originally Posted by Seve
Hello:
If you want to see all of them, try

rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE} %{VENDOR}\n"|sort |cat -b >> /home/username/installedrpms

Then open up the text file installedrpms in your home directory.

Seve
Hi Seve. How do you remember complicated commands like that?
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #7  
Old 19th September 2008, 07:59 PM
bee Offline
Banned
 
Join Date: Jun 2008
Posts: 1,315
http://fedoranews.org/alex/tutorial/rpm/

http://fedoranews.org/alex/tutorial/rpm/17.shtml

rpm -qa -last | tac
rpm -qa -last | tac | grep xorg
Reply With Quote
  #8  
Old 19th September 2008, 08:01 PM
Seve's Avatar
Seve Offline
Retired Community Manager
 
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,371
Quote:
Originally Posted by glennzo
Hi Seve. How do you remember complicated commands like that?
Glenn I can barely remember what day it is.
At some point in the past I was looking for a solution to the same question. So I started hacking around and when I found the format that I wanted (this one is a generic one) I saved all my scribbles in a text document.
It's just a habit I've gotten into as it saves me re-inventing the wheel each time.

Seve
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Reply With Quote
  #9  
Old 19th September 2008, 08:27 PM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,974
Quote:
Originally Posted by Seve
Glenn I can barely remember what day it is.Seve
You too, huh?
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
Reply

Tags
applications, installed, listing

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
List of Installed Applications in Gnome Applications Menu BandC Using Fedora 4 7th May 2009 07:19 PM
Listing installed applications by category tech291083 Using Fedora 12 23rd February 2009 04:34 AM
listing installed packages via Terminal phd7 Using Fedora 2 10th March 2008 06:12 PM
Bug when listing installed packages in yum kaelthas Using Fedora 5 27th July 2007 06:40 PM
Installed RPM not listing stefaandk Using Fedora 3 1st July 2005 07:27 AM


Current GMT-time: 13:06 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat