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?

UbuntuでGitをインストールする

Last updated at Posted at 2024-10-15

Gitをインストールするために"sudo apt insatall -y git"と入力した際にエラーが出たので対処法を記載します。

sudo apt-get update
sudo apt-get install aptitude
sudo aptitude install git

まず、パッケージを更新します。
次に[aptitude]コマンドを使用していきたいのですが、これはUbuntuのデフォルトでインストールされていないので、自分でインストールしていきます。
[aptitude]コマンドを使用すると、必要なパッケージが自動で取捨選択され、Gitのインストールは完了です。

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?