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


ADVERTISEMENT

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

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

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 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

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

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

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

General :: Complete List Of Applications Included With CentOS Installer?

Jul 28, 2011

I was hoping that there may be a place where I can get a complete list of every application that is included in the Anaconda installer.I want to use it so that I can develop a matrix with my CTO to determine which apps we should install. I've searched for this on Google and other search engines without success.

View 9 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 :: Get List Of Dependencies Of Non-installed RPM Package?

Jun 8, 2011

apt-cache show <package> shows also it's dependencies.yum info <package> does not show dependencies, but it obviously know them.How to ask yum for dependencies of specified package?

View 1 Replies View Related

General :: Capture A List Of All Installed Commands?

Jan 30, 2010

if I open a terminal and hit [TAB] [TAB] it will display "Display all 2583 possibilities? (y or n) ". If I press y is there a way to capture the output and write it to a file? Not like it is a command so I can't just use a redirect to a file? If not I guess I could just do an ls on all locations of $PATH and capture that to a file.

View 7 Replies View Related

General :: List Of Softwares Installed Using Tar (from Source)?

Dec 11, 2010

If i am installing softwares through rpm, i can later query to see which softwares are installed on my system (using rpm). But if i have installed any softwares from source (using tar, /.configure methodhow can i list those softwares to see which one are installed ?

View 11 Replies View Related

General :: Shell Commands To Display All Applications Installed

Aug 5, 2010

Ares there any shell commands to display all applications installed in my linux machine,?

View 7 Replies View Related

General :: List Installed Packages In Debian From A File?

Jun 25, 2010

I have a system that will not boot as /usr has been destroyed and I would like to get a list of installed packages before re-installing. I know that it's possible to get this using dpkg or apt, but I cannot run those.

Where in the filesystem is this information stored and what's the best way to get a list of installed apps from the files?

View 2 Replies View Related

General :: Check The List Of Devices Installed Using Terminal?

May 21, 2011

I want to know that is there any command by which i can check which type of hardware devices are installed in my Linux box like SVGA,Sound Card,LAN Card.

View 4 Replies View Related

General :: Display All Rpm Installed List Sorted By Date?

Oct 4, 2010

I know "rpm -qa --last" lists all rpm with date and time. But I want to sort the list by date, with earlier installed rpms displayed ahead. So it needs pipe, ie something like "rpm -qa --last | ...". What is exact script to do it?

View 3 Replies View Related

General :: Get All Group List Of Particular User?

Jun 20, 2011

How to get all group list of particular user in linux to whom which he is member.

View 3 Replies View Related

General :: How To List User Using Bash

Aug 2, 2011

how to list existing users using bash

View 8 Replies View Related

General :: List All Files/folders A User May Delete?

Aug 17, 2010

I want to know how much damage a user can do on my system if he decides to delete everything (or write to in case of corruption).What command or script might i use to check this?

View 3 Replies View Related

General :: Create A User List In Alphabetical Order?

Oct 22, 2010

I have a server with what appears to have 352 home directories (350 actually if you omit '.' & '..') & I am being asked to basically tally a list of whom all 350 users are in alphabetical order. Now I could sit here for days doing the 'finger' command to obtain their full name commented in '/etc/passwd' file but I would assume there is a script or way I could have Linux quirry the '/etc/passwd' file & take all the user 'comment' entries and export them to a list in alphabetical order. Does anyone know if this could happen and if so, how would I do something like this? I can't write bash / shell scripts to save my life

Code:
cmennens@mail]:/$ ls -l
total 160
drwxr-xr-x 352 root root 12288 Oct 21 13:41 home

View 7 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

General :: CentOS - Safe To Remove The First Kernel In The Installed List To Save Having Two Kernels Being Updated Everytime?

May 8, 2011

When I run yum list installed command the output shows two kernels:

[Code].....

Would it therefore be safe to remove the first kernel in the installed list to save having two kernels being updated everytime I run yum update? Or is the PAE kernel dependant upon the original?

View 6 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

General :: Installed Knoppix 6.2 / 6.4 On HD - User Password?

Jan 28, 2011

I have installed Knoppix 6.2/6.4, on the whole hard drive, when I want to change, e.g. my location from America to UK. I am being asked for a user password. On install there were no menus to put these passwords, unlike Ubuntu, which I am using at the moment, in and location etc. Once installed there is the Knoppix menu to add a root password, no problem, but when I put the root password in, on user password ,it wont accept this.

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

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

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







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