CentOS8 Improvement Part 1: CentOS Installs Chinese Input Method

1. Install the Chinese Pinyin input method

1.  Execute the installation command

yum install ibus-libpinyin

If the execution is completed and the prompt is as follows, it means that the input method has been installed in the system. At this time, you only need to enable the input method setting.


2. Enable pinyin input method

 Application- > System Tools- > Settings- >Region&Language The following dialog box appears, click "+" to add an input method (such as pinyin )


3. After the installation is complete, you will see a language option in the upper right corner of the desktop, as shown in the figure below, you can click to select the corresponding input method, or press shift to switch the input method

2.  Install Jidian Wubi input method

1. Execute the installation command

 [root@localhost yum.repos.d]#  yum install ibus ibus-table-wubi*

Plugins loaded: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirrors.sina.cn
 * epel: mirrors.aliyun.com
 * extras: mirrors.sina.cn
 * updates: mirrors.sina.cn
software package ibus-1.5 .3-11.el7.x86_64 installed and up to date
Resolving dependencies
--> Checking transactions
---> Package ibus-table-chinese-wubi-haifeng.noarch.0.1.4.6-3.el7 will installed
--> processing dependency ibus-table-chinese=1.4.6-3.el7, which is required by package ibus-table-chinese-wubi-haifeng-1.4.6-3.el7.noarch
--- > Package ibus-table-chinese-wubi-jidian.noarch.0.1.4.6-3.el7 will be installed
--> Checking transactions
---> Package ibus-table-chinese.noarch.0.1.4.6-3 .el7 will be installed
--> Resolving Dependencies Done

Dependency Resolving

==================================================== ==================================================== =====================================================
 Package Architecture Version Source Size
================================================= ==================================================== ==================================================== ===
Installing:
 ibus-table-chinese-wubi-haifeng noarch 1.4.6-3.el7 base 4.2 M
 ibus-table-chinese-wubi-jidian noarch 1.4.6-3.el7 base 4.0 M
Installing for dependencies :
 ibus-table-chinese noarch 1.4.6-3.el7 base 21 k

transaction summary
==================================== ==================================================== ==================================================== ==================
Installed 2 packages (+1 dependent package)

Total downloads: 8.2 M
Install size: 25 M
Is this ok [y/d/N]: y
Downloading packages:
(1/3): ibus-table-chinese-1.4.6-3.el7.noarch.rpm | 21 kB 00:00:00     
(2/3): ibus-table-chinese-wubi-haifeng -1.4.6-3.el7.noarch.rpm | 4.2 MB 00:00:03     
(3/3): ibus-table-chinese-wubi-jidian-1.4.6-3.el7.noarch.rpm | 4.0 MB 00:00:04     
--------------- -------------------------------------------------- -------------------------------------------------- ----------------------------------
Total 1.7 MB/s | 8.2 MB 00:00:04     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing: ibus-table-chinese-1.4.6-3.el7.noarch 1/3
  Installing: ibus-table-chinese-wubi-jidian-1.4.6-3.el7.noarch 2/3
  Installing: ibus-table-chinese-wubi-haifeng-1.4.6-3.el7.noarch 3/3
  Verifying: ibus-table-chinese-wubi-jidian-1.4.6-3.el7.noarch 1/3
  Verifying: ibus-table-chinese-wubi-haifeng-1.4.6-3.el7.noarch 2/3
  Verifying: ibus-table-chinese-1.4.6-3.el7.noarch 3/3

installed:
  ibus-table-chinese-wubi-haifeng.noarch 0:1.4.6-3.el7                     

  ibus-table-chinese-wubi-jidian.noarch 0:1.4.6-3.el7                     

is installed as a dependency:
  ibus-table-chinese.noarch 0:1.4.6-3.el7                                                                                                            

Done!
[root@localhost yum.repos.d]#


2. Enable Wubi input method

After the installation is complete, after logging out of the user again, in the upper left corner /Applications/System Tools/Settings/Region and Language/Add Input Source/+ Chinese (Jiji Wubi 86)

Guess you like

Origin blog.csdn.net/weixin_41687096/article/details/129653386