Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Ley
synapse
Commits
95c603ae
Unverified
Commit
95c603ae
authored
5 years ago
by
Richard van der Hoff
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update debian install docs for new key and repo (#5074)
parent
35442efb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
INSTALL.md
+25
-5
25 additions, 5 deletions
INSTALL.md
with
25 additions
and
5 deletions
INSTALL.md
+
25
−
5
View file @
95c603ae
...
@@ -257,18 +257,38 @@ https://github.com/spantaleev/matrix-docker-ansible-deploy
...
@@ -257,18 +257,38 @@ https://github.com/spantaleev/matrix-docker-ansible-deploy
#### Matrix.org packages
#### Matrix.org packages
Matrix.org provides Debian/Ubuntu packages of the latest stable version of
Matrix.org provides Debian/Ubuntu packages of the latest stable version of
Synapse via https://matrix.org/
packages/
debian/. To use them:
Synapse via https://
packages.
matrix.org/debian/. To use them:
For Debian 9 (Stretch), Ubuntu 16.04 (Xenial), and later:
```
sudo apt install -y lsb-release wget apt-transport-https
sudo wget -O /usr/share/keyrings/matrix-org-archive-keyring.gpg https://packages.matrix.org/debian/matrix-org-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/matrix-org-archive-keyring.gpg] https://packages.matrix.org/debian/ $(lsb_release -cs) main" |
sudo tee /etc/apt/sources.list.d/matrix-org.list
sudo apt update
sudo apt install matrix-synapse-py3
```
```
sudo apt install -y lsb-release curl apt-transport-https
echo "deb https://matrix.org/packages/debian `lsb_release -cs` main" |
For Debian 8 (Jessie):
```
sudo apt install -y lsb-release wget apt-transport-https
sudo wget -O /etc/apt/trusted.gpg.d/matrix-org-archive-keyring.gpg https://packages.matrix.org/debian/matrix-org-archive-keyring.gpg
echo "deb [signed-by=5586CCC0CBBBEFC7A25811ADF473DD4473365DE1] https://packages.matrix.org/debian/ $(lsb_release -cs) main" |
sudo tee /etc/apt/sources.list.d/matrix-org.list
sudo tee /etc/apt/sources.list.d/matrix-org.list
curl "https://matrix.org/packages/debian/repo-key.asc" |
sudo apt-key add -
sudo apt update
sudo apt update
sudo apt install matrix-synapse-py3
sudo apt install matrix-synapse-py3
```
```
**Note**
: if you followed a previous version of these instructions which
recommended using
`apt-key add`
to add an old key from
`https://matrix.org/packages/debian/`
, you should note that this key has been
revoked. You should remove the old key with
`sudo apt-key remove
C35EB17E1EAE708E6603A9B3AD0592FE47F0DF61`
, and follow the above instructions to
update your configuration.
#### Downstream Debian/Ubuntu packages
#### Downstream Debian/Ubuntu packages
For
`buster`
and
`sid`
, Synapse is available in the Debian repositories and
For
`buster`
and
`sid`
, Synapse is available in the Debian repositories and
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment