LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 02-23-2005, 03:39 AM   #1
New_To_RH_Linux
Member
 
Registered: Feb 2005
Posts: 35

Rep: Reputation: 15
Question Red Hat C++ Libraries


Hi!

I installed Red Hat Linux 9 with "Everything" Installation.
So it was approximatelly 5GB
Where can I find now the description of all the applications,
packages, libraries that I installed?
For sure the set in main menu are only some of them
Especially I am interested in compilers, C++ libraries,
applications for numerical computations

Thanks!
 
Old 02-23-2005, 05:39 AM   #2
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
There's probably a graphical tool to do this. I can tell you console commands.

To see all packages you have run
rpm -qa
Warning: the list will be long! If you want to have it in a file so you can read/browse it later use something like
rpm -qa >filename

When you have a list of packages, you can read description using
rpm -qi packagename

You can also use
rpm -qai
It'll show descriptiuons of all packages. Big warning: much longer than the package list, try not to use

The compiler you have in your system is gcc (g++ for C++). To see all gcc-related packages run
rpm -qa|grep gcc
(you can filter for different names this way)

Libraries - all packages with names beginning with lib. You probably have more than 100, so when you need something rather first google for a library name for the task and later see if you have it installed...
 
Old 02-23-2005, 01:02 PM   #3
New_To_RH_Linux
Member
 
Registered: Feb 2005
Posts: 35

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Mara
There's probably a graphical tool to do this. I can tell you console commands.

To see all packages you have run
rpm -qa
Warning: the list will be long! If you want to have it in a file so you can read/browse it later use something like
rpm -qa >filename

When you have a list of packages, you can read description using
rpm -qi packagename

You can also use
rpm -qai
It'll show descriptiuons of all packages. Big warning: much longer than the package list, try not to use

The compiler you have in your system is gcc (g++ for C++). To see all gcc-related packages run
rpm -qa|grep gcc
(you can filter for different names this way)

Libraries - all packages with names beginning with lib. You probably have more than 100, so when you need something rather first google for a library name for the task and later see if you have it installed...
Thanks! The only thing with rpm -qa all the packages in the list are mixed
Can it produce the list where the packages are grouped according to their purposes?
 
Old 02-24-2005, 02:54 PM   #4
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
Probably yes, but the command will be more compilicated.

BTW I've found a graphical tool that would be much easier for the task. RH manual chapter: http://www.redhat.com/docs/manuals/l...hical-rpm.html
 
Old 02-24-2005, 06:00 PM   #5
nirj
Member
 
Registered: Feb 2005
Posts: 42

Rep: Reputation: 15
You could just go to the Add/Remove Programs tool from the Preferences menu. The applications there are grouped by category, and if you open the category up to see the programs, there is a short description next to them.

A little unprofessional, but hey =)

Hope it helped
 
Old 02-25-2005, 03:01 AM   #6
New_To_RH_Linux
Member
 
Registered: Feb 2005
Posts: 35

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by nirj
You could just go to the Add/Remove Programs tool from the Preferences menu. The applications there are grouped by category, and if you open the category up to see the programs, there is a short description next to them.

A little unprofessional, but hey =)

Hope it helped
No, there not all packages are listed
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Red Hat custom Kernel compilation mini-How-To for Red Hat 8-9 Thetargos Red Hat 431 04-13-2007 05:19 AM
RED HAT APPLICATIONS and programming tools/libraries New_To_RH_Linux Linux - Software 3 02-24-2005 04:03 AM
Upgrading Red Hat 9 to Red Hat Enterprise Server 3 AS louisb Linux - Software 7 02-23-2004 10:25 PM
Red Hat does not plan to release another product in the red hat linux line... Whitehat General 5 11-03-2003 06:33 PM
Red Hat 7.2... & a modem with Red Hat 7.1 driver support rahduku Linux - Distributions 1 02-14-2002 11:49 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 07:48 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration