https://github.com/getpagespeed/rhel8-fedora-release
50k+ packages for RHEL 8 / CentOS 8, even before EPEL is up
https://github.com/getpagespeed/rhel8-fedora-release
centos centos8 package-manager packages packaging redhat repo repository rhel8 rpm rpm-packages spec yum
Last synced: 5 days ago
JSON representation
50k+ packages for RHEL 8 / CentOS 8, even before EPEL is up
- Host: GitHub
- URL: https://github.com/getpagespeed/rhel8-fedora-release
- Owner: GetPageSpeed
- Created: 2019-06-26T09:03:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-10T13:29:26.000Z (over 6 years ago)
- Last Synced: 2025-05-25T00:34:37.796Z (about 1 year ago)
- Topics: centos, centos8, package-manager, packages, packaging, redhat, repo, repository, rhel8, rpm, rpm-packages, spec, yum
- Language: Shell
- Homepage: https://www.getpagespeed.com/work/50k-packages-for-rhel-8-centos-8-even-before-epel-is-up
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Fedora repos for CentOS/RHEL 8
**This is not the proper way to install things in RHEL 8.**
**But if you did not find a package you want in the EPEL repository, or elsewhere - high chances are that you can find it in Fedora 28 repositories, which are a more or less "compatible" to CentOS/RHEL 8.**
**Remember, the proper way to get a missing package is to rebuild it! Using Fedora 28 repos is only a neat workaround when you don't want or cannot build a package**.
### Synopsys
sudo dnf -y install https://extras.getpagespeed.com/release-el8-latest.rpm
sudo dnf install fed2el-release
dnfplus install filezilla
The `fed2el-release` package contains `dnf` repository configurations for Fedora 28.
By running `dnfplus`, you simply enable the Fedora 28 repositories in addition to others - it's merely a shortcut to `--enablerepo fedora-...`.