Skip to content

Instantly share code, notes, and snippets.

@octalmage
Created January 12, 2021 18:55
Updating rsync on Linux

Updating rsync on Linux

Updating rsync on Linux depends on the Linux distribution and package manager you are using.

We’ve included instructions for the most popular configurations:

Ubuntu, Pop!_OS, and Debian

sudo apt-get --only-upgrade install rsync

CentOS, Red Hat, and Fedora Linux

yum update rsync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment