20
17

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

UbuntuにVimをインストールする

Last updated at Posted at 2018-06-17

環境

  • Ubuntu

Vimをインストールする

以下のコマンドを叩く

sudo apt-get install vim

Vimがインストールされたか確認する

以下のコマンドを叩き、バージョンが表示されていればOK

dpkg -l vim
20
17
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
20
17

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?