GNU/Linux Debian/Ubuntu Adding Syncthing Repo Guide
Hi! The Tutorial shows you Step-by-Step How to Add Syncthing Repository in Debian/Ubuntu-Based GNU/Linux OSes.
And Syntching for GNU/Linux is a Continuous File Synchronization Program.
It Synchronizes Files between two or more Computers in Real Time, safely protected from prying eyes.
So this Repo Setup is valid for all the Debian-based Platforms like:
- Kali
- Deepin
- MX Linux
- antiX
- Parrot
- Netrunner
- Voyager
- SparkyLinux
- MakuluLinux
- Elive Linux
- LMDE
- CrunchBang
- Parsix
And again also for all the Ubuntu-based Distros like:
- Linux Mint
- Lubuntu
- Kubuntu
- Xubuntu
- Zorin OS
- Elementary OS
- Linux Lite
- Bodhi
- Kde Neon
- Pop_OS!
- Voyager
- Trisquel
- LXLE
- feren OS
- Peppermint
- Q4OS
- Linux Ultimate Edition
1. Launching Terminal
How to QuickStart with Command Line on Debian/Ubuntu GNU/Linux:
2. Adding Syncthing GPG Key
Again to Add Syncthing GPG Signature Key
Do:sudo curl -o /usr/share/keyrings/syncthing-archive-keyring.gpg https://syncthing.net/release-key.gpg
If non cURL first play:sudo apt install curl
Authenticate with the User’s Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.3. Adding Syncthing Repo
Then to Add Syncthing Apt Repository
For the Stable release execute:echo "deb [signed-by=/usr/share/keyrings/syncthing-archive-keyring.gpg] https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list
Where for the Candidate one (The candidate channel is updated with release candidate builds, usually every second Tuesday of the month. These predate the corresponding stable builds by about three weeks.) instead:echo "deb [signed-by=/usr/share/keyrings/syncthing-archive-keyring.gpg] https://apt.syncthing.net/ syncthing candidate" | sudo tee /etc/apt/sources.list.d/syncthing.list
4. Refreshing Apt Sources
Next to Refresh Apt Repo Sources
Play:sudo apt update
5. Syncthing Getting Started
Finally, to Syntching Quick Start for Ubuntu/Debian Based
Syntching Ubuntu/Debian Get Started Guide