ubuntu安装chrome出现Dependency is not satisfiable: gconf-service
-
- 帖子: 3
- 注册时间: 2013-07-05 0:40
- 系统: ubuntu 10.04
ubuntu安装chrome出现Dependency is not satisfiable: gconf-service
ubuntu 10.04安装chrome出现Error: Dependency is not satisfiable: gconf-service
搜索了好久,也 没有 搜 到 有 同样 问题的 ,我 是 新用 ubuntu,望 指教
搜索了好久,也 没有 搜 到 有 同样 问题的 ,我 是 新用 ubuntu,望 指教
- 只是说
- 帖子: 1140
- 注册时间: 2012-03-12 22:44
- 系统: 贱兔
- 来自: 株洲
Re: ubuntu安装chrome出现Dependency is not satisfiable: gconf-ser
我就翻译下,你的系统没有这个依赖,安装它。。
Sent from my Lenovo_A2105 using Tapatalk 2
Sent from my Lenovo_A2105 using Tapatalk 2
我的博客。
-
- 帖子: 3
- 注册时间: 2013-07-05 0:40
- 系统: ubuntu 10.04
Re: ubuntu安装chrome出现Dependency is not satisfiable: gconf-ser
关键是这个东西不是可以安装的,像是某个服务没有配置好只是说 写了:我就翻译下,你的系统没有这个依赖,安装它。。
Sent from my Lenovo_A2105 using Tapatalk 2
- wangchaoran
- 帖子: 764
- 注册时间: 2011-11-18 21:41
- 系统: kubuntu 13.4 amd64
- 来自: China
Re: ubuntu安装chrome出现Dependency is not satisfiable: gconf-ser
执行
然后再安装chrome就行了。
代码: 全选
sudo apt-get install gconf-service
代码: 全选
The best way to predict the future is to invent it.
-
- 帖子: 3
- 注册时间: 2013-07-05 0:40
- 系统: ubuntu 10.04
Re: ubuntu安装chrome出现Dependency is not satisfiable: gconf-ser
不行 啊wangchaoran 写了:执行然后再安装chrome就行了。代码: 全选
sudo apt-get install gconf-service
sudo apt-get install gconf-service
出现 couldn't find package gconf-service
-
- 帖子: 12
- 注册时间: 2012-07-25 10:35
Re: ubuntu安装chrome出现Dependency is not satisfiable: gconf-ser
代码: 全选
sudo apt-get install gconf-service
Building dependency tree
Reading state information... Done
Package gconf-service is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package gconf-service has no installation candidate
....what's wrong?
- wangchaoran
- 帖子: 764
- 注册时间: 2011-11-18 21:41
- 系统: kubuntu 13.4 amd64
- 来自: China
Re: ubuntu安装chrome出现Dependency is not satisfiable: gconf-ser
你的ubuntu10.4是不是桌面版?10.4的桌面版已经停止支持了,绝大多数源也废掉了。
把下边的源加上再试:
把下边的源加上再试:
代码: 全选
deb http://old-releases.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ lucid-proposed main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ lucid-proposed main restricted universe multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
代码: 全选
The best way to predict the future is to invent it.
-
- 帖子: 38
- 注册时间: 2009-09-23 14:31
Re: ubuntu安装chrome出现Dependency is not satisfiable: gconf-ser
根本不行,一样提示找不到wangchaoran 写了:你的ubuntu10.4是不是桌面版?10.4的桌面版已经停止支持了,绝大多数源也废掉了。
把下边的源加上再试:代码: 全选
deb http://old-releases.ubuntu.com/ubuntu/ lucid main restricted universe multiverse deb http://old-releases.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse deb http://old-releases.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse deb http://old-releases.ubuntu.com/ubuntu/ lucid-proposed main restricted universe multiverse deb http://old-releases.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse deb-src http://old-releases.ubuntu.com/ubuntu/ lucid main restricted universe multiverse deb-src http://old-releases.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse deb-src http://old-releases.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse deb-src http://old-releases.ubuntu.com/ubuntu/ lucid-proposed main restricted universe multiverse deb-src http://old-releases.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
-
- 帖子: 38
- 注册时间: 2009-09-23 14:31
Re: ubuntu安装chrome出现Dependency is not satisfiable: gconf-ser
我在这个地址http://packages.ubuntu.com/precise/gconf-service
看到这个包,这个包好像是GNOME下的一个玩意~上面写着3.2.5-0ubuntu2
是不是意思就是说,必须是GNME3才可以安装。换言之就是只有GNOME3才可以运行chrome28?
而且发现,在新立得软件包管理器里chromium只有版本到25的
或者可以理解为chrome GNOME2 只能用到25?
看到这个包,这个包好像是GNOME下的一个玩意~上面写着3.2.5-0ubuntu2
是不是意思就是说,必须是GNME3才可以安装。换言之就是只有GNOME3才可以运行chrome28?
而且发现,在新立得软件包管理器里chromium只有版本到25的
或者可以理解为chrome GNOME2 只能用到25?
-
- 帖子: 1
- 注册时间: 2013-07-30 16:52
- 系统: Flaxlanneray
Re: ubuntu安装chrome出现Dependency is not satisfiable: gconf-ser
我也是在11.10下面装chrome找不到这个gconf-service,找了一下veenter 写了:我在这个地址http://packages.ubuntu.com/precise/gconf-service
看到这个包,这个包好像是GNOME下的一个玩意~上面写着3.2.5-0ubuntu2
是不是意思就是说,必须是GNME3才可以安装。换言之就是只有GNOME3才可以运行chrome28?
而且发现,在新立得软件包管理器里chromium只有版本到25的
或者可以理解为chrome GNOME2 只能用到25?
https://launchpad.net/ubuntu/+source/gc ... 1-0ubuntu1
这里可以看到在Lucid发行版里面,”Binary packages built by this source“中并没有gconf-service;
这个东东在Precise发行版中才有https://launchpad.net/ubuntu/+source/gconf/3.2.5-0ubuntu2
所以给楼主的建议:1. 安装古董版支持Ubuntu Lucid的chrome(如果找得到话);2.升级Ubuntu到12.04,再安装最新的chrome
-
- 帖子: 1
- 注册时间: 2013-09-20 4:27
- 系统: ubuntu10
Re: ubuntu安装chrome出现Dependency is not satisfiable: gconf-ser
sudo add-apt-repository ppa:chromium-daily/ppa
sudo apt-get update
sudo apt-get install chromium-browser
sudo apt-get update
sudo apt-get install chromium-browser
- moxia
- 帖子: 42
- 注册时间: 2012-08-29 18:49
Re: ubuntu安装chrome出现Dependency is not satisfiable: gconf-ser

-
- 帖子: 1
- 注册时间: 2015-11-23 14:45
- 系统: ubuntu
Re: ubuntu安装chrome出现Dependency is not satisfiable: gconf-ser
Before comand "sudo apt-get install gconf-service" add comand "sudo apt-get update". It works for me. May it help you!