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:
deb http://linux-packages.resilio.com/resilio-agent-2.9/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:
[resilio-agent-2.9]
name=Resilio Agent $basearch
baseurl=http://linux-packages.resilio.com/resilio-agent-2.9/rpm/$basearch
enabled=1
gpgcheck=1 - Update Agent:
sudo yum update resilio-agent