LoginSignup
7

More than 5 years have passed since last update.

Debianに最新のstableなgitをインストールする

Posted at

Debian系のOSでgitのパッケージをインストールすると最新のstableなgitではないことが多いので、次の方法でリポジトリを追加してインストールします。

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git

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
7