Score:0

yum installation failed on RHEL 7

cd flag

I tried to install telnet using yum with the following command:

yum install telnet

But I get the following error: Error

How can I solve this and add third party repositories?

cn flag
Bob
Welcome to Server Fault! Please use cut-and-paste for posting console output and format it as "`code`" rather than posting screenshots. That improves readability, attracts better answers and allows indexing by search engines, which may help people with similar questions. - But do as suggested and check the contents of the epel yum repo configuration ...
Score:0
pe flag

Please, register your RHEL version.


# subscription-manager register --username admin-example --password secret --auto-attach

Then validate repos.

To see a list of available repositories:


# subscription-manager repos --list

To enable a specific Red Hat repository:


# subscription-manager repos --enable=rhel-6-server-optional-rpms


Enabling or disabling a repository using Red Hat Subscription Management

As you desire add external repos please use the following command line:


# yum-config-manager --add-repo ***repository_url***

RHEL 7


# subscription-manager repos --enable rhel-*-optional-rpms \
                           --enable rhel-*-extras-rpms \
                           --enable rhel-ha-for-rhel-*-server-rpms
yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.