Dropbox cannot be installed - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139) +---- Thread: Dropbox cannot be installed (/showthread.php?tid=10918) |
Dropbox cannot be installed - daniel - 07-31-2020 Hi I tried to install dropbox but the installation failed. Quote:mobian@mobian:~/mobshare$ sudo apt install ./dropbox*.deb Any chance this will be available? thanks RE: Dropbox cannot be installed - jjs - 07-31-2020 I think the problem is you are trying to install a package compiled for amd64 architecture. This doesn't work because the PinePhone is an arm architecture. RE: Dropbox cannot be installed - daniel - 08-02-2020 I see... so, I guess many software has to be moved to arm RE: Dropbox cannot be installed - wibble - 08-02-2020 The open source software is mostly fine already, and any remaining problems can be fixed. The problem is the closed software - if they don't provide a binary for the architecture you want then the best you can do is ask them nicely and hope. RE: Dropbox cannot be installed - hiimtye - 08-02-2020 there's a dropbox uploader script that makes use of the dropbox API. it's probably in your repositories, or at least available through a repo. it exists on the AUR for example as dropbox-uploader-git |