Ubuntu

How to install Syncthing - Continuous File Synchronization on Ubuntu

How to install Syncthing - Continuous File Synchronization on Ubuntu

Syncthing is a continuous file synchronization open source software, that synchronizes files between two or more computers on a network or WAN. Your data is as important to you as anything else, hence you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet. Before we proceed on how to install Syncthing on Ubuntu, lets take a quick look at what it offers.

Syncthing Features

Syncthing v0.14.32 Changelog

How to install Syncthing on Ubuntu 17.04 and below

# Add the release PGP keys: curl -s https://syncthing.net/release-key.txt | sudo apt-key add - # Add the "stable" channel to your APT sources: echo "deb https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list # Update and install syncthing: sudo apt-get update sudo apt-get install syncthing
# Add the release PGP keys: curl -s https://syncthing.net/release-key.txt | sudo apt-key add - # Add the "candidate" channel to your APT sources: echo "deb https://apt.syncthing.net/ syncthing candidate" | sudo tee /etc/apt/sources.list.d/syncthing.list # Update and install syncthing: sudo apt-get update sudo apt-get install syncthing

How to uninstall Syncthing from Ubuntu

sudo apt-get remove syncthing
Vulkan for Linux Users
With each new generation of graphics cards, we see game developers push the limits of graphical fidelity and come one step closer to photorealism. But...
OpenTTD vs Simutrans
Creating your own transport simulation can be fun, relaxing and extremely enticing. That's why you need to make sure that you try out as many games as...
OpenTTD Tutorial
OpenTTD is one of the most popular business simulation games out there. In this game, you need to create a wonderful transportation business. However,...