Skip to content

Dropbox

Dropbox is a file hosting service that offers cloud storage, file synchronization, personal cloud, and client software.

You can install Code::Blocks via Flatpak by running the following commands in your terminal:

flatpak install flathub com.dropbox.Client

System install

To install Dropbox on AnduinOS, you can run:

url=https://linux.dropbox.com/packages/ubuntu/dropbox_2025.05.20_amd64.deb
wget $url -O dropbox.deb
sudo apt install ./dropbox.deb -y
rm dropbox.deb

The link above may be outdated

The link above may be outdated. Please visit the official website to get the latest version.

Unable to automatically upgrade this application

The above command only installs the launcher. If you run sudo apt upgrade, it won't upgrade it automatically. You will need to manually rerun the above command to upgrade.

This is because the software provider didn't setup a repository for automatic updates. You will need to check the official website for updates.