English installation Ubuntu10.10 support for Chinese, including input method

Source: Internet
Author: User
Tags chmod file copy

1, the default is the installation of Chinese input method, but will not display the keypad in the upper right corner, the Chinese version will be displayed, now to find it; Click System-> Preference-> Keyboard input Methods, and pop up a dialog box,
B. Now is not the true display input method, the following is:
     c. If the above does not exist your input method options, you have to think of it another way, I will tell you how to do, the following there are methods, a click of the system applications-> Ubuntu software Center            The following dialog box appears:      d. So far the basic completion of the search, but there are problems, a new problem appeared, unable to display Chinese, how to do, can only follow the following do, the first Internet implementation:            $ sudo apt-get update      (update to be unequal install says file not found)             better do the following:                     can find some sources on the Internet and then add to/etc/apt/sources.list inside the domestic fast source there are many, see what you are nets if the education network USTC source is very good, if not, other sources have Post two #中科大ubuntu update server   deb   http://debian.ustc.edu.cn/ubuntu/  Maverick main restricted universe Multiv erse  Deb   http://debian.ustc.edu.cn/ubuntu/  maverick-security main restricted universe multiverse& nbsp Deb   http://debian.ustc.edu.cn/ubuntu/  maverick-updates main restricted univerSe multiverse  deb   http://debian.ustc.edu.cn/ubuntu/  maverick-proposed main restricted universe multiverse  Deb   http://debian.ustc.edu.cn/ubuntu/  maverick-backports main restricted universe multiverse  deb-src   http://debian.ustc.edu.cn/ubuntu/  Maverick main restricted universe multiverse& nbsp DEB-SRC   http://debian.ustc.edu.cn/ubuntu/  maverick-security main restricted universe multiverse  DEB-SRC   http://debian.ustc.edu.cn/ubuntu/  maverick-updates main restricted universe multiverse  DEB-SRC   http://debian.ustc.edu.cn/ubuntu/  maverick-proposed main restricted universe multiverse  DEB-SRC   http://debian.ustc.edu.cn/ubuntu/  maverick-backports main restricted universe multiverse 
#163 Deb   http://mirrors.163.com/ubuntu/  Maverick main universe restricted multiverse deb-src   http:// mirrors.163.com/ubuntu/  Maverick main universe restricted multiverse Deb   http://mirrors.163.com/ubuntu/& nbsp Maverick-security Universe main Multiverse restricted deb-src   http://mirrors.163.com/ubuntu/  Maverick-security Universe main Multiverse restricted Deb   http://mirrors.163.com/ubuntu/  Maverick-updates Universe main Multiverse restricted Deb   http://mirrors.163.com/ubuntu/  maverick-proposed Universe main mult Iverse restricted deb-src   http://mirrors.163.com/ubuntu/  maverick-proposed Universe main Multiverse Restricted Deb   http://mirrors.163.com/ubuntu/  Maverick-backports Universe main Multiverse restricted DEB-SRC   http://mirrors.163.com/ubuntu/  Maverick-backports Universe main Multiverse restricted DEB-SR http ://mirrors.163.com/ubuntu/maverick-updates Universe Main Multiverse restricted            then with command            $ sudo apt-get update              can be 2, install Chinese support package

1. Install texlive and Latex macro packs

Open the terminal, perform the following command to install texlive and some commonly used latex macro packages (can be modified according to your needs):

sudo apt-get install texlive Texlive-math-extra texlive-latex-base Texlive-latex-extra Texlive-pictures texlive-science Texlive-bibtex-extra Texlive-common Latex-beamer

If the hard drive is sufficient, a direct full installation can also:

sudo apt-get install texlive-full Latex-beamer

After installing, you can install the related software package of CJK, if only need to obtain Chinese support, then execute:

sudo apt-get install Latex-cjk-chinese ttf-arphic-* hbf-*

Otherwise, it is recommended that you install Latex-cjk-all for full support.

Install Gbkfonts

Download address (csdn download, original download address has expired): http://download.csdn.net/source/2314669

Directly to the Gbkfonts file copy to the directory/usr/bin, remember to chmod, command: sudo chmod 777/usr/bin/gbkfonts, because this file is from other places copy come, not permit.

PS: If you use root login is unable to replicate, need administrator rights, the correct way is advanced to the gbkfonts download directory, such as mine is

cd/home/crazyhack/Download

Then use sudo command: sudo cp gbkfonts/usr/bin

2. Copy Fonts

PS: Here also note that some Linux system partition mount may be different, I can not find the/MEDIA/HDA1 directory under Ubuntu (WinXP c), so it is best to manually open the C disk directory to find windows/fonts/ All the sim-leading font files, copied to your Linux font file directory, and this directory and the above, Ubuntu10.10 version of the/usr/share/fonts/truetype/(note is lowercase). In particular, it is necessary to note that after the copy to enter the/usr/share/fonts/truetype/, with sudo chmod 777 sim* to modify the properties of the file to use the next command to manipulate the font.

sudo cp simsun.ttc/usr/share/fonts/truetype/

sudo cp simfang.ttc/usr/share/fonts/truetype/

sudo cp simhei.ttc/usr/share/fonts/truetype/

sudo cp simkai.ttc/usr/share/fonts/truetype/

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.