> For the complete documentation index, see [llms.txt](https://xoops.gitbook.io/xoonips-tutorial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xoops.gitbook.io/xoonips-tutorial/jp/3installation/4-centos5nokasutamaizu/43installing_the_required_packages.md).

# 4.3. 必要パッケージのインストール

XooNIpsのインストールには以下のパッケージをインストールする必要があります。

| gcc           | gcc-c++      | glib-devel        |
| ------------- | ------------ | ----------------- |
| glib2-devel   | libgsf-devel | php-mysql         |
| php-gd        | php-mbstring | php-devel         |
| php-xml       | php-pear     | php-pecl-Fileinfo |
| poppler-utils | lynx         | mysql-server      |
| wget          | make         | unzip             |

以下のコマンドで必要パッケージをインストールします。

| `[root@xoonips-server ~]#` **yum -y install gcc gcc-c++ glib-devel glib2-devel libgsf-devel**          |
| ------------------------------------------------------------------------------------------------------ |
| `[root@xoonips-server ~]#` **yum -y install php-mysql php-gd php-mbstring php-devel php-xml php-pear** |
| `[root@xoonips-server ~]#` **yum -y install php-pecl-Fileinfo poppler-utils lynx**                     |
| `[root@xoonips-server ~]#` **yum -y install mysql-server wget make unzip**                             |
