Skip to content

Instantly share code, notes, and snippets.

@octalmage
Created January 12, 2021 18:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save octalmage/b566a2ffe83e3ed75b95fcc0f61c92f9 to your computer and use it in GitHub Desktop.
Save octalmage/b566a2ffe83e3ed75b95fcc0f61c92f9 to your computer and use it in GitHub Desktop.
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