Incubating the new Sympa documentation site
Currently, YUM/DNF repositories provide RPM packages of Sympa.
Stable packages of Sympa for RHEL/CentOS are provided by EPEL, and packages for Fedora are also provided.
Pre-release packages for Fedora/RHEL/CentOS are provided by
COPR sympa-beta
repository.
Note:
Packages for RHEL/CentOS 8 are work in progress.
If you have been using Repository on Sympa-JA.org, you may
seamlessly upgrade sympa
package with EPEL.
Packages for RHEL/CentOS 5 will no longer be provided.
Fedora, Red Hat Enterprise Linux (RHEL) 6 or 7 or its clones. Among clones, at least CentOS 6 or 7 is reported working.
With RHEL/CentOS, add
Extra Packages for Enterprise Linux
(EPEL) repository. It can be done by installing epel-release
package. For more details see
EPEL description.
On RHEL, in addition, the “optional repository” should be enabled: Some dependent packages are shipped in this repository.
# yum install sympa
or (if you are using DNF
)
# dnf install sympa
Thus, Sympa and dependent packages will be installed.
# yum update yum
# yum update --exclude='sympa*'
# yum update sympa
or (if you are using DNF
)
# dnf update dnf
# dnf update --exclude='sympa*'
# dnf update sympa
If you have to (re)install RPMs of Sympa prior to 6.2.44, they are provided by repository on Sympa-JA.org.
Note:
Install EPEL repository (see “Requirements” above).
Add Sympa repository.
Download a configuration file of either repository:
and save it in /etc/yum.repos.d/
directory.
Then update cache:
# yum makecache
Install Sympa:
# yum install sympa
By the steps above, Sympa and dependent packages will be installed.
Unless otherwise specified, the contents of this document are licensed under the Creative Commons - Attribution - ShareAlike license. For more details see LICENSE and AUTHORS.
Theme originally designed by orderedlist