RHEL7如何进行汉化,如果对于英语不好的用户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.UTF-8 > /etc/locale.conf
汉化后:
重启验证汉化结果
以上就是良许教程网为各位朋友分享的Linux系统相关内容。想要了解更多Linux相关知识记得关注公众号“良许Linux”,或扫描下方二维码进行关注,更多干货等着你 !