insync – Unofficial Google Drive client for Linux

Insync is Google Drive for power and business users.

Steps

  1. Add repo
    1. Ubuntu
      # echo "deb http://apt.insynchq.com/ubuntu $(lsb_release -cs) non-free" | sudo tee /etc/apt/sources.list.d/insync.list
    2. Debian
      # echo "deb http://apt.insynchq.com/debian $(lsb_release -cs) non-free" | sudo tee -a /etc/apt/sources.list
    3. Linux Mint
      # echo "deb http://apt.insynchq.com/mint $(lsb_release -cs) non-free" | sudo tee /etc/apt/sources.list.d/insync.list
  2. Import key
    # wget -O - https://d2t3ff60b2tol4.cloudfront.net/[email protected] | sudo apt-key add -
  3. # sudo apt-get update
  4. # sudo apt-get install insync-beta-xxxxx
    xxxxx – ubuntu, gnome, cinnamon, kde

References

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *