-
Notifications
You must be signed in to change notification settings - Fork 48
Third party packages
DirectorX edited this page Jun 13, 2020
·
5 revisions
A number of third party packages are available for installing Synapse.
Install synapse-bt-git from the AUR.
Maintainer: Drew DeVault [email protected]
Install synapse-bt from https://bintray.com/hummer12007/rustydebs
Commands
sudo apt-get install dirmngr # for importing GPG keys into apt
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61 # import public keys
echo "deb https://dl.bintray.com/hummer12007/rustydebs stretch main" | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get install synapse-bt
Synapse is available on Nixos through Nixpkgs.
You can either put 'synapse-bt' into the sytem packages in your configuration.nix, or you can install it with the nix-env -iA nixos.synapse-bt
command.