RedHat Enterprise Linux 7.1
bash
[root@aaaa yum.repos.d]# yum search zsh
Geladenes Plug-In:langpacks, product-id, subscription-manager
'ascii' codec can't decode byte 0xe3 in position 0: ordinal not in range(128)
============================================ N/S matched: zsh ============================================
zsh-html.x86_64 : Zsh shell manual in html format
zsh.x86_64 : Powerful interactive shell
Name and summary matches only, use "search all" for everything.
Es kam etwas heraus
bash
'ascii' codec can't decode byte 0xe3 in position 0: ordinal not in range(128)
https://access.redhat.com/solutions/284023
Wenn Sie 1 nicht können, machen Sie 2
bash
mv /var/lib/yum/yumdb/ /tmp
yumdb sync
Anscheinend ist yum wie ein Python-Skript.
python
vi /usr/lib/python2.7/site-packages/sitecustomize.py
import sys
sys.setdefaultencoding("utf-8")
Red Hat ist schlecht, weil es nicht CentOS war.
Recommended Posts