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

Why is it not recommended to use an empty string as a className in Vue?

Table of contents Compare the empty string '&...

Docker image compression and optimization operations

The reason why Docker is so popular nowadays is m...

How to install and persist the postgresql database in docker

Skip the Docker installation steps 1. Pull the po...

Implementation of vite+vue3.0+ts+element-plus to quickly build a project

Table of contents vite function Use Environment B...

Example of using docker compose to build a consul cluster environment

Basic concepts of consul Server mode and client m...

How to align text boxes in multiple forms in HTML

The form code is as shown in the figure. The styl...

Vue custom v-has instruction, steps for button permission judgment

Table of contents Application Scenario Simply put...

Detailed explanation of MySQL deadlock and database and table sharding issues

Record the problem points of MySQL production. Bu...

36 principles of MySQL database development (summary)

Preface These principles are summarized from actu...

Detailed graphic tutorial on installing centos7 virtual machine in Virtualbox

1. Download centos7 Download address: https://mir...

How to use docker to deploy dubbo project

1. First, use springboot to build a simple dubbo ...