我一直在Ubuntu14.10中使用Grive,但是在升级到Ubuntu15.10之后,Google应用程序已经被自动卸载。我怎么才能让它再起作用?
发布于 2016-08-23 22:11:50
你得再安装一次,我也是。按照webupd8上有关安装、授予权限和同步的步骤:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install grive发布于 2016-04-12 21:53:21
在终点站运行:
sudo su -c "nano /etc/apt/sources.list.d/thefanclub*.list"加一行:
deb http://ppa.launchpad.net/thefanclub/grive-tools/ubuntu vivid main然后更新软件包列表:
sudo apt-get update并安装Google:
sudo apt-get install grive-toolshttps://askubuntu.com/questions/729111
复制相似问题