主机是在Redhat注册的,当我尝试安装它时,它说
没有启用的repos。
如何启用回复。
还有类似的问题here是没有答案的。
[root@# yum install pdksh.x86_64
Loaded plugins: langpacks, product-id, subscription-manager
This system is registered to Red Hat Subscription Management, but is not receiving updates. You can use subscription-manager to assign subscriptions.
There are no enabled repos.
Run "yum repolist all" to see the repos you have.
You can enable repos with yum-config-manager --enable <repo>发布于 2015-10-08 05:04:23
若要解决您的订阅相关问题,请按此操作。
https://access.redhat.com/solutions/253273
关于pdksh安装,Pdksh是一个具有ksh'88 shell特性的开源版本,它只适用于商用Linux系统,并获得AT&T的许可,从RHEL 6开始,pdksh已被废弃。如果您需要Korn shell,请使用标准的公共域ksh (ksh'93)
yum install ksh希望这能有所帮助
https://stackoverflow.com/questions/33006430
复制相似问题