HOME / コンピュータTips / Linux / CentOS6 / ircdをインストール
Date: 2013/05/06 | | Tags: CentOS6, setup, インストール
面倒なのでircdのパッケージでいれます。
wget http://ftp-srv2.kddilabs.jp/Linux/distributions/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm
インストールされているファイルの一覧を得る
rpm -qs epel-release-6-8.noarch
normal /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6 normal /etc/rpm/macros.ghc-srpm normal /etc/yum.repos.d/epel-testing.repo normal /etc/yum.repos.d/epel.repo normal /usr/share/doc/epel-release-6 normal /usr/share/doc/epel-release-6/GPL
cacheを作る。
sudo yum --enablerepo=epel makecache
インストール
sudo yum --enablerepo=epel install ngircd
/etc以下の変更物をhg管理しておく。
cd /etc sudo hg init . sudo hg add ngircd.conf
ngircd.confを書き換える。