vps交流

[美国VPS] 甲骨文装宝塔装不了,centos


[美国VPS]  甲骨文装宝塔装不了,centos

折腾半天了,什么时区不对,但是又不能编辑修改

先切换Root用户[美国VPS]  甲骨文装宝塔装不了,centos
上传不了图片吗?上传了不显示
DD Debian
本帖最后由 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).

sudo -i  
zsbd
如5-6楼所说,请用sudo-i切换到root用户

qq53988545 发表于 2022-4-12 19:07
如5-6楼所说,请用sudo-i切换到root用户

Failed loading plugin “osmsplugin”: No module named ‘librepo’

这个啥意思

多谢,切换了,解决了第一个错误

Failed loading plugin “osmsplugin”: No module named ‘librepo’

这个什么原因啊

ayue1688 发表于 2022-4-12 19:10
多谢,切换了,解决了第一个错误

Failed loading plugin “osmsplugin”: No module named ‘librepo’

yum install librepo -y

[美国VPS]  甲骨文装宝塔装不了,centos