google drive download Deepin
1、使用 insync 官網https://www.insynchq.com/downloads?start=true,
第一句話:Insync extends Google Drive's web functionality to your desktop by integrating tightly with Linux so you can get work done
譯為:Insync通過與Linux緊密集成將Google Drive的Web功能擴展到您的桌面,因此您可以完成工作。
-------------------
我選擇了Repo安裝,Version 1.5.7.37371
First, add our public GPG key to allow apt to authenticate the Insync repository:
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ACCAF35C
If the previous command did not work, use this instead:
$ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys ACCAF35C
---------割----------
第一條指令運行在我Deepin 15.10.2桌面版的終端中,結果是這樣
Executing: /tmp/apt-key-gpghome.fw15JDbcPz/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys ACCAF35C gpg: key A684470CACCAF35C: public key "Insynchq Inc <services@insynchq.com>" imported gpg: Total number processed: 1 gpg: imported: 1
接下來,該怎么辦。。
也是很懵逼。
感覺有知識盲區,可是找不到關鍵概念。。
-----------------------
2、使用oDrive,https://electronjs.org/apps/odrive
下載了壓縮包
sudo su ## 進入root權限
dpkg -i odrive_0.2.2_amd64.deb
然后,出現錯誤了。。
dpkg: 依賴關系問題使得 odrive 的配置工作不能繼續: odrive 依賴於 libappindicator1;然而: 未安裝軟件包 libappindicator1。 dpkg: 處理軟件包 odrive (--install)時出錯: 依賴關系問題 - 仍未被配置 正在處理用於 lastore-daemon (0.14.6-1+comsta) 的觸發器 ... 正在處理用於 desktop-file-utils (0.23-1) 的觸發器 ... 正在處理用於 bamfdaemon (0.5.3-2) 的觸發器 ... Rebuilding /usr/share/applications/bamf-2.index... 正在處理用於 mime-support (3.60) 的觸發器 ... 正在處理用於 hicolor-icon-theme (0.15-1) 的觸發器 ... 在處理時有錯誤發生: odrive
按照提示
sudo apt-get install libappindicator1
更進一步,通過以下,來修復錯誤
apt --fix-broken install
然后,繼續解壓 .deb 包
dpkg -i odrive_0.2.2_amd64.deb
成功!
參考資料:https://xn--deepinenespaol-1nb.org/en/community/applications-and-more/google-drive-in-deepin/