Score:2

Install latest version of rsync (3.2.3) on ubuntu 18.04

in flag

It seems the last version for ubuntu 18.04 is rsync 3.1.2 (with !apt-get --only-upgrade install rsync).

Is there a way I can update it to the latest? (preferably 3.2.1+) Thanks!

Nmath avatar
ng flag
Does this answer your question? [Why don't the Ubuntu repositories have the latest versions of software?](https://askubuntu.com/questions/151283/why-dont-the-ubuntu-repositories-have-the-latest-versions-of-software). Why do you need a different version? What feature is missing from your current software? Are you experiencing any problems?
N0rbert avatar
zw flag
For close voters. OP does not ask "Why it is old?". OP asks "How to install newer version?".
Cyber Avater avatar
in flag
@Nmath The old version is very buggy. I even ended up reporting a solved issue to the devs, eventually finding out that the issue was already fixed on later versions. https://github.com/WayneD/rsync/issues/232 After that, I managed to update by some non-standard method, which is not working anymore, thus asking this question. Finally, N0rbert's solution is very easy and works like charm. I should've asked this question long ago.
Score:1
zw flag

You can install newer rsync (3.2.3-8ubuntu1~18.04.sav0) from Rob Savoury's Utilities PPA by

sudo apt-add-repository ppa:savoury1/utilities
sudo apt-get update
sudo apt-get install rsync

Reverting to default version is possible by

sudo apt-get install ppa-purge
sudo ppa-purge ppa:savoury1/utilities
nicholsonjf avatar
cl flag
I had to run `sudo ppa-purge ppa:savoury1/utilities` twice for it to downgrade rsync back to the default version
Cyber Avater avatar
in flag
Thank you so much, you are my hero!
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.