CentOSからVPNをダウンロードしてインストールする手順

CentOSからVPNをダウンロードしてインストールする手順

CentOSにVPNをインストールしようとしています。しかし、次のエラーが発生します

[root@mahesh mparte]# yum install -y vpnc
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Waiting for process with pid 7137 to finish.
Last metadata expiration check: 0:00:02 ago on Tue 08 Dec 2020 09:11:17 GMT.
No match for argument: vpnc
Error: Unable to find a match: vpnc

私も試してみましたが、yum --enablerepo="epel" install vpncパッケージが見つかりませんでした。

yum --disablerepo="*" --enablerepo="epel" list available | grep vpnc
yum --enablerepo=epel info vpnc-script.noarch

Name         : vpnc-script
Version      : 20171004
Release      : 6.git6f87b0f.el8
Architecture : noarch
Size         : 16 k
Source       : vpnc-script-20171004-6.git6f87b0f.el8.src.rpm
Repository   : epel
Summary      : Routing setup script for vpnc and openconnect
URL          : http://git.infradead.org/users/dwmw2/vpnc-scripts.git/
License      : GPLv2+
Description  : This script sets up routing for VPN connectivity, when invoked by vpnc
             : or openconnect.

ベストアンサー1

RedHatソフトウェアを使用するには、サポートライセンスを購入する必要があります。

This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.

それ以外の場合は、CentOSまたは他のディストリビューションを使用してください。

おすすめ記事