1

ホストは Redhat に登録されています。yum install を試すと、次のように表示されます

有効なリポジトリはありません

リポジトリを有効にする方法。

ここには未回答の同様の質問があります。

[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>
4

1 に答える 1

1

サブスクリプション関連の問題を解決するには、こちらに従ってください。

https://access.redhat.com/solutions/253273

また、pdksh のインストールに関しては、pdksh は ksh'88 シェル機能の多くを備えたオープン ソース バージョンであり、商用 Linux システムでのみ利用可能で、AT&T によってライセンスされていました。RHEL 6 以降、pdksh は非推奨になりました。Korn シェルが必要な場合は、標準のパブリック ドメイン ksh (ksh'93) を使用します。

yum install ksh

お役に立てれば

于 2015-10-08T05:04:23.237 に答える