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

How to make Ubuntu Chinese environment operating system

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

Share

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

Today, I would like to talk to you about how to make the Ubuntu Chinese environment operating system, many people may not know much about it. In order to make you understand better, the editor has summarized the following content for you. I hope you can get something according to this article.

Here I mainly explain the application of Ubuntu Chinese environment system, including introducing the background knowledge of Ubuntu Chinese environment package and so on.

1. Add the update source of Ubuntu Chinese environment.

Sudo cp / etc/apt/sources.list / etc/apt/sources.list.backup (the current list of sources under backup, be prepared.)

Sudo gedit / etc/apt/sources.list (Open the source list file of Ubuntu Chinese environment 8.04)

Paste the following source address on the blank line at the end of the open file and save it OK.

Ubuntu Chinese environment 8.04#cn99.com source update server (Changzhou Telecom, Jiangsu Province, recommended for telecom users. I am a 1m bandwidth user of China Southern Telecom, with an average update speed of 100K):

Deb http://Ubuntu.cn99.com/Ubuntu hardy main restricted universe multiverse

Deb-src http://Ubuntu.cn99.com/Ubuntu hardy main restricted universe multiverse

Deb http://Ubuntu.cn99.com/Ubuntu hardy-backports main restricted universe multiverse

Deb-src http://Ubuntu.cn99.com/Ubuntu hardy-backports main restricted universe multiverse

Deb http://Ubuntu.cn99.com/Ubuntu hardy-proposed main restricted universe multiverse

Deb-src http://Ubuntu.cn99.com/Ubuntu hardy-proposed main restricted universe multiverse

Deb http://Ubuntu.cn99.com/Ubuntu hardy-security main restricted universe multiverse

Deb-src http://Ubuntu.cn99.com/Ubuntu hardy-security main restricted universe multiverse

Deb http://Ubuntu.cn99.com/Ubuntu hardy-updates main restricted universe multiverse

Deb-src http://Ubuntu.cn99.com/Ubuntu hardy-updates main restricted universe multiverse

# Ubuntu Chinese environment 8.04 Hardy Heron

Deb http://Ubuntu.uestc.edu.cn/Ubuntu/ hardy main restricted universe multiverse

Deb http://Ubuntu.uestc.edu.cn/Ubuntu/ hardy-backports main restricted universe multiverse

Deb http://Ubuntu.uestc.edu.cn/Ubuntu/ hardy-proposed main restricted universe multiverse

Deb http://Ubuntu.uestc.edu.cn/Ubuntu/ hardy-security main restricted universe multiverse

Deb http://Ubuntu.uestc.edu.cn/Ubuntu/ hardy-updates main restricted universe multiverse

Deb-src http://Ubuntu.uestc.edu.cn/Ubuntu/ hardy main restricted universe multiverse

Deb-src http://Ubuntu.uestc.edu.cn/Ubuntu/ hardy-backports main restricted universe multiverse

Deb-src http://Ubuntu.uestc.edu.cn/Ubuntu/ hardy-proposed main restricted universe multiverse

Deb-src http://Ubuntu.uestc.edu.cn/Ubuntu/ hardy-security main restricted universe multiverse

Deb-src http://Ubuntu.uestc.edu.cn/Ubuntu/ hardy-updates main restricted universe multiverse

2. Make Ubuntu Chinese environment operating system

The statement is sudo apt-get install scim scim-pinyin scim-tables-zh im-switch scim-qtimm scim-bridge scim-bridge-client-gtk scim-bridge-client-qt scim-bridge-agent-y

Then execute sudo im-switch-s scim

3. Install Chinese input method

Look for "Chinese" in the system-system management-language support of the system menu. There is no "Chinese" when the system is installed. When Chinese is selected, the system will download the Chinese language pack and install it automatically. There is also a command line method to install the Chinese input method:

# language support display Chinese option sudo apt-get update # install Smart Pinyin sudo apt-get install scim-pinyin # install five strokes sudo apt-get install scim-table-zh # if scim does not automatically start sudo apt-get install im-switc

Set the workspace code of eclipse to optional GBK to solve the problem of default UTF-8. There are settings in the properties of the project. You can set the code of the current project to GBK. There is no optional GBK by default, and you can enter the GBK code directly.

After reading the above, do you have any further understanding of how to make the Ubuntu Chinese environment operating system? If you want to know more knowledge or related content, please follow the industry information channel, thank you for your support.

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