0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

RockyLinux8 vps環境設定7) コマンドのインストール

Last updated at Posted at 2022-09-17

RockyLinux8 vps環境設定6) httpdの設定
https://qiita.com/naga_kt/items/cd58bb4cd4001a2fb553
の続き。WebArena Indigo(RockyLinux8.4)及びKagoya(RockyLinux8.5)での環境設定について述べる。

 httpd以外のよく使うコマンドについてインストールの仕方を記載した。

screen

【WebArena Indigo / Kagoya両方で必要】

$ sudo dnf install epel-release

$ sudo dnf --enablerepo=epel install screen

lockfile

【WebArena Indigo / Kagoya両方で必要】

$ sudo yum install procmail

sqlite

【WebArena Indigo / Kagoya両方で必要】

$ sudo yum install sqlite

jq

【WebArena Indigo / Kagoya両方で必要】

$ sudo yum install epel-release

$ sudo yum install jq --enablerepo=epel

make

【WebArena Indigo / Kagoya両方で必要】

$ sudo yum install make

$ sudo dnf group install 'Development Tools'

mail

【WebArena Indigo / Kagoya両方で必要】

$ sudo yum install mailx

ifconfig

【WebArena Indigoで必要】

$ sudo yum install net-tools

rsync

【Kagoyaで必要】

$ sudo dnf install rsync

tar

【Kagoyaで必要】

$ sudo yum install tar


RockyLinux8 vps環境設定8) ファイアウォールのポート設定
https://qiita.com/naga_kt/items/a93913d4c4aec4ff7eeb
に続く。


参考記事

(screen)
CentOS8で困ったこと 
https://qiita.com/scheveningen/items/f163093281d71bef6436

(jq)
CentOS7に15秒でjqコマンドをインストールする
https://www.setouchino.cloud/blogs/73

(make)
CentOS 8の"Development Tools"パッケージグループの中身を確認する
https://qiita.com/charon/items/f2b368cccbac95fc6489

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?