@@ -84,7 +84,9 @@ file when you upgrade the Debian package to a later version.
8484
8585##### Downstream Debian packages
8686
87- Andrej Shadura maintains a ` matrix-synapse ` package in the Debian repositories.
87+ Andrej Shadura maintains a
88+ [ ` matrix-synapse ` ] ( https://packages.debian.org/sid/matrix-synapse ) package in
89+ the Debian repositories.
8890For ` bookworm ` and ` sid ` , it can be installed simply with:
8991
9092``` sh
@@ -100,23 +102,27 @@ for information on how to use backports.
100102##### Downstream Ubuntu packages
101103
102104We do not recommend using the packages in the default Ubuntu repository
103- at this time, as they are old and suffer from known security vulnerabilities.
105+ at this time, as they are [ old and suffer from known security vulnerabilities] (
106+ https://bugs.launchpad.net/ubuntu/+source/matrix-synapse/+bug/1848709
107+ ).
104108The latest version of Synapse can be installed from [ our repository] ( #matrixorg-packages ) .
105109
106110#### Fedora
107111
108- Synapse is in the Fedora repositories as ` matrix-synapse ` :
112+ Synapse is in the Fedora repositories as
113+ [ ` matrix-synapse ` ] ( https://src.fedoraproject.org/rpms/matrix-synapse ) :
109114
110115``` sh
111116sudo dnf install matrix-synapse
112117```
113118
114- Oleg Girko provides Fedora RPMs at
119+ Additionally, Oleg Girko provides Fedora RPMs at
115120< https://obs.infoserver.lv/project/monitor/matrix-synapse >
116121
117122#### OpenSUSE
118123
119- Synapse is in the OpenSUSE repositories as ` matrix-synapse ` :
124+ Synapse is in the OpenSUSE repositories as
125+ [ ` matrix-synapse ` ] ( https://software.opensuse.org/package/matrix-synapse ) :
120126
121127``` sh
122128sudo zypper install matrix-synapse
@@ -151,7 +157,8 @@ sudo pip install py-bcrypt
151157
152158#### Void Linux
153159
154- Synapse can be found in the void repositories as 'synapse':
160+ Synapse can be found in the void repositories as
161+ [ 'synapse'] ( https://github.com/void-linux/void-packages/tree/master/srcpkgs/synapse ) :
155162
156163``` sh
157164xbps-install -Su
0 commit comments