Download the following package: https://linux.dropbox.com/packages/debian/dropbox_1.6.0_amd64.debThen install it by double-clicking or with DPKG (dpkg -i )Next, edit the file /etc/sysctl.conf sudo vi /etc/sysctl.confand add the following directive: fs.inoti...
TBWritten byThomas Bourdin1 min read
Download the following package: https://linux.dropbox.com/packages/debian/dropbox_1.6.0_amd64.deb
Then install it by double-clicking or with DPKG (dpkg -i )
Next, edit the file /etc/sysctl.conf sudo vi /etc/sysctl.conf
and add the following directive: fs.inotify.max_user_watches=100000
Version context
This procedure describes the software and the environment available at the time of its publication. The packages, interfaces, and repositories mentioned may have changed or disappeared; first check the system version and its support level.
cat /etc/os-release
uname -r
Work on a backup or a snapshot, note every modified file, and prepare for rollback. For a current workstation or server, prefer signed packages from officially supported repositories.