Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cbusuioceanu/enable-epel-repository-for-centos-7-installed-on-raspberry-pi-4
- Owner: cbusuioceanu
- License: mit
- Created: 2020-07-08T17:53:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-08T18:01:55.000Z (over 4 years ago)
- Last Synced: 2024-05-02T04:46:42.293Z (8 months ago)
- Topics: armhf, armv7, centos, centos7, epel, epel-release, iot, raspberry, raspberry-pi, raspberry-pi-3, raspberrypi, repository
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```