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

ほぼ個人メモ EC2インスタンスのターミナルで日本語入力できるようにする方法

Posted at

目的

  • EC2インスタンスにログイン後に日本語入力をできるようにする方法をかんたんにまとめる

実施

  1. EC2インスタンスにログインして下記コマンドを実行することで日本語の入力が可能になる。

    $ sudo echo "LANG=ja_JP.UTF-8" > /etc/sysconfig/i18n
    $ sudo yum install -y man-pages-ja
    
1
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
1
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?