天天看點

快速漢化RHEL7

本文檔給出快速漢化RHEL7的方法,此方法同樣适用于CentOS7,做漢化操作前,請確定yum源正常。

漢化前:

快速漢化RHEL7快速漢化RHEL7

確定yum源正常

[root@localhost ~]# cd /etc/yum.repos.d/

[root@localhost yum.repos.d]# ls

redhat.repo rhel7.repo

[root@localhost yum.repos.d]# cat rhel7.repo

[rhel7]

name=rhel7

baseurl=file:///media/cdrom

enabled=1

gpgcheck=0

[root@localhost yum.repos.d]# df -h

Filesystem Size Used Avail Use% Mounted on

/dev/mapper/rhel-root 17G 3.2G 14G 19% /

devtmpfs 473M 0 473M 0% /dev

tmpfs 489M 144K 489M 1% /dev/shm

tmpfs 489M 14M 476M 3% /run

tmpfs 489M 0 489M 0% /sys/fs/cgroup

/dev/sda1 1014M 173M 842M 18% /boot

tmpfs 98M 8.0K 98M 1% /run/user/0

/dev/sr0 3.6G 3.6G 0 100% /media/cdrom

漢化:

安裝中文包并修改/etc/locale.conf配置檔案

[root@localhost yum.repos.d]# yum list kde*Chinese

Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-

: manager           

This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.

Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast

Available Packages

kde-l10n-Chinese.noarch 4.10.5-2.el7 rhel7

[root@localhost yum.repos.d]# yum install -y kde-l10n-Chinese.noarch

[root@localhost yum.repos.d]# echo LANG=zh_CN.UTF-8 > /etc/locale.conf

漢化後:

重新開機驗證漢化結果

漢化成功!

繼續閱讀