Operating system:
6.3 x86
Install Chinese language support:
Yum Install " @chinese Support "
After installing Chinese support, you can set the IME property in System->preference->input method.
* If Yum is not available, you can reinstall Yum and configure the Yum Source:
@http://graybull.is-programmer.com/posts/37702.htmlRedhat Enterprise Linux6.1x86_64 Use the official Yum source for a fee, this article will explain how to use the free CentOS source to install/update the software. Into the following steps: Uninstall the existing yum Download CentOS package install CentOS Yum Package update repo file erase old cache usage test1. Uninstall existing Yum to see which Yum packages are installed: #rpm-aq|grep YumUninstall the installed Yum Pack: #rpm-aq|grep Yum|XargsRPM-E--nodeps from here found Xargs ben dead. 2Download the CentOS Yum package from 163 images (http://mirrors.163.com/centos/6/os/x86_64/packages/) Download the following packages (different versions of download packages may vary):python-iniparse-0.3.1-2.1. el6.noarch.rpmYum-3.2. in- -. el6.centos.noarch.rpmYum-metadata-parser-1.1.2- -. el6.x86_64.rpmYum-plugin-fastestmirror-1.1. -- -. el6.noarch.rpm Download method: Can be downloaded directly from the mirror website, or using wget download:wgethttp//mirrors.163.com/centos/6/os/x86_64/packages/python-iniparse-0.3.1-2.1.el6.noarch.rpmwgethttp//mirrors.163.com/centos/6/os/x86_64/packages/yum-3.2.29-30.el6.centos.noarch.rpmwgethttp//mirrors.163.com/centos/6/os/x86_64/packages/yum-metadata-parser-1.1.2-16.el6.x86_64.rpmwgethttp//mirrors.163.com/centos/6/os/x86_64/packages/yum-plugin-fastestmirror-1.1.30-14.el6.noarch.rpm 3. The Yum package #rpm for CentOS installation-IVH *. RPM4. Update the repo file into the configuration directory: #cd/etc/Yum. REPOS.D If there is no Rhel in the directory-Debuginfo.repo file, create a new one with the following modifications: [Base]name=centos-$releasever-Basebaseurl=http://mirrors.163.com/centos/6/os/$basearch/gpgcheck=1Gpgkey=http://mirrors.163.com/centos/rpm-gpg-key-centos-6#released Updates[updates]name=centos-$releasever-Updatesbaseurl=http://mirrors.163.com/centos/6/updates/$basearch/gpgcheck=1Gpgkey=http://mirrors.163.com/centos/rpm-gpg-key-centos-6#packages used/producedinchThe build but not Released#[addons] #name=centos-$releasever-Addons#baseurl=http://mirrors.163.com/centos/$releasever/addons/$basearch/#gpgcheck =1#gpgkey=http://mirrors.163.com/centos/rpm-gpg-key-centos-6#additional Packages that could be useful[extras]name=centos-$releasever-Extrasbaseurl=http://mirrors.163.com/centos/6/extras/$basearch/gpgcheck=1Gpgkey=http://mirrors.163.com/centos/rpm-gpg-key-centos-6#additional packages that extend functionality of existing Packages[centosplus]name=centos-$releasever-Plusbaseurl=http://mirrors.163.com/centos/6/centosplus/$basearch/gpgcheck=1enabled=0 5. Clear Old Cache #Yum Clean All6. Use tests to enumerate Yum packages: #YumList Installation G++gWhat is + +? g++ can be used to compile C + + code. Linux installs GCC by default, but often does not install g++. First Find G++: #YumListGCC-c++the information that is returned contains:GCC-c++. x86_64 So, install G++the command is: #Yum Install GCC-c++x86_64 installation process, if you are prompted to install certain dependent packages, then follow the instructions to install them. To verify that G is installed successfully++, check the version: #g+ V
View Code
To install the italicized word body:
#将win7上的simsun. TTC after uploading to Redhat mkdir -p/usr/share/fonts/truetype/simsunmv simsun.ttc/usr/share/fonts/truetype/ /usr/share/fonts/truetype//etc/x11/fontpath.dLn -s/usr/share/fonts/truetype/ SimSun simsun-fonts# logout, log in again, you can select the font
Redhat installing Chinese support and fonts