For Linux (CentOS) installation (in my case, the version is 6.5):
1. How to change English to Chinese:
in root mode :
Run the following command:
650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M01/80/71/wKiom1dBwhjgCqiTAAALMyovxDI013.png "title=" 2.png " Style= "Float:none;" alt= "Wkiom1dbwhjgcqitaaalmyovxdi013.png"/>
The following is displayed after running:
650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M02/80/70/wKioL1dBwwjQqVcyAAAVo5l0nfc540.png "style=" float: none; "title=" 3.png "alt=" Wkiol1dbwwjqqvcyaaavo5l0nfc540.png "/>
Then put the lang= "en_US. UTF-8 "changed to Lang=" ZH_CN. UTF-8 " then Wq Save exit;
650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M01/80/70/wKioL1dBwwiDRtcTAAAVuK8f7vw954.png "title=" 4.png " Style= "Float:none;" alt= "Wkiol1dbwwidrtctaaavuk8f7vw954.png"/>
If Wq is saved correctly, restart CentOS.
650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M00/80/70/wKioL1dBwwfC56JYAACKa1lDAhw800.png "title=" 1.png " Style= "Float:none;" alt= "Wkiol1dbwwfc56jyaacka1ldahw800.png"/>
Restart CentOS when finished. The following screen will be displayed after rebooting. Select the update name.
When it is finished, it becomes Chinese.
2. Download the output into law
Still running commands in root mode
Yum Groupinstall Language-support "in this langue and for the languages you want to download"
If you want to pack in Chinese: Yum Groupinstall chinese-support
Wait patiently for a few minutes after the installation is complete.
In "System" 650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/80/71/wKiom1dBxkugO48_AAAOEuXEJeQ617.png "title=" 9.png "alt=" wkiom1dbxkugo48_aaaoeuxejeq617.png "/> Find such 650) this.width=650; src= http://s1.51cto.com/wyfs02/ M00/80/70/wkiol1dbx9xb9tuiaaafmylozrm207.png "title=" 8.png "width=" "height=" "border=" 0 "hspace=" 0 "vspace=" 0 " Style= "width:100px;height:30px;" alt= "Wkiol1dbx9xb9tuiaaafmylozrm207.png"/> an icon. Then go in and set.
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M02/80/70/wKioL1dByELQrH0gAABiw0_IVHk388.png "style=" float: none; "title=" 6.png "alt=" Wkiol1dbyelqrh0gaabiw0_ivhk388.png "/>
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M01/80/72/wKiom1dBx1LSZ2_PAABWnN1dt3c424.png "style=" float: none; "title=" 7.png "alt=" Wkiom1dbx1lsz2_paabwnn1dt3c424.png "/>
by default, press space and CTRL to toggle Input Method after completion
Build a file press space and CTRL
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M01/80/70/wKioL1dByruS7cKZAAFKfK-zdPc066.png "title=" 10.png "alt=" Wkiol1dbyrus7ckzaafkfk-zdpc066.png "/>
3.gcc,g++ number, GDB installation
in root mode;
normally install software under CentOS with yum, download gcc,g++,gdb;
< Span style= "Font-family:arial;line-height:26px;background-color:rgb (255,255,255);" > Input: Yum install gcc-c++;
Yum install gdb then it will download the relevant package for installation on the Internet;
Input command: gdb-v
Review the GDB version information to confirm that GDB was installed successfully.
These are available in my Linux test, if there are any errors, please point out, thank you.
This article is from the "Potato _" blog, please be sure to keep this source http://10738432.blog.51cto.com/10728432/1776042
Linux (CentOS) under Gcc,g++,gdb, Input Method installation and English change Chinese