zoukankan      html  css  js  c++  java
  • Google Drive For Linux

    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/

  • 相关阅读:
    8086汇编——课堂笔记整理2
    8086汇编——课堂笔记整理1
    PHP___认证___访问权限设置
    PHP___过期header expires
    Vue深度学习(5)-过渡效果
    Vue深度学习(4)-方法与事件处理器
    Vue深度学习(3)
    Vue深度学习(2)
    Vue深度学习(1)
    Vue.js 基本语法
  • 原文地址:https://www.cnblogs.com/yiweshen/p/11220494.html
Copyright © 2011-2022 走看看