Dropboxのバージョンを入手

Dropboxのバージョンを入手

私は走っている基本オペレーティングシステムそれらの一つ既知の問題Dropbox アイコンがパネルに表示されません。

Dropboxはうまく機能しますが、アイコンがなく、インストールしたバージョンを確認する方法がわかりません。

コマンドラインを試してみましたが、バージョンを表示するオプションがないようです。

Dropbox command-line interface

commands:

Note: use dropbox help <command> to view usage for a specific command.

 status       get current status of the dropboxd
 help         provide help
 puburl       get public url of a file in your dropbox
 stop         stop dropboxd
 running      return whether dropbox is running
 start        start dropboxd
 filestatus   get current sync status of one or more files
 ls           list directory contents with current sync status
 autostart    automatically start dropbox at login
 exclude      ignores/excludes a directory from syncing
 lansync      enables or disables LAN sync

現在実行中のDropboxのバージョンをどのように知ることができますか?

ベストアンサー1

~/.dropbox-dist/VERSIONDropboxのバージョンを含むファイルが必要です。予想される末尾の改行文字がないため、cat次のようなものが必要です。

$ cat .dropbox-dist/VERSION ; echo
3.4.6

...そうでない場合、3.4.6は最終的にシェルプロンプトとして実行されます。

おすすめ記事