Description
Just a rebuild of the Fedora package, requires Remi.
Installation Instructions
DEPRECATED
To switch to EPEL
rm /etc/yum.repos.d/koalillo-nextcloud-epel-9.repo /etc/yum.repos.d/remi-modular.repo /etc/yum.repos.d/remi.repo /etc/yum.repos.d/remi-safe.repo
dnf clean all
dnf module reset php
dnf install php --allowerasing
dnf reinstall nextcloud nextcloud-httpd nextcloud-postgresql
OLD INSTRUCTIONS
PACKAGE WILL NO LONGER BE UPGRADED
dnf install https://rpms.remirepo.net/enterprise/remi-release-9.rpm
dnf module enable -y php:remi-8.2
To update the packaging:
- Download the source
- Bump the version in the spec and sources.
- Use fedpkg to push
mock --buildsrpm --spec nextcloud.spec --sources .
- Create a new build by uploading the SRPM
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 8 | x86_64 (339)* | EPEL 8 (175 downloads) |
EPEL 9 | x86_64 (157)* | EPEL 9 (45 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable koalillo/nextcloud
More info about enabling Copr repositories