Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The installation method of commonly used Chinese input method under Ubuntu system

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains "Ubuntu system commonly used Chinese input method installation method," interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Let's take you to learn "Ubuntu system commonly used Chinese input method installation method" bar!

ibus input method

The first step in installing the input method is to install the language pack. We select System Settings-->Language Support-->Install/Remove Languages

After entering the password, the simplified Chinese language pack will be installed.

Step 2: Install the IBus framework. Enter the following command at the terminal

The code is as follows:

sudo apt-get install ibus ibus-clutter ibus-gtk ibus-gtk3 ibus-qt4

Start the IBus framework and enter:

The code is as follows:

im-switch -s ibus

Log out of the system after installing the IBus framework to ensure that changes take effect immediately.

Step 3: Install Pinyin Engine

There are several common options:

IBus Pinyin:

The code is as follows:

sudo apt-get install ibus-pinyin

IBUS 5:

The code is as follows:

sudo apt-get install ibus-table-wubi

Google Pinyin Input Method:

The code is as follows:

sudo apt-get install ibus-googlepinyin

Sun Pinyin Input Method:

The code is as follows:

sudo apt-get install ibus-sunpinyin

Step 4: Set up IBus framework: /code]ibus-setup[/code]

Find the missing IBus icon:

The code is as follows:

ibus-daemon -drx

scim input method

1.

The code is as follows:

sudo apt-get install scim

Install Ubuntu SCIM System

2.

The code is as follows:

sudo apt-get install scim-chinese

Install Input Method

3.

The code is as follows:

sudo vi /etc/X11/Xsession.d/95xinput

Create a new 95xinput file in/etc/X11/Xsession.d

It reads:

The code is as follows:

/usr/bin/scim -d

XMODIFIERS="@im=SCIM"

export XMODIFIERS

export GTK_IM_MODULE=scim

4. Restart ubuntu and use Ctrl+Space to switch input methods

Sogou pinyin input method

1. Download Sogou Pinyin Input Method

http://pinyin.sogou.com/linux/? r=pinyin

2. Double-click the downloaded file to install

3. configuration input method

To change fictx input method, delete ibus input method first.

The code is as follows:

sudo apt-get purge ibus

sudo apt-get autoremove

Then install fcitx and pinyin input method (to install sogou on another install).

The code is as follows:

sudo apt-get install fcitx fcitx-pinyin

Then set fcitx as the default input method

The code is as follows:

im-config

restart the system

The code is as follows:

baidu: use sogou pinyin ubuntu 14

At this point, I believe we have a deeper understanding of "Ubuntu system commonly used Chinese input method installation method," may wish to actually operate it! Here is the website, more related content can enter the relevant channels for inquiry, pay attention to us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report