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

19th September 2008, 02:36 PM
|
|
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.
|

19th September 2008, 02:47 PM
|
 |
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
|

19th September 2008, 02:47 PM
|
 |
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:
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.
|

19th September 2008, 04:21 PM
|
 |
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
|

19th September 2008, 06:53 PM
|
 |
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 ... :)
|

19th September 2008, 07:51 PM
|
 |
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
|

19th September 2008, 07:59 PM
|
|
Banned
|
|
Join Date: Jun 2008
Posts: 1,315

|
|
|
|

19th September 2008, 08:01 PM
|
 |
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 ... :)
|

19th September 2008, 08:27 PM
|
 |
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
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 13:06 (Wednesday, 19-06-2013)
|
|
 |
 |
 |
 |
|
|