13,230
回編集
| 13行目: | 13行目: | ||
==== CentOS / SUSE ==== | ==== CentOS / SUSE ==== | ||
まず、CentOSでは、Zshのインストールするにはncurses-develが必要となるので、以下のコマンドを実行してインストールする。<br> | まず、CentOSでは、Zshのインストールするにはncurses-develが必要となるので、以下のコマンドを実行してインストールする。<br> | ||
# | # RHEL | ||
sudo | sudo subscription-manager repos --enable codeready-builder-for-rhel-9-$(arch)-rpms | ||
sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm | |||
sudo dnf install ncurses-devel | |||
# SUSE | # SUSE | ||