[このサイト][1]で提供されているLinux用Dropboxパッケージをインストールしようとしています。インストール後:
dpkg -i dropbox_2015.10.28_amd64.deb
いくつかの依存関係の問題があります。
Unpacking dropbox (2015.10.28) ...
dpkg: dependency problems prevent configuration of dropbox:
dropbox depends on libpango1.0-0 (>= 1.20.1); however:
Package libpango1.0-0 is not installed.
dpkg: error processing package dropbox (--install):
dependency problems - leaving unconfigured
Processing triggers for mime-support (3.60) ...
Processing triggers for hicolor-icon-theme (0.15-1) ...
Processing triggers for man-db (2.7.6.1-2) ...
Errors were encountered while processing:
dropbox
そのため、必要なパッケージをインストールし、Dropboxのインストールが完全に成功しました。
Dropbox installation successfully completed! You can start Dropbox from your applications menu.
Processing triggers for libc-bin (2.24-11+deb9u1) ...
Current status: 0 (-1) broken.
dropbox start -i
そのため、最新バージョンのDropboxをダウンロードしてインストールするためにDropboxサービスを起動しようとすると、次のメッセージが表示されます。
This is usually because of a permissions error. Storing your home folder on a network share can also cause an error.
Get more help at https://www.dropbox.com/c/help/permissions_error
Please contact Dropbox support with the following info for help:
/tmp/dropbox_errorwAmEC4.txt
正しい権限があり、スペースの問題がないと確信しています。しかし、何も動作しません...
ベストアンサー1
ファイルの最後の行を見て解決策を見つけました/tmp/dropbox_errorwAmEC4.txt
。
ImportError: libxslt.so.1: cannot open shared object file: No such file or directory
libxslt1.1
このパッケージ(debianの場合)はインストールされていませんが、必須であることがわかりました。インストール後の問題が修正されました。