How to Install and Uninstall syncthing-tools.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "syncthing-tools.x86_64" package

This guide covers the steps necessary to install syncthing-tools.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install syncthing-tools.x86_64

2. Uninstall "syncthing-tools.x86_64" package

Here is a brief guide to show you how to uninstall syncthing-tools.x86_64 on Rocky Linux 8:

$ sudo dnf remove syncthing-tools.x86_64 $ sudo dnf autoremove

3. Information about the syncthing-tools.x86_64 package on Rocky Linux 8

Last metadata expiration check: 2:20:36 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : syncthing-tools
Version : 1.20.4
Release : 1.el8
Architecture : x86_64
Size : 11 M
Source : syncthing-1.20.4-1.el8.src.rpm
Repository : epel
Summary : Continuous File Synchronization (server tools)
URL : https://syncthing.net
License : MPLv2.0 and MIT and OFL and CC-BY and BSD and ASL 2.0 and ISC
Description : Syncthing replaces other file synchronization services with something
: open, trustworthy and decentralized. Your data is your data alone and
: you deserve to choose where it is stored, if it is shared with some
: third party and how it's transmitted over the Internet. Using syncthing,
: that control is returned to you.
:
: This package contains the main syncthing server tools:
:
: * strelaysrv / strelaypoolsrv, the syncthing relay server for indirect
: file transfers between client nodes, and
: * stdiscosrv, the syncthing discovery server for discovering nodes
: to connect to indirectly over the internet.