| CARVIEW |
Select Language
HTTP/1.1 301 Moved Permanently
Date: Tue, 30 Dec 2025 04:57:26 GMT
Server: Apache/2.4.41 (Ubuntu)
Location: https://get.syncany.org/apt/
Content-Length: 318
Content-Type: text/html; charset=iso-8859-1
HTTP/1.1 200 OK
Date: Tue, 30 Dec 2025 04:57:26 GMT
Server: Apache/2.4.41 (Ubuntu)
Last-Modified: Sat, 30 Jul 2016 19:51:43 GMT
ETag: "352-538dfb249f5aa-gzip"
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 412
Content-Type: text/html
$ sudo sh -c "echo deb https://get.syncany.org/apt/release/ release main > /etc/apt/sources.list.d/syncany.list"
Official Syncany APT Repository
1. Add the Syncany Public Key
$ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys A3002F0613D342687D70AEEE3F6B7F13651D12BD2. Add APT Repository
For releases:$ sudo sh -c "echo deb https://get.syncany.org/apt/release/ release main > /etc/apt/sources.list.d/syncany.list"
For snapshots (daily, or more often; things might break):
$ sudo sh -c "echo deb https://get.syncany.org/apt/snapshot/ snapshot main > /etc/apt/sources.list.d/syncany.list"
3. Install Syncany
$ sudo apt-get update $ sudo apt-get install syncany $ sudo apt-get install syncany-plugin-gui $ sudo apt-get install syncany-plugin-ftp $ sudo apt-get install syncany-plugin-webdav $ ...