Elementary-Os
獲取 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?
應該有
~/.dropbox-dist/VERSION
Dropbox 版本的文件。請注意,它沒有您期望的尾隨換行符,因此您希望cat
像這樣:$ cat .dropbox-dist/VERSION ; echo 3.4.6
…否則 3.4.6 將最終執行到您的 shell 提示符下。