ubuntu安装chrome出现Dependency is not satisfiable: gconf-service

上网、浏览、聊天、下载等
回复
leo lee
帖子: 3
注册时间: 2013-07-05 0:40
系统: ubuntu 10.04

ubuntu安装chrome出现Dependency is not satisfiable: gconf-service

#1

帖子 leo lee » 2013-07-05 0:51

ubuntu 10.04安装chrome出现Error: Dependency is not satisfiable: gconf-service
搜索了好久,也 没有 搜 到 有 同样 问题的 ,我 是 新用 ubuntu,望 指教
头像
只是说
帖子: 1140
注册时间: 2012-03-12 22:44
系统: 贱兔
来自: 株洲

Re: ubuntu安装chrome出现Dependency is not satisfiable: gconf-ser

#2

帖子 只是说 » 2013-07-05 1:16

我就翻译下,你的系统没有这个依赖,安装它。。

Sent from my Lenovo_A2105 using Tapatalk 2
我的博客
leo lee
帖子: 3
注册时间: 2013-07-05 0:40
系统: ubuntu 10.04

Re: ubuntu安装chrome出现Dependency is not satisfiable: gconf-ser

#3

帖子 leo lee » 2013-07-05 1:35

只是说 写了:我就翻译下,你的系统没有这个依赖,安装它。。

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

#4

帖子 wangchaoran » 2013-07-05 7:09

执行

代码: 全选

sudo apt-get install  gconf-service
然后再安装chrome就行了。

代码: 全选

The best way to predict the future is to invent it.
leo lee
帖子: 3
注册时间: 2013-07-05 0:40
系统: ubuntu 10.04

Re: ubuntu安装chrome出现Dependency is not satisfiable: gconf-ser

#5

帖子 leo lee » 2013-07-06 2:26

wangchaoran 写了:执行

代码: 全选

sudo apt-get install  gconf-service
然后再安装chrome就行了。
不行 啊
sudo apt-get install gconf-service
出现 couldn't find package gconf-service
zerayin
帖子: 12
注册时间: 2012-07-25 10:35

Re: ubuntu安装chrome出现Dependency is not satisfiable: gconf-ser

#6

帖子 zerayin » 2013-07-06 19:54

代码: 全选

sudo apt-get install gconf-service 
Reading package lists... Done
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

#7

帖子 wangchaoran » 2013-07-06 20:34

你的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.
veenter
帖子: 38
注册时间: 2009-09-23 14:31

Re: ubuntu安装chrome出现Dependency is not satisfiable: gconf-ser

#8

帖子 veenter » 2013-07-29 23:43

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

根本不行,一样提示找不到
veenter
帖子: 38
注册时间: 2009-09-23 14:31

Re: ubuntu安装chrome出现Dependency is not satisfiable: gconf-ser

#9

帖子 veenter » 2013-07-29 23:50

我在这个地址http://packages.ubuntu.com/precise/gconf-service
看到这个包,这个包好像是GNOME下的一个玩意~上面写着3.2.5-0ubuntu2
是不是意思就是说,必须是GNME3才可以安装。换言之就是只有GNOME3才可以运行chrome28?

而且发现,在新立得软件包管理器里chromium只有版本到25的

或者可以理解为chrome GNOME2 只能用到25?
feverforce
帖子: 1
注册时间: 2013-07-30 16:52
系统: Flaxlanneray

Re: ubuntu安装chrome出现Dependency is not satisfiable: gconf-ser

#10

帖子 feverforce » 2013-07-30 17:01

veenter 写了:我在这个地址http://packages.ubuntu.com/precise/gconf-service
看到这个包,这个包好像是GNOME下的一个玩意~上面写着3.2.5-0ubuntu2
是不是意思就是说,必须是GNME3才可以安装。换言之就是只有GNOME3才可以运行chrome28?

而且发现,在新立得软件包管理器里chromium只有版本到25的

或者可以理解为chrome GNOME2 只能用到25?
我也是在11.10下面装chrome找不到这个gconf-service,找了一下

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
definerem
帖子: 1
注册时间: 2013-09-20 4:27
系统: ubuntu10

Re: ubuntu安装chrome出现Dependency is not satisfiable: gconf-ser

#11

帖子 definerem » 2013-09-20 4:31

sudo add-apt-repository ppa:chromium-daily/ppa
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

#12

帖子 moxia » 2013-09-25 23:41

:em20 ubuntu10.04貌似安装不了最新版本的chrome了。。。
englishpatient
帖子: 1
注册时间: 2015-11-23 14:45
系统: ubuntu

Re: ubuntu安装chrome出现Dependency is not satisfiable: gconf-ser

#13

帖子 englishpatient » 2015-11-23 14:49

Before comand "sudo apt-get install gconf-service" add comand "sudo apt-get update". It works for me. May it help you!
回复