From 6499d24f605db6d8807b9eea0b7891b456a8b6fe Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Fri, 31 Jan 2025 06:57:15 +0100 Subject: [PATCH] Updated Installing on Debian Linux (markdown) --- Installing-on-Debian-Linux.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Installing-on-Debian-Linux.md b/Installing-on-Debian-Linux.md index 60f9ebf..fecb2fb 100644 --- a/Installing-on-Debian-Linux.md +++ b/Installing-on-Debian-Linux.md @@ -11,7 +11,7 @@ Install `pipx` apt-get install pipx ``` -### Install +### Installation ``` # as normal user @@ -25,3 +25,14 @@ pipx ensurepath # as normal user pipx run radicale --logging-level info --storage-filesystem-folder=~/.var/lib/radicale/collections ``` + +## Debian 12 "sytemwide" + +ATTENTION: as of 2025-01-31 only version 3.1.8 is available + +### Installation + +``` +# as root user +apt-get install radicale +```