Several settings after Ubuntu16.04 installation

Several settings after Ubuntu16.04 installation


Ubuntu16.04 interface is very beautiful, but after installation, you need to do the following simple settings, so that it will be more smooth when using.

 

1. Chinese support

There is a gear in the upper right corner, click ->System Setting->Language Support, the Language Support dialog box appears, in the language tab, press and drag Chinese to the first position, so that the display of the system can be Chinese . Of course, after this setting, you have to restart the computer to see that the name of the preset folder in the system will change to Chinese.

 

2. Install Chinese input method

Download the linux version of the sogou input method, and then run the following command to install it.

The installation command is as follows:

$sudo dpkg -i sogoupinyin_2.0.0.0070_i386.deb

$sudo apt-get -f install

If there is still an error, you can execute the following command:

$sudo apt-get -f install

 

 

3. The problem that the up, down, left and right keys cannot be used in the input mode of Vim

In fact, this problem is caused by the old vi version that comes with the ubuntu system, so the solution is to install a new version of the vi editor.

First uninstall the old version of vi editor:

$sudo apt-get remove vim-common

Then install the new version of vi:

$sudo apt-get install vim

 

References:

1、http://pinyin.sogou.com/bbs/forum.php?mod=viewthread&tid=2658016&extra=page%3D1

2、https://www.cnblogs.com/sherlockZ-Linux/p/4615746.html

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324519953&siteId=291194637