Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install REMI warehouse under CentOS8

2025-04-08 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article introduces the relevant knowledge of "how to install REMI warehouse under CentOS8". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

The REMI repository provides updated versions of the core packages of CentOS and RHEL, especially the latest PHP/MySQL series. The REMI repository can help you when you need an update package and CentOS/RHEL doesn't provide updates in time.

Install and enable the REMI repository on CentOS 8/RHEL 8

Run the following command from the system terminal to install the REMI repository on CentOS 8/RHEL 8:

Sudo dnf-y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpmsudo dnf-y install https://rpms.remirepo.net/enterprise/remi-release-8.rpm

Check the enabled warehouse:

$sudo yum repolist

The returned information is shown in the following figure:

You can install yum-config-manager, which will help you quickly enable and disable repositories from the command line:

Sudo dnf- y install dnf-utils

You can then enable the warehouse at run time:

Sudo dnf-enablerepo=remi install php-xxx "how to install REMI Warehouse under CentOS8" ends here. Thank you for your reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

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: 259

*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.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report