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.

WebArena Indigo環境設定9) コマンドのインストール

Last updated at Posted at 2022-06-25

WebArena Indigo 環境設定8) httpdの設定
https://qiita.com/naga_kt/items/47e9dd08272c1ff552a1
の続き。

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

screen

CentOS7

$ sudo yum install screen

RockyLinux8

$ sudo dnf install epel-release

$ sudo dnf --enablerepo=epel install screen

lockfile

CentOS7/RockyLinux8

$ sudo yum install procmail

sqlite

CentOS7
 デフォルトで搭載されている。

RockyLinux8

$ sudo yum install sqlite

jq

CentOS7
 デフォルトで搭載されている。

RockyLinux8

$ sudo yum install epel-release

$ sudo yum install jq --enablerepo=epel

make

CentOS7
 makeはデフォルトで搭載されている。次のようにgccをインストールする。

$ sudo yum install gcc

RockyLinux8

$ sudo yum install make

$ sudo dnf group install 'Development Tools'

mail

CentOS7/RockyLinux8

$ sudo yum install mailx


WebArena Indigo環境設定10)サーバ再起動時の設定
https://qiita.com/naga_kt/items/1ca459a172b114e562d4
に続く。


参考記事

(screen)
CentOS7.1にscreenをインストールする方法
https://konoyodehitori.hatenablog.com/entry/centos7-install-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?