Operating System - Linux
1752790 Members
5846 Online
108789 Solutions
New Discussion юеВ

How to install linuxconf package

 
Sachin Patel
Honored Contributor

How to install linuxconf package

Hi
I have redhat7.0 already install on IBM server it does not have linuxconf. How do I install that. I have four RedHat CDs. Is there a easy method to find out what is in CDs.
I do know the rpm command to do it. Problem is how do I locate the packages.

Sachin
Is photography a hobby or another way to spend $
3 REPLIES 3
Mark Fenton
Esteemed Contributor

Re: How to install linuxconf package

Sachin,

On my install set, linuxconf is on the first cd.

# mount /dev/cdrom
# cd /mnt/cdrom/RedHat/RPMS
# rmp -ivh linuxconf*

Best regards
Jeff Gunnink
Advisor

Re: How to install linuxconf package

Also if you want to use the GUI (you probably do) install:

rpm -i gnome-linuxconf-0.64-1.rpm
Mark Fenton
Esteemed Contributor

Re: How to install linuxconf package

Good point, Jeff.