<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.9">
</HEAD>
<BODY>
On Thu, 2004-04-29 at 05:15, Yayan wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373"><I>Hi,

Newbie here... :)

I've installed Centos 3.1 with selecting Custom Packages.
Now, I want to install some packages not installed the first time.

The manual says that I can use redhat-config-packages but there are no
packages that's not installed, just installed packages. So, I can only
remove packages....

So, how do I install addtional packages from CD without having to
reinstall? I've tried installing manually by opening the RPMs but it
always complain about dependency...
</I></FONT></PRE>
</BLOCKQUOTE>
<BR>
redhat-config-packages is not good for installing new packages if you have applied updates. (And sometimes even if you haven't).<BR>
<BR>
Use <B>yum</B> to do updates and to install new packages.  The command:<BR>
<BR>
<B>yum provides</B><I> filename</I><BR>
<BR>
to figure out what package contains a file ... and the command:<BR>
<BR>
<B>yum list</B> <I>package-name</I> <BR>
<BR>
to provide release number and basic info about a package, and the command:<BR>
<BR>
<B>yum info</B> <I>package-name</I><BR>
<BR>
to get more info about a package ... use the command:<BR>
<BR>
<B>yum install</B> <I>package-name</I><BR>
<BR>
to install packages.<BR>
<BR>
The added advantage to using yum is that only updated packages are used...before getting started doing new packages, use the command:<BR>
<BR>
<B>yum upgrade</B><BR>
<BR>
to get the latest upgrades...<BR>
<BR>
- Johnny Hughes<BR>
<BR>
<BR>
</BODY>
</HTML>