I just installed rclone on mx-linux 25,1(deb 13.3, linux kernel 6.18.6-2) but when I try to link in my iCloud account, it does not offer “iclouddrive” as storagre (in examples it is shown as #23).
What do I have to do to have my rclone installation with iclouddrive support?
The version of rclone available in the Debian/MX Linux repository is likely too old to include iCloud Drive support, which was added in v1.69.
You can check your current version with:
rclone version
To get the latest version, install directly from rclone.org:
sudo apt remove rclone
curl https://rclone.org/install.sh | sudo bash
After that, rclone config should show iclouddrive as a storage option.