Programster's Blog

Tutorials focusing on Linux, programming, and open-source

Ubuntu - Install Seafile Client

Seafile is Dropbox on steroids and the best part of it is that you control everything and aren't parking your data on someone else's servers. Below are the commands to install the client on Ubuntu

Ubuntu 20.04 - PPA

sudo wget https://linux-clients.seafile.com/seafile.asc -O /usr/share/keyrings/seafile-keyring.asc \
  && sudo bash -c "echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/seafile-keyring.asc] https://linux-clients.seafile.com/seafile-deb/focal/ stable main' > /etc/apt/sources.list.d/seafile.list" \
  && sudo apt update \
  && sudo apt install -y seafile-gui

This will install client version 8.x.

Ubuntu 20.04 - Native Packages

sudo apt install seafile-gui -y

This will install client version 7.x

Ubuntu 18.04

sudo apt install seafile-gui -y

Ubuntu 16.04

Ubuntu 16.04 users can install from the Seafile PPA.

sudo add-apt-repository ppa:seafile/seafile-client -y
sudo apt update && sudo apt install seafile-gui -y

References

Last updated: 18th June 2021
First published: 16th August 2018

This blog is created by Stuart Page

I'm a freelance web developer and technology consultant based in Surrey, UK, with over 10 years experience in web development, DevOps, Linux Administration, and IT solutions.

Need support with your infrastructure or web services?

Get in touch