CentOS 3.X The Perfect Setup

Discussion in 'HOWTO-Related Questions' started by phantomk, Jan 17, 2006.

  1. phantomk

    phantomk New Member

    Would I be able to use the Fedora Core 3 perfect setup guide as a base point of reference for setting up my CentOS 3.X Server ?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    I think so, though I haven't tried. But instead of apt-get you should use CentOS' built-in package manager (is it up2date or yum?).

    If it's yum, then the syntax is the same as with apt-get:
    Code:
    yum install <package_name>
    If it's up2date, run
    Code:
    man up2date
    to find out more. Also have a look here: http://www.howtoforge.com/forums/showthread.php?t=1408
     

Share This Page