Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cbusuioceanu/enable-epel-repository-for-centos-7-installed-on-raspberry-pi-4

This will enable the EPEL repository on your Raspberry Pi 4
https://github.com/cbusuioceanu/enable-epel-repository-for-centos-7-installed-on-raspberry-pi-4

armhf armv7 centos centos7 epel epel-release iot raspberry raspberry-pi raspberry-pi-3 raspberrypi repository

Last synced: 21 days ago
JSON representation

This will enable the EPEL repository on your Raspberry Pi 4

Awesome Lists containing this project

README

        

# Enable EPEL Repository for CentOS 7 installed on Raspberry Pi 4
This will enable the EPEL repository on your Raspberry Pi 4

```shell
nano /etc/yum.repos.d/epel.repo
```

##### Copy/paste this:

```shell
[epel]
name=Epel rebuild for armhfp
baseurl=https://armv7.dev.centos.org/repodir/epel-pass-1/
enabled=1
gpgcheck=0
```

##### Save the above and run:
```shell
yum install epel-release -y
```