Install Sympa distribution: RPM package
Currently, several DNF (YUM) repositories provide RPM packages of Sympa.
- Pre-release packages for Fedora/RHEL/CentOS are provided by
COPR
sympa-beta
repository.
Note
- Packages for RHEL/CentOS 6 or earlier will no longer be provided.
Requirements
-
Red Hat Enterprise Linux (RHEL) or several clones of it (CentOS, Rocky Linux, AlmaLinux and so on):
Extra Packages for Enterprise Linux (EPEL) repository has to be added. It can be done by installing
epel-release
package. For more details see EPEL description.Note that you may need enabling additional
CRB
repository: Some dependent packages are shipped in it. -
Packages for Sympa are provided.
-
Stable package for Sympa is provided.
Installing
- Install Sympa:
or (if you are using
# dnf install sympa
yum
)# yum install sympa
Thus, Sympa and dependent packages will be installed.
Upgrading
- Update DNF (yum), dependent packages and then Sympa packages:
or (if you are using
# dnf update dnf # dnf update --exclude='sympa*' # dnf update sympa
yum
)# yum update yum # yum update --exclude='sympa*' # yum update sympa
Installing earlier version
If you have to (re)install RPMs of Sympa prior to 6.2.44, check the archive.
Note
- Unless you needed particular historic version of Sympa, follow the instruction described in above.