In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article is about how to install EPEL in Linux. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.
EPEL (Extra Packages for Enterprise Linux) is a Fedora-based project that provides additional software packages for the Red Hat operating system for RHEL, CentOS and Scientific Linux
precondition
Before you begin this tutorial, make sure that you log in as a user with sudo privileges.
Enable the EPEL repository on CentOS 7
Enabling the EPEL repository on CentOS 7 is a very simple task because the CentOS Extras repository contains the EPEL rpm package.
To install the EPEL distribution package, type:
Sudo yum install epel-release
To verify that the EPEL repository is enabled, run the yum repolist command, which lists all available repositories.
Sudo yum repolist
This command displays the repository ID, name, and number of packages for the enabled repository. The output should include a line for the EPEL repository.
Loaded plugins: fastestmirror LangpacksLoading mirror speeds from cached hostfile...repo id repo name statusbase/7/x86_64 CentOS-7-Base 10019epel/x86_64 Extra Packages for Enterprise Linux 7-x86 "64 12912extras/7/x86_64 CentOS-7-Extras 371updates/7/x86_64 CentOS-7-Updates 1098repolist: 24400
okay. The EPEL repository is enabled on your CentOS system.
Enable the EPEL repository on RHEL
This method is suitable for any RHEL-based distribution, including Red Hat,CentOS 6 and 7 Magi Oracle Linux,Amazon Linux and Scientific Linux.
To enable the EPEL repository, run the following command, which downloads and installs the EPEL distribution:
Sudo yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-$(rpm-E'% {rhel}') .noarch.rpm
Rpm-E'% {rhel} 'will print the release version (6 or 7).
Thank you for reading! This is the end of the article on "how to install EPEL in Linux". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.