NETWORK ENGINEER BLOG

Tips and Reviews for Engineers

2013-04-06から1日間の記事一覧

CentOS5.6 へ Python2.6 をインストール

インストール手順 Python2.6 と関連パッケージをインストールします。 [root@hostname ~]# yum -y install python26 --enablerepo=epel [root@hostname ~]# yum -y install python26* --enablerepo=epel Python2.6 を実行してみます。 [root@hostname ~]# py…

CentOS5.6 EPEL リポジトリ追加

EPEL リポジトリとは EPEL リポジトリとは、CentOS 標準のリポジトリでは提供されていないパッケージを、yum コマンドでインストールすることを可能にするリポジトリのことです。 EPEL は、エンタープライズ向けのリポジトリなので、サードパーティー製リポ…