• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

RedHat Questions. Please read.

Twinhead

Banned
I am currently using RedHat Linux and a newbie to Linux world as well. I didn't install the development packages when I installed the OS. Now I need to compile some source codes that I downloaded from the net. How can I re-install the development packages without re-install the whole OS?

Any help will be appreciated. Thanks.
 
1. Mount your RedHat install CD.
2. In a shell, go to the RPMS directory
3. rpm -ivh gcc*rpm
4. rpm -ivh libstdc++*rpm

That should do it. It might get you a bit more then you need, but it should work.
 
Back
Top