How To Install calypso on Fedora 36

In this tutorial we learn how to install calypso in Fedora 36. calypso is Free and open-source CalDAV calendar server

Introduction

In this tutorial we learn how to install calypso on Fedora 36.

What is calypso

Calypso is a python-based CalDAV/CardDAV server that started as a few small patches to Radicale but was eventually split off as a separate project. * Uses vObject for parsing and generating the data files * Stores one event/contact per file * Uses git to retain a history of the database

We can use yum or dnf to install calypso on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install calypso.

Install calypso on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install calypso using dnf by running the following command:

sudo dnf -y install calypso

Install calypso on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install calypso using yum by running the following command:

sudo yum -y install calypso

How To Uninstall calypso on Fedora 36

To uninstall only the calypso package we can use the following command:

sudo dnf remove calypso

calypso Package Contents on Fedora 36

/etc/calypso
/etc/calypso/config
/etc/pam.d/calypso
/usr/bin/calypso
/usr/lib/python3.10/site-packages/calypso
/usr/lib/python3.10/site-packages/calypso-2.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/calypso-2.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/calypso-2.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/calypso-2.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/calypso-2.0-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/calypso-2.0-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/calypso/__init__.py
/usr/lib/python3.10/site-packages/calypso/__pycache__
/usr/lib/python3.10/site-packages/calypso/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/calypso/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/calypso/__pycache__/config.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/calypso/__pycache__/config.cpython-310.pyc
/usr/lib/python3.10/site-packages/calypso/__pycache__/gssapi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/calypso/__pycache__/gssapi.cpython-310.pyc
/usr/lib/python3.10/site-packages/calypso/__pycache__/paths.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/calypso/__pycache__/paths.cpython-310.pyc
/usr/lib/python3.10/site-packages/calypso/__pycache__/webdav.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/calypso/__pycache__/webdav.cpython-310.pyc
/usr/lib/python3.10/site-packages/calypso/__pycache__/xmlutils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/calypso/__pycache__/xmlutils.cpython-310.pyc
/usr/lib/python3.10/site-packages/calypso/acl
/usr/lib/python3.10/site-packages/calypso/acl/__init__.py
/usr/lib/python3.10/site-packages/calypso/acl/__pycache__
/usr/lib/python3.10/site-packages/calypso/acl/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/calypso/acl/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/calypso/acl/__pycache__/fake.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/calypso/acl/__pycache__/fake.cpython-310.pyc
/usr/lib/python3.10/site-packages/calypso/acl/__pycache__/htpasswd.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/calypso/acl/__pycache__/htpasswd.cpython-310.pyc
/usr/lib/python3.10/site-packages/calypso/acl/__pycache__/nopwd.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/calypso/acl/__pycache__/nopwd.cpython-310.pyc
/usr/lib/python3.10/site-packages/calypso/acl/__pycache__/pam.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/calypso/acl/__pycache__/pam.cpython-310.pyc
/usr/lib/python3.10/site-packages/calypso/acl/fake.py
/usr/lib/python3.10/site-packages/calypso/acl/htpasswd.py
/usr/lib/python3.10/site-packages/calypso/acl/nopwd.py
/usr/lib/python3.10/site-packages/calypso/acl/pam.py
/usr/lib/python3.10/site-packages/calypso/config.py
/usr/lib/python3.10/site-packages/calypso/gssapi.py
/usr/lib/python3.10/site-packages/calypso/paths.py
/usr/lib/python3.10/site-packages/calypso/webdav.py
/usr/lib/python3.10/site-packages/calypso/xmlutils.py
/usr/lib/systemd/system/calypso.service
/usr/share/doc/calypso
/usr/share/doc/calypso/README
/usr/share/doc/calypso/collection-config
/usr/share/doc/calypso/config
/usr/share/licenses/calypso
/usr/share/licenses/calypso/COPYING
/usr/share/man/man1/calypso.1.gz
/var/lib/calypso

References

Summary

In this tutorial we learn how to install calypso on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).