Install Insync for Linux

DEB

Ubuntu

Download and install insync-headless by running the commands below (Insync supports AMD and Intel 64 bit architectures only):

For versions: 20.04, 20.10, 21.04, 21.10, 22.04, 22.10, 23.04, 23.10, and 24.04:

$ curl -L -o insync-headless.deb https://dl.insynchq.com/linux/server/debian/buster
$ sudo apt-get install ./insync-headless.deb

For versions: 16.04 and 18.04:

$ curl -L -o insync-headless.deb https://dl.insynchq.com/linux/server/debian/jessie
$ sudo apt-get install ./insync-headless.deb

Debian

Download and install insync-headless by running the commands below (Insync supports AMD and Intel 64 bit architectures only):

For versions: Buster, Bullseye, Bookworm, Trixie

$ curl -L -o insync-headless.deb https://dl.insynchq.com/linux/server/debian/buster
$ sudo apt-get install ./insync-headless.deb

For version: Stretch

$ curl -L -o insync-headless.deb https://dl.insynchq.com/linux/server/debian/stretch
$ sudo apt-get install ./insync-headless.deb

For version: Jessie

$ curl -L -o insync-headless.deb https://dl.insynchq.com/linux/server/debian/jessie
$ sudo apt-get install ./insync-headless.deb

Linux Mint

Download and install insync-headless by running the commands below (Insync supports AMD and Intel 64 bit architectures only):

For versions: 20.x and 21.x

$ curl -L -o insync-headless.deb https://dl.insynchq.com/linux/server/linux-mint/20.x
$ sudo apt-get install ./insync-headless.deb

For versions: 18.x and 19.x

$ curl -L -o insync-headless.deb https://dl.insynchq.com/linux/server/linux-mint/18.x
$ sudo apt-get install ./insync-headless.deb

For version: 4, 5, and 6

$ curl -L -o insync-headless.deb https://dl.insynchq.com/linux/server/linux-mint/4
$ sudo apt-get install ./insync-headless.deb

For version: 3

$ curl -L -o insync-headless.deb https://dl.insynchq.com/linux/server/linux-mint/3
$ sudo apt-get install ./insync-headless.deb

RPM

Fedora

Download and install insync-headless by running the commands below (Insync supports AMD and Intel 64 bit architectures only):

For versions: Fedora 31, 32, 33, 34, 35, 36, 37, 38, 39, 40

$ curl -L -o insync-headless.rpm https://dl.insynchq.com/linux/server/fedora/31
$ sudo yum install ./insync-headless.rpm

For versions: Fedora 30

$ curl -L -o insync-headless.rpm https://dl.insynchq.com/linux/server/fedora/30
$ sudo yum install ./insync-headless.rpm

For versions: Fedora 29

$ curl -L -o insync-headless.rpm https://dl.insynchq.com/linux/server/fedora/29
$ sudo yum install ./insync-headless.rpm

For versions: Fedora 28

$ curl -L -o insync-headless.rpm https://dl.insynchq.com/linux/server/fedora/28
$ sudo yum install ./insync-headless.rpm

For versions: Fedora 27

$ curl -L -o insync-headless.rpm https://dl.insynchq.com/linux/server/fedora/27
$ sudo yum install ./insync-headless.rpm

$ curl -O https://cdn.insynchq.com/builds/linux/insync-headless-3.2.6.10745-fc31.x86_64.rpm
$ sudo yum install ./insync-headless-3.2.6.10745-fc31.x86_64.rpm

$ curl -O https://cdn.insynchq.com/builds/linux/insync-headless-3.2.6.10745-fc30.x86_64.rpm
$ sudo yum install ./insync-headless-3.2.6.10745-fc30.x86_64.rpm

$ curl -O https://cdn.insynchq.com/builds/linux/insync-headless-3.2.6.10745-fc29.x86_64.rpm
$ sudo yum install ./insync-headless-3.2.6.10745-fc31.x86_64.rpm

CentOS / RHEL

Download and install insync-headless by running the commands below (Insync supports AMD and Intel 64 bit architectures only):

For versions: CentOS / RHEL 8, 9

$ curl -L -o insync-headless.rpm https://dl.insynchq.com/linux/server/centos/8
$ sudo yum install ./insync-headless.rpm

$ curl -O https://cdn.insynchq.com/builds/linux/insync-headless-3.2.6.10745-fc31.x86_64.rpm
$ sudo yum install ./insync-headless-3.2.6.10745-fc31.x86_64.rpm

$ curl -O https://cdn.insynchq.com/builds/linux/insync-headless-3.2.6.10745-fc30.x86_64.rpm
$ sudo yum install ./insync-headless-3.2.6.10745-fc30.x86_64.rpm

$ curl -O https://cdn.insynchq.com/builds/linux/insync-headless-3.2.6.10745-fc29.x86_64.rpm
$ sudo yum install ./insync-headless-3.2.6.10745-fc31.x86_64.rpm

Repositories

APT

Installing the insync-headless package will add the repository entry automatically. These steps are kept for reference in case of issues. Note: Insync only supports 64-bit.

STEP 1: Add our public GPG key to allow apt to authenticate the Insync repository

$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ACCAF35C

If the previous command did not work, use this instead:

$ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys ACCAF35C

STEP 2: Create a file /etc/apt/sources.list.d/insync.list with the following content

deb http://apt.insync.io/[DISTRIBUTION] [CODENAME] non-free contrib

Replace [DISTRIBUTION] with your Linux distro: ubuntu, debian, mint
Replace [CODENAME] with your Linux distro codename.
Here is a list of codenames for ubuntu, debian, and mint For example Ubuntu 12.04 is precise

Here is an example for Ubuntu 17.10:

deb http://apt.insync.io/ubuntu artful non-free contrib

Source packages are not available, only binaries.

STEP 3: Update the apt repository

$ sudo apt-get update

STEP 4: Install Insync Headless

$ sudo apt-get install insync-headless

The APT repository officially supports Debian, Mint, and Ubuntu only.
For other Debian-based distributions, try using the one for Debian Squeeze.

$ curl -O https://cdn.insynchq.com/builds/linux/insync-headless-3.2.6.10745-fc31.x86_64.rpm
$ sudo yum install ./insync-headless-3.2.6.10745-fc31.x86_64.rpm

$ curl -O https://cdn.insynchq.com/builds/linux/insync-headless-3.2.6.10745-fc29.x86_64.rpm
$ sudo yum install ./insync-headless-3.2.6.10745-fc31.x86_64.rpm

YUM

STEP 1: First, import the public GPG key used to sign the RPMs.

$ sudo rpm --import https://d2t3ff60b2tol4.cloudfront.net/repomd.xml.key

STEP 2: Create a new file insync.repo in /etc/yum.repos.d/with the following content.
Replace [DISTRIBUTION]with fedora,  opensuse-leap, or  opensuse-tumbleweed. If you're using opensuse-tumbleweed, replace $releasever with rolling

[insync]
name=insync repo
baseurl=http://yum.insync.io/[DISTRIBUTION]/$releasever/
gpgcheck=1
gpgkey=https://d2t3ff60b2tol4.cloudfront.net/repomd.xml.key
enabled=1
metadata_expire=120m

STEP 3: Install Insync Headless

$ sudo yum install insync-headless