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
Ubuntu 20.04 - Native Packages
sudo apt install seafile-gui -y
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
First published: 16th August 2018