• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

LinuxSec Blog

Linux Tutorial for Beginners

  • About Me
  • Categories
  • Linux Blog
  • Hacker News
  • Geekbench
You are here: Home / CentOS / CentOS 8 / How to Enable REMI Repository in CentOS 8

How to Enable REMI Repository in CentOS 8

November 16, 2019 by Jack Wilder Leave a Comment

How to Enable REMI Repository on CentOS 8. REMI repository is one of “must installed” repository on CentOS 8, especially if you are using CentOS 8 as server. REMI repository is a third-party repository that includes up-to-date versions of Apache, MySQL / MariaDB, PHP, and related software, for RPM-based distributions.

To enable REMI repository in CentOS 8 is easy, you can using dnf package manager.

sudo dnf -y install https://rpms.remirepo.net/enterprise/remi-release-8.rpm

Next, install dnf-utils

sudo dnf -y install dnf-utils

Now, you can install package using REMI repository. Because REMI repository is disabled by default, you can temporarily enable it using this command

sudo dnf --enablerepo=remi install package-name

Or if you want to enable Remi permanently, edit /etc/yum.repos.d/remi.repo and replace

enabled=0

with

enabled=1

Ok. So, that’s for today. Ask me everything if you have any problem with this tutorial. And dont forget to share it if you think it is helpful. Thank you and see you in the next tutorial.

Shares

Filed Under: CentOS 8






Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Random Post

Get Real IP Behind Cloudflare using CloudUnflare

Leave a Comment

The Future Plan for This Blog

Leave a Comment

Complete Guide How to Install CentOS 8

Leave a Comment

How to Change Hostname in CentOS 8

Leave a Comment

How to Unblock Reddit Access Without VPN

Leave a Comment

Ads


Powered by WordPress and Genesis Framework. Style by LinuxSec.