LoginSignup
12
12

More than 5 years have passed since last update.

Ubuntu12でPHP5.5をインストール

Posted at

Ubuntu12でPHP5.5を入れる時の手順メモ。
Vagrantでローカル環境を作っていたので、それを参考にインストール。

add-apt-repositoryのインストール

sudo apt-get install python-software-properties

レポジトリの追加

sudo add-apt-repository ppa:ondrej/php5
sudo apt-get update

PHPのインストール

sudo apt-get install php5 php5-cli

おしまい


参考サイト

12
12
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
12
12