The instructions below will install the following tools:
rclone
: command-line utilityrclone-browser
: GUI tool
-
Debian/Ubuntu
sudo apt install rclone
-
Debian/Ubuntu (outdated GUI)
Use the following command to install rclone-browser (at the time of writing, based on this code base):
sudo apt install rclone-browser
-
Debian/Ubuntu (refreshed GUI)
The rclone-browser version in the Ubuntu repositories is outdated (based on kapitainsky). The one by Mercenar is more user-friendly (like editing paths) and has more features (like scheduler). You can install this version as follows:
sudo apt update && sudo apt -y install git g++ cmake make qtdeclarative5-dev qtmultimedia5-dev git clone https://github.com/Mercenar/RcloneBrowser.git cd RcloneBrowser mkdir build && cd build cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local .. make make install