Solution to no Chinese input method in Ubuntu

Solution to no Chinese input method in Ubuntu

There is no solution for Chinese input method under Ubuntu!

When we install a virtual machine or Ubuntu system, it is common that although it is a Chinese version, there is no Chinese input method, which is really annoying!

I have experienced this myself, and I would like to share with you a method that is very useful!

When we install the Ubuntu system, the most common and default thing we do is not to install online updates or anything like that, because this will charge time and it will still be time-consuming! So no updates!

So when there is no Chinese input method, the first thing we need to do is:

(1) Update the system software. This is self-explanatory. We need to select the nearest node as the server for updating the software.

(2) Enter the update command in the terminal: Update the software information database sudo apt-get update update (a lot of things to be updated will appear)

Then when you are asked to enter a command, it is to sudo apt-get upgrade upgrade (because there are few software to be updated under my virtual machine, so the following content is displayed!)

(3) Next we have to wait for nearly half an hour for the download and update process. We need to be patient. There is no other way (if the newly installed system needs to update a lot of things, it will take more than half an hour!)

(4) Next we will start installing ibus, which includes the Chinese input method.

(5) Enter in the terminal (ctrl+alt+t):

sudo apt-get install ibus-pinyin sudo apt-get install ibus-sunpinyin

The process is also a relatively long time and after it is finished, just restart the computer!

I hope this helps you all! A method I have tried myself!

Summarize

The above is the full content of this article. I hope that the content of this article will have certain reference learning value for your study or work. Thank you for your support of 123WORDPRESS.COM. If you want to learn more about this, please check out the following links

You may also be interested in:
  • Solution for installing opencv 3.2.0 in Ubuntu 18.04
  • Ubuntu16.04/Raspberry Pi Python3+opencv configuration tutorial (sharing)
  • How to configure OpenCV3.2 in Python3.5 on Linux-ubuntu16.04
  • Ubuntu14.04 opencv2.4.8 and opencv3.3.1 multi-version coexistence implementation method
  • How to install opencv3.0.0 in ubuntu14.04
  • Detailed steps to compile and install opencv from source code on Ubuntu 17.04
  • Tutorial on how to install and use Opencv in Ubuntu
  • Python Web project Django deployed on Ubuntu 18.04 Tencent Cloud host
  • Detailed explanation of how to build an Ftp server on Ubuntu (success guaranteed)
  • How to compile and install opencv under ubuntu

<<:  Mybatis fuzzy query implementation method

>>:  jQuery plugin to implement stacked menu

Recommend

How to optimize MySQL group by statement

In MySQL, create a new table with three fields, i...

Detailed explanation of where the images pulled by docker are stored

The commands pulled by docker are stored in the /...

Some details about semicolons in JavaScript

Preface Semicolons in JavaScript are optional, an...

MySQL 5.7.21 installation and configuration tutorial under Window10

This article records the installation and configu...

JavaScript implements single linked list process analysis

Preface: To store multiple elements, arrays are t...

Three commonly used MySQL data types

Defining the type of data fields in MySQL is very...

Rendering Function & JSX Details

Table of contents 1. Basics 2. Nodes, trees, and ...

How to use Docker to build a development environment (Windows and Mac)

Table of contents 1. Benefits of using Docker 2. ...

MySQL database table and database partitioning strategy

First, let's talk about why we need to divide...

In-depth analysis of HTML table tags and related line break issues

What is a table? Table is an Html table, a carrie...

How to use IDEA to configure tomcat and create JSP files

Before using idea to write JSP files, you need to...

How to use css variables in JS

How to use css variables in JS Use the :export ke...

Linux touch command usage examples

Detailed explanation of linux touch command: 1. C...

Detailed explanation of props and context parameters of SetUp function in Vue3

1. The first parameter props of the setUp functio...