セットアップ用コマンド(モジュール)のインストール【AlmaLinux 9】

セットアップ等に必要なコマンド/モジュール類をインストールします。

1. gcc関連

# dnf install gcc*

2. tar

# dnf install tar

3. wget

# dnf install wget

4. postfix

# dnf install postfix
# dnf install cyrus-sasl cyrus-sasl-plain
# systemctl start postfix.service
# systemctl enable postfix.service

5. mail

# dnf install s-nail

6. dig

# dnf install bind-utils

7. openssl-devel

# dnf install openssl-devel

8. rsync

# dnf install rsync

9. ncdu

# dnf --enablerepo=epel install ncdu



最終更新:2025年05月16日 07:30