Fedora :: List Of Installed Applications?

Nov 2, 2010

I've been using Fedora 11 x86_64 for over a year and am about to upgrade to Fedora 13 using a genuine Fedora installation CD that I got last summer at OSCON. I've made a full system backup, but before I take the plunge I want to get a list of all installed applications. I have tons of special applications installed, many of which took tweaks to get running. Just in case something breaks so badly that I have to reinstall I want to be sure I can put everything back, even if it takes me several days work.I know I have read about utilities that will generate a list of installed apps, but I can't find any.

View 8 Replies


ADVERTISEMENT

Fedora :: Repository List And List Of Installed Applications?

Feb 17, 2010

I understand there is a file that stores the repositories' information, but I can't find it!Is there a way I can create a list of what applications have been installed?The idea is that if I am running a backup, finding a way to save the repository list and applications installed so if I am upgrading, or fixing a borked system by re-installing Fedora, I could copy the repo list back, and run the applications list like ode:yum install <cat apps.txt?> and get all of the applications I've installed via Yum without having to remember them all?Is there anything else, outside of /home, I should look at backing up? SELinux settings?

View 6 Replies View Related

Red Hat / Fedora :: How To List Applications Installed On RHEL 4

Jun 3, 2010

I'm the DBA for a number of Oracle RAC databases running on RHEL 4 and our SA has moved on, leaving me with some tasks to do before we get the next SA. One task is to get a list of all applications installed on our linux servers. I know I can get a list of all rpms via "rpm -qa | less" but that spits out every rpm, which is not what I want.How can I get a list of all applications installed? For example "oracle database version 10.2.0.4", yada yada.

View 2 Replies View Related

Software :: Get Installed Applications List And Applications Activity

May 25, 2009

Is there a programmatic way to get the list of all installed applications on Linux.

Also, how can we get the application activities in Linux OS like running applications name, time of day when they started, duration till the applications were running on system, application version etc.

Is there a way to do this in C/C++.

I am building an app that runs like a daemon and fetches the applications status and sends it to the network admin for him to monitor the application usage pattern on the user computers in the network.

View 1 Replies View Related

General :: Way To List CLI Applications That Are Installed By User

Jun 10, 2011

I have installed a lot of CLI applications and it would be usefull if I had another one of these that lists and organizes ;in different ways ,what has been installed without a GUI. I tried this (rpm -qa | less) and it was lack luster and enormous. Is there a GUI or a CLI application that will list User installed CLI application and allows ways to list them , alphabetically or otherwise etc?

View 2 Replies View Related

Ubuntu :: View A List Of Installed Applications In The Terminal ?

Oct 15, 2010

How do I view a list of installed applications in the terminal?

View 2 Replies View Related

Ubuntu :: Apps Installed Thru Synaptic Not Appering In Applications List

Jan 14, 2010

i installed "display calibrator" from the distros and afterwards i cant find it under Applications (graphics/ sound&audio/system tools...), so i went to System > Preferences > Main Menu and it isnt listed anywhere.

View 1 Replies View Related

Ubuntu :: Extract The List Of Installed Applications For The System On The Hard Disk?

Aug 11, 2011

How do I adjust the dpkg --get-selections >installed so that it tells me about a linux installation that is not active. Currently I can not load the original installed Ubuntu on the HD and am using the live CD. How do I extract the list of installed applications for the system on the hard disk

View 9 Replies View Related

Fedora :: Save "list Of Installed Packages" In A List And Restore?

Mar 28, 2010

how do I save installed packages in a list and restore ...

rpm -qa > installed-software.log
yum install $(cat installed-software.log)
sorting rpm packages by size
rpm -qa --qf '%{SIZE} %{NAME}
' | sort -n

View 4 Replies View Related

Fedora :: Change The Applications Icons To A List?

Jun 12, 2011

Fedora 15 - 32 bit

Is there a way to change the applications icons to a list?

If not, how about reducing the size of the icons for the applications window and for the panel on the left?

View 3 Replies View Related

Fedora :: Modify The Applications Menu List To Add Or Delete Items?

Sep 19, 2010

How do I modify the Applications menu list to add or delete items? I have tried to right click but with no success.

View 6 Replies View Related

Red Hat / Fedora :: LibUSB On FC - Yum List Installed

Apr 14, 2011

I got Fedora core release 3
kernel 2.6.9-.667

I would like to know which command I have to use to see the libusb installed. I used this:
yum list installed | grep usb
but no output.

View 6 Replies View Related

Fedora :: Find List Of Installed Software In 12?

Feb 1, 2010

I have installed F12. only the office package. How can I find out which programs are installed ? In fact, my question is if all the installed programs are appearing in the "applications" tab.

View 10 Replies View Related

Fedora :: Yum List Installed Packages From Repository

Feb 19, 2010

how to get yum to list all of the packages currently installed from a specific repository?

View 2 Replies View Related

Fedora :: List The Installed Hardware On A Machine?

Feb 6, 2011

I am looking for a way to list all of my installed hardware. In windows I used to use the device manager for that. Is there some GUI package I can download that is similar for Fedora?

View 2 Replies View Related

Fedora :: Save A List Of Installed Software?

Mar 31, 2011

Since Fedora isn't a rolling release distro like I'm used to, I was wondering if there was a way to save a list of installed packages to make the next upgrade easier. I'm eagerly waiting for FC15, but still on FC14, and I would like to know if there's a way to export a file that yum can reference to reinstall what program titles I already have installed.

View 6 Replies View Related

Fedora :: Yum : List Installed Packages By Keyword?

Apr 21, 2011

I want to list all installed packages by keyword. For example I want to know what packages were installed related to "game". How can I do that in Fedora?

I tried 'yum list installed', 'you search' ... but still can't find a solution. I'm not a yum expert .

View 2 Replies View Related

Ubuntu :: Erasing Applications From Installed Applications Menu?

Jun 5, 2011

I was wondering if there was any way to remove icons from the installed applications menu?I recently attempted to install GOG.com's Zork Anthology using Wine and when I de-installed, the icons for those files were still listed in installed applications. Is there anyway to delete them manually?

View 2 Replies View Related

General :: Include A New Browser In Fedora's List For "Preferred Applications"?

Sep 19, 2010

I'm going to try Firefox 4 in Fedora 13. I would like to do it neatly, meaning it appears as an option in the "System" -> "Preferences" -> "Preferred Applications" settings for all users as "Firefox 4". Moreover, I'd like it not to ever ask to make itself the default browser when it's first run.

View 1 Replies View Related

Programming :: Get List Of Recently Or Most-used Applications

Dec 5, 2010

Is there something like GtkRecentManager that will give you a list of recently-used or most-used applications instead of files, or will GtkRecentManager give you apps too?

View 1 Replies View Related

Ubuntu :: Add Wine Back To Applications List?

Jan 19, 2010

My list of programs under Application > Wine had become messed up, with some entries for programs that had been uninstalled in Wine. I was unable to remove these from the menu for some reason, so I removed the entire Wine category. It was not re-added upon reinstalling Wine... do I have to add it all back manually, or is there some way to have it appear as it did when originally installed?

View 4 Replies View Related

Ubuntu :: Startup Applications List Locked?

Feb 24, 2010

About a month ago, I had something go very wrong in my Karmic and my account (with an encrypted home dir) was essentially inaccessible. But I was eventually able to create a new account, and retrieve all my data, but now, for some reason, I cannot edit the 'Startup Applications'.

I open its window and make any changes (which the window seems to accept), but then when I hit close, and restart it, it has been reset to everything I had set from my other account. Which makes little sense.

After that problem, I did have some trouble with permissions of certain files, and am afraid that I inadvertently gave up permissions on my startup applications, but can't imagine what I'd have to do to fix it.some guidance?

View 5 Replies View Related

General :: No Category For Games In List Of Applications

Oct 21, 2010

I wanted to see what games there were, but can't seem to find any. So i opened software manager, went to games and so-called install a couple of card games. But I still have no category for games in list of applications.

View 1 Replies View Related

Software :: Finding A List Of Current Uses/applications?

Sep 23, 2009

If I were to lease a linux server on from a hosting company could someone among you give me a list of possible current uses/applications that would earn money these days?

View 4 Replies View Related

Ubuntu :: Apps Disappear From 'startup Applications' List

Nov 8, 2010

I've been trying to add applications to my "Startup Applications" menu. Most of the time, they "stick," but sometimes simply disappear, either immediately or after a variable length of time (sometimes more or less immediately, sometimes after several restarts, or anywhere in between). I've noticed that, when they stop booting, their entry disappears from ~/.config/autostart, but changing permissions on the affected files (e.g., removing write access) doesn't seem to help.

Any suggestions? Re-adding the same things over and over gets frustrating after a while, and I can't figure out why these entries are disappearing.Currently running Ubuntu 9.10 on an HP Pavilion dv6000 with an Intel Centrino Core Duo processor and 2 GB of RAM.

View 9 Replies View Related

Ubuntu :: Left Over Programs In Startup Applications List?

Jan 9, 2011

I noticed that some applications are still in the startup applications list even after i have removed these applications.Would there be any app files left over anywhere / is there a command i can run to clean up the filesystem.Or is it just a case of removing them from the startup app list?

View 3 Replies View Related

OpenSUSE Install :: List Available Of Core Applications Required To Function?

Apr 9, 2010

OpenSUSE 11.2 installation DVD has many many applications that are installed by default.How can I install just the minimum for a working system. As an excercise I am trying to build a Nas system which I can install into our Windows Active Directory at work and have user access controlled via an Active Directory user group. I have no need therefore for so many of the applications available. I have tried uninstalling some applications and have managed to remove some features that I infact needed to keep.just a minor thing like the Gnome interface (gee!). Is there a list available of core applications required to function etc. that would help me to streamline my build?

View 9 Replies View Related

Ubuntu :: Application To Appear In 'Featured Applications' List In Software Center?

Sep 30, 2010

Is it possible to suggest an application to appear in the "Featured Applications" list in the Ubuntu Software Center?I would like to suggest that "OpenShot Video Editor" is included.

View 2 Replies View Related

Ubuntu :: Desktop Startup Icons // Applications List Not Displaying?

Jul 3, 2011

I was testing with "Compiz rotate cube" in my Ubuntu machine. Changed some settings by disabling "desktop cube". Something had changed in the mean time.

Now i could able to login. Only blank desktop wall paper i could able to see. No applications list, startup icons displaying.

If i press Ctrl + Alt + F = Folder view is displaying, i could able to view my files.

If i press Ctrl + Alt + F1 = Could able to go to Terminal window and able to do all sort of commands.

revert to my original settings so that i will getback my icons / applications list in my desktop.

View 2 Replies View Related

General :: Adding Cairo-Dock To The List Of Startup Applications?

Dec 14, 2010

I'm running Ubuntu maverick meercat 10.10. I don't think it's very necessary to mention my hardware to get an answer to this question.I found out about the Cairo-Dock and fell in love with it. It annoys the hell out of me to have to start it every time I boot. I navigate to- System> Preferences> Startup ApplicationsUnder the startup programs tab I click on add... Now what??? Put the name as Cairo... what about the command. I don't know what file to navigate to.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved