yum で公開されているパッケージをフルインストール中。
暇なので更新。
ソースからcheckinstallでrpmパッケージを作成するため、
めんどくさいので以下のぞんざいなスクリプトでフルインストール。
all_install_package_targets には全部パッケージ名を一行ずつ書いてある。

#! /bin/bash
for i in `cat ./all_install_package_targets` ; do
   yum install --enablerepo=base ${i} -y
done

で、

# cat /etc/redhat-release
CentOS release 5.5 (Final)

ああ、そこは上げちゃ駄目なんじゃないか……。

 Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" cssfile="">

   
© 2011 # watch -d tail /var/log/ngsw.log Suffusion theme by Sayontan Sinha