Celeste is a free and open source file synchronization client application for Linux. using Celeste you can connect to virtually any cloud provider and sync data. It is written in Rust and released under GNU General Public License v3.0. It is based on rclone to sync your files anywhere. It comes with 2 way sync, ability to exclude files and folders from synchronization and currently it supports Dropbox, Google Drive, Nextcloud, Owncloud, pCloud and WebDAV at the same time.
How to Install Celeste on Ubuntu Linux
Celeste is available as a snap and flatpak package file from snapstore and flathub. Open the terminal app using ctrl+alt+t keys and run below Celeste snap installation command.
sudo snap install celeste
You can open Celeste using this command.
celeste
And uninstall celeste app using below snap command.
sudo snap remove celeste
Install Celeste via Flatpak:
First install flatpak and flathub on your system and restart it after the installation. Now open the terminal software (ctrl+alt+t) and run below celeste flatpak install command. It will install the latest version of celeste on your system.
flatpak install flathub com.hunterwittenborn.Celeste
And open celeste app using below command.
flatpak run com.hunterwittenborn.Celeste
And uninstall celeste using below command.
sudo flatpak uninstall com.hunterwittenborn.Celeste
That’s it.