本帖最后由 ayue1688 于 2022-4-12 19:04 编辑
en_US.iso885915 en_US.utf8 en_ZA en_ZA.utf8 en_ZM en_ZW en_ZW.utf8 [[email protected] ~]$ echo "export LC_ALL=en_US.UTF-8" >> /etc/profile -bash: /etc/profile: Permission denied [[email protected] ~]$ chmod 777 /etc/profile chmod: changing permissions of ‘/etc/profile’: Operation not permitted [[email protected] ~]$ echo "export LC_ALL=en_US.UTF-8" >> /etc/profile -bash: /etc/profile: Permission denied [[email protected] ~]$ echo "export LC_CTYPE=en_US.UTF-8" >> /etc/profile -bash: /etc/profile: Permission denied [[email protected] ~]$ yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh Failed to set locale, defaulting to C.UTF-8 Failed loading plugin "osmsplugin": No module named ‘librepo’ Error: This command has to be run with superuser privileges (under the root user on most systems). |