mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-29 16:55:32 +00:00
2.3 KiB
2.3 KiB
layout | title | permalink |
---|---|---|
page | Download | /download/ |
PyPI
Radicale is available on PyPI. To install, just type as superuser:
$ python3 -m pip install --upgrade radicale
Git Repository
If you want the development version of Radicale, take a look at the [git repository on GitHub]({{ site.github.repository_url }}), or install it directly with:
$ python3 -m pip install --upgrade git+https://github.com/Kozea/Radicale
You can also download the content of the repository as an archive.
Source Packages
You can download the Radicale package for each release:
{% assign releases = site.github.releases | where:"draft",false | sort:"created_at" | reverse %} {% for release in releases %}
- [{% if release.prerelease == false %}{% endif %}{{ release.tag_name }}{% if release.name != "" and release.tag_name != release.name %} - {{ release.name }}{% endif %}{% if release.prerelease == false %}{% endif %}]({{ release.tarball_url }}){% endfor %}
Linux Distribution Packages
Radicale has been packaged for:
- ArchLinux (AUR) by Guillaume Bouchard
- Debian by Jonas Smedegaard
- Gentoo by René Neumann, Maxim Koltsov and Manuel Rüger
- Fedora by Jorti
- Mageia by Jani Välimaa
- OpenBSD by Sergey Bronnikov, Stuart Henderson and Ian Darwin
- openSUSE by Ákos Szőts and Rueckert
- PyPM
- Slackware by Johannes Schöpfer
- Trisquel
- Ubuntu by the MOTU and Jonas Smedegaard
Radicale is also available on Cloudron and has a Dockerfile.
If you are interested in creating packages for other Linux distributions, read the ["Contribute" page]({{ site.baseurl }}/contribute/).