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 4th May 2009, 09:07 PM
BandC's Avatar
BandC Offline
Registered User
 
Join Date: Nov 2004
Posts: 1,105
List of Installed Applications in Gnome Applications Menu

I am thinking about doing a reinstall for Fedora 11. Is there a way to get the list of installed applications so that I remember what applications to reinstall after I install F11? "rpm -qa" is kind of useless in this case because it lists all the packages. I am basically looking for a text file list snapshot of the installed applications in the Gnome Applications menu. Since there is a utility that can be used to arrange the applications menu, I assume the list exists somewhere in a text file format. Thanks.
Reply With Quote
  #2  
Old 4th May 2009, 09:35 PM
Seve's Avatar
Seve Offline
Retired Community Manager
 
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,376
Hello:
Great question ... although I can't come up with a great answer

Try
locate .desktop | sort

and see how that lines up with what you have appearing in your menu(s).

If you want to dump all the installed packages, try


yum list installed |sort -d |cat -b >> /home/username/rpmlisting

Seve
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Reply With Quote
  #3  
Old 5th May 2009, 12:22 AM
PabloTwo's Avatar
PabloTwo Offline
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,119
Here's a variation of Seve's suggestion:

cat /var/log/yum.log | grep Installed | sort >> installed-programs

You may have 'archived' yum.log files also that you would need to run the command on as well. On my F8 install:

~/> ls /var/log/yum.log*
/var/log/yum.log /var/log/yum.log-20080810 /var/log/yum.log-20090101

The yum.log file(s) won't show any packages you installed directly with the rpm command though.
It also would show packages that you have since Erased.

Edit: You could/should drop the " | sort " part of the command I gave as the files are listed chronologically by date anyway and would sort by name of month.

Last edited by PabloTwo; 5th May 2009 at 12:36 AM.
Reply With Quote
  #4  
Old 7th May 2009, 07:07 PM
BandC's Avatar
BandC Offline
Registered User
 
Join Date: Nov 2004
Posts: 1,105
Thank you both. Seve's suggestion is fairly close to what I want. I got some extra stuff with it but it seems like it gives a reasonable snapshot of programs installed: in the order of hundreds instead of thousands. Thanks.
Reply With Quote
  #5  
Old 7th May 2009, 07:19 PM
PabloTwo's Avatar
PabloTwo Offline
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,119
Actually, doing: ls /usr/share/applications > menu-programs

would probably be the most compact method and closest to your original stated goal. Not every .desktop file in that directory will show an entry in your applications menu, but every item that is in your menu (save for a very few, like wine installed winodows apps) will have an entry there.

And, obviously, the names of the .desktop files don't directly translate to the name of the rpm package, but usually close enough for you to figure it out.

fedora-timidity.desktop = rpm package timidity++, as an example.

Last edited by PabloTwo; 7th May 2009 at 07:42 PM.
Reply With Quote
Reply

Tags
applications, gnome, installed, list, menu

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
Gnome applications menu empty saikatguha Using Fedora 3 11th November 2009 04:12 PM
Gnome Applications menu gone ! linux_makers Using Fedora 6 26th August 2009 11:14 PM
applications not in menu or in Run Application list Nick Levinson Using Fedora 2 16th February 2009 09:21 PM
FC2: Gnome applications menu gone afilonov Using Fedora 2 12th January 2005 04:24 PM


Current GMT-time: 06:52 (Monday, 20-05-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