• Ubuntu18.04 PPA 安装 Meshlab 软件出错Error: retrieving gpg key timed out
      手动添加 ppa 源及软件安装解决方案如下:
      1. 在 ppa 源网站上搜索 meshlab
        Error: retrieving gpg key timed out - 图1
        search page screenshot
      2. 在 Terminal 打开 sources.list
        sudo gedit /etc/apt/sources.list
      3. 在 sources.list 文件末尾添加源 ,可以选择版本
        deb http://ppa.launchpad.net/zarquon42/meshlab/ubuntu xenial main
        deb-src http://ppa.launchpad.net/zarquon42/meshlab/ubuntu xenial main
      4. 在 Terminal 添加 Signing Key
        sudo apt-key adv —keyserver keyserver.ubuntu.com —recv-keys B0D266B35FE5B1B875BEC62D7F0BB3BE5BF00518
      5. 更新
        sudo apt-get update && sudo apt-get upgrade
      6. 成功之后就可以安装软件了
        sudo apt-get install meshlab
    • 如果安装软件时遇到E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
      那么只要清除所有 apt 有关的进程或者重启系统就可以啦

    https://www.jianshu.com/p/e2a15336f174