Please follow this update guide only if you installed Agents for Linux using Resilio package repository. This instruction implies you already created Resilio repository file as well as registered PGP key, therefore it won't work if you installed Agent by other means.
The update utilizes DEB or RPM package manager and only implies adding a new repository, containing new packages. Mind the major version index in the link. If necessary, replace it with the major version number that you want to install.
For Debian-based Linux (Debian, Ubuntu, Zorin, Elementary)
- Add the following line to file /etc/apt/sources.list.d/resilio-agent.list. Be sure to replace X.Y with the version number to which you're updating, for example: 2.12 or 3.7
deb http://linux-packages.resilio.com/resilio-agent-X.Y/deb resilio-agent non-free
- Update your repository and the agent:
sudo apt-get update
sudo apt-get install --only-upgrade resilio-agent
For RPM-based Linux
- Add the following lines to file /etc/yum.repos.d/resilio-agent.repo to register 2.9 Resilio repository. Be sure to replace X.Y with the version number to which you're updating, for example: 2.12 or 3.7
[resilio-agent-X.Y]
name=Resilio Agent $basearch
baseurl=http://linux-packages.resilio.com/resilio-agent-X.Y/rpm/$basearch
enabled=1
gpgcheck=1 - Update Agent:
sudo yum update resilio-agent