4
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?

More than 3 years have passed since last update.

Amazon Linux 2 のMate環境で、絵文字や中国語のフォントを追加する。

Last updated at Posted at 2020-03-30

はじめに

Mate Desktopをインストール後、絵文字や中国語が表示されなかったので、追加インストールしたときのメモです。
日本語は初期構築時にインストールしていました。

中国語

探す

yum list \*chinese\*

(結果)

Loaded plugins: extras_suggestions, langpacks, priorities, update-motd
Available Packages
ghostscript-chinese.noarch                                                                    0.4.0-4.amzn2                                                amzn2-core
ghostscript-chinese-zh_CN.noarch                                                              0.4.0-4.amzn2                                                amzn2-core
ghostscript-chinese-zh_TW.noarch                                                              0.4.0-4.amzn2                                                amzn2-core
google-noto-sans-simplified-chinese-fonts.noarch                                              20141117-5.amzn2                                             amzn2-core
google-noto-sans-traditional-chinese-fonts.noarch                                             20141117-5.amzn2                                             amzn2-core
ibus-table-chinese.noarch                                                                     1.4.6-3.amzn2                                                amzn2-core
ibus-table-chinese-array.noarch                                                               1.4.6-3.amzn2                                                amzn2-core
ibus-table-chinese-cangjie.noarch                                                             1.4.6-3.amzn2                                                amzn2-core
ibus-table-chinese-cantonese.noarch                                                           1.4.6-3.amzn2                                                amzn2-core
ibus-table-chinese-easy.noarch                                                                1.4.6-3.amzn2                                                amzn2-core
ibus-table-chinese-erbi.noarch                                                                1.4.6-3.amzn2                                                amzn2-core
ibus-table-chinese-quick.noarch                                                               1.4.6-3.amzn2                                                amzn2-core
ibus-table-chinese-scj.noarch                                                                 1.4.6-3.amzn2                                                amzn2-core
ibus-table-chinese-stroke5.noarch                                                             1.4.6-3.amzn2                                                amzn2-core
ibus-table-chinese-wu.noarch                                                                  1.4.6-3.amzn2                                                amzn2-core
ibus-table-chinese-wubi-haifeng.noarch                                                        1.4.6-3.amzn2                                                amzn2-core
ibus-table-chinese-wubi-jidian.noarch                                                         1.4.6-3.amzn2                                                amzn2-core
ibus-table-chinese-yong.noarch                                                                1.4.6-3.amzn2                                                amzn2-core
kde-l10n-Chinese.noarch                                                                       4.10.5-2.amzn2                                               amzn2-core
kde-l10n-Chinese-Traditional.noarch                                                           4.10.5-2.amzn2                                               amzn2-core

インストール

sudo yum install -y google-noto-sans-simplified-chinese-fonts.noarch

絵文字

探す

yum list \*emoji\*

(結果)

読み込んだプラグイン:extras_suggestions, langpacks, priorities, update-motd
272 packages excluded due to repository priority protections
利用可能なパッケージ
google-noto-emoji-color-fonts.noarch                             20180508-4.amzn2                             amzn2-core
google-noto-emoji-fonts.noarch                                   20180508-4.amzn2                             amzn2-core

インストール

sudo yum install -y google-noto-emoji-color-fonts.noarch
4
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
4
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?