2
1

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 3 years have passed since last update.

AWS EC2 AmazonLinux2 peclコマンドを使用できる様にする

Posted at

目的

  • AWSのEC2のインスタンスでpeclコマンドを実行できる様にする方法を紹介する。

実施環境

前提条件

  • 先に記載した各バージョンで環境構築が実施されていること。

前提情報

  • 本説明で実行するコマンドは特に記載がない場合インスタンスにsshで接続して実行する物とする。

読後感

  • AmazonLinux2インスタンス内でpeclコマンドを実行することができる。

詳細

  1. 下記コマンドを実行してリポジトリを追加する。

    $ sudo yum install http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
    
  2. 下記コマンドを実行してパッケージをインストールする。

    $ sudo yum --enablerepo=remi-php74 install php-pear
    
  3. 下記コマンドを実行してコマンドの実行を確認する。

    $ pecl
    

参考文献

2
1
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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?