安装inkscape的时候提示:The following packages have unmet dependencies:
inkscape : Depends: libpoppler49 (>= 0.30.0) but it is not installable
请问要在哪里找到这个libpoppler49 ,我只看到libpoppler52。
[已解决]Ubuntu 15.10 安装 inkscape 提示缺少 libpoppler49
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
-
- 帖子: 94
- 注册时间: 2008-09-16 3:03
- 系统: Windowns7ubuuntu
[已解决]Ubuntu 15.10 安装 inkscape 提示缺少 libpoppler49
上次由 hlsq 在 2015-08-18 7:58,总共编辑 2 次。
- vickycq
- 帖子: 4507
- 注册时间: 2011-03-20 13:12
- 系统: Debian
- 来自: 山东省寿光县
- 联系:
Re: Ubuntu 15.10 安装 inkscape 提示缺少 libpoppler49
你从哪里装的inkscape?ubuntu 15.10软件源中带的inkscape依赖libpoppler52。
终端执行
把结果全部复制贴上来。
参考:http://packages.ubuntu.com/wily/inkscape
终端执行
代码: 全选
cat /etc/apt/sources.list
参考:http://packages.ubuntu.com/wily/inkscape
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
欢迎所有 Debian GNU/Linux 用户
-
- 论坛版主
- 帖子: 18279
- 注册时间: 2009-08-04 16:33
Re: Ubuntu 15.10 安装 inkscape 提示缺少 libpoppler49
http://packages.ubuntu.com/search?keywo ... chon=names请问要在哪里找到这个libpoppler49
在 Ubuntu 15.04 套件庫 有 libpoppler49
但是 在 Ubuntu 15.10 套件庫 沒有 libpoppler49
http://packages.ubuntu.com/search?suite ... chon=names我只看到libpoppler52。
從 Ubuntu 15.10 套件庫 才開始有 libpoppler52
如果你是在 Ubuntu 15.10 安装 inkscape 卻碰到 依賴 Ubuntu 14.04 套件庫 的 libpoppler49Ubuntu 15.10 安装 inkscape 提示缺少 libpoppler49
可能原因之一 是你安裝的 inkscape 版本是稍舊的版本
其它可能原因參見
viewtopic.php?p=3140516#p3140516
安裝任何套件之前 養成良好習慣 先把你的系統 更新到最新版本
sudo apt-get update # 把能夠安裝/更新的套件版本名單 升級到最新版本
sudo apt-get upgrade # 把已經安裝的套件 升級到最新版本 (如果某套件相依套件版本不滿足要求會放棄升級該套件)
sudo apt-get dist-upgrade # 把上面指令因為相依套件版本不滿足要求而放棄升級的某套件 強制下載可以滿足要求的相依套件版本 並且完成升級該套件 (選項 有風險 不建議新手使用)
然後再開始安裝新套件
sudo apt-get install inkscape
這樣 碰到因為相依套件版本不滿足要求而安裝失敗的機會 會減少
如果還是相同的錯誤訊息
請將全部錯誤訊息複製貼上來
不要摘要以免遺漏重要研判資訊
-
- 帖子: 94
- 注册时间: 2008-09-16 3:03
- 系统: Windowns7ubuuntu
Re: Ubuntu 15.10 安装 inkscape 提示缺少 libpoppler49
sudo apt-get install inkscape 这样安装的。vickycq 写了:你从哪里装的inkscape?ubuntu 15.10软件源中带的inkscape依赖libpoppler52。
终端执行把结果全部复制贴上来。代码: 全选
cat /etc/apt/sources.list
参考:http://packages.ubuntu.com/wily/inkscape
代码: 全选
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://archive.ubuntu.com/ubuntu wily main restricted
deb-src http://archive.ubuntu.com/ubuntu wily main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu wily-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu wily-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu wily universe
deb-src http://archive.ubuntu.com/ubuntu wily universe
deb http://archive.ubuntu.com/ubuntu wily-updates universe
deb-src http://archive.ubuntu.com/ubuntu wily-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://archive.ubuntu.com/ubuntu wily multiverse
deb-src http://archive.ubuntu.com/ubuntu wily multiverse
deb http://archive.ubuntu.com/ubuntu wily-updates multiverse
deb-src http://archive.ubuntu.com/ubuntu wily-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu wily-security main restricted
deb-src http://archive.ubuntu.com/ubuntu wily-security main restricted
deb http://archive.ubuntu.com/ubuntu wily-security universe
deb-src http://archive.ubuntu.com/ubuntu wily-security universe
deb http://archive.ubuntu.com/ubuntu wily-security multiverse
deb-src http://archive.ubuntu.com/ubuntu wily-security multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu wily partner
deb-src http://archive.canonical.com/ubuntu wily partner
deb http://archive.ubuntu.com/ubuntu wily-backports restricted multiverse main universe
deb http://archive.ubuntu.com/ubuntu wily-proposed multiverse main restricted univers
-
- 论坛版主
- 帖子: 18279
- 注册时间: 2009-08-04 16:33
Re: Ubuntu 15.10 安装 inkscape 提示缺少 libpoppler49
補充
在我的 Ubuntu 15.10 意外發現 竟然有已安裝 libpoppler49 套件
經使用 synaptic / 狀態 發現 libpoppler49 出現在 已安裝的(本地的或陳舊的)
askubuntu 這樣解釋
http://askubuntu.com/questions/44930/wh ... n-synaptic
What does “local or obsolete” mean in Synaptic
但是
我實際在 Ubuntu 15.10 安裝了 inkscape
沒有碰到你說的情況
在我的 Ubuntu 15.10 意外發現 竟然有已安裝 libpoppler49 套件
經使用 synaptic / 狀態 發現 libpoppler49 出現在 已安裝的(本地的或陳舊的)
askubuntu 這樣解釋
http://askubuntu.com/questions/44930/wh ... n-synaptic
What does “local or obsolete” mean in Synaptic
但是
我實際在 Ubuntu 15.10 安裝了 inkscape
沒有碰到你說的情況
-
- 帖子: 94
- 注册时间: 2008-09-16 3:03
- 系统: Windowns7ubuuntu
Re: Ubuntu 15.10 安装 inkscape 提示缺少 libpoppler49
我在 synaptic 也没有看到 libpoppler49 。而且不知道为什么,今天运行 synaptic 之后硬盘转个不停。top查看是Xorg占用CPU99%。poloshiao 写了:補充
在我的 Ubuntu 15.10 意外發現 竟然有已安裝 libpoppler49 套件
經使用 synaptic / 狀態 發現 libpoppler49 出現在 已安裝的(本地的或陳舊的)
askubuntu 這樣解釋
http://askubuntu.com/questions/44930/wh ... n-synaptic
What does “local or obsolete” mean in Synaptic
但是
我實際在 Ubuntu 15.10 安裝了 inkscape
沒有碰到你說的情況
-
- 论坛版主
- 帖子: 18279
- 注册时间: 2009-08-04 16:33
Re: Ubuntu 15.10 安装 inkscape 提示缺少 libpoppler49
http://manpages.ubuntu.com/manpages/viv ... top.1.html今天运行 synaptic 之后硬盘转个不停。top查看是Xorg占用CPU99%。
The top program provides a dynamic real-time view of a running system.
把 synaptic 關掉
看看 top 有何改變
意思是查證一下 Xorg 占用 CPU 99% 跟 synaptic 是否有關
重複 開/關 synaptic 幾次 看看
-
- 帖子: 94
- 注册时间: 2008-09-16 3:03
- 系统: Windowns7ubuuntu
Re: Ubuntu 15.10 安装 inkscape 提示缺少 libpoppler49
我终于知道原因了,是因为昨天晚上网速不好。这些命令都没成功。今天网速也不好,所以应该中间哪里出问题了。现在晚上安装好了。poloshiao 写了:http://packages.ubuntu.com/search?keywo ... chon=names请问要在哪里找到这个libpoppler49
在 Ubuntu 15.04 套件庫 有 libpoppler49
但是 在 Ubuntu 15.10 套件庫 沒有 libpoppler49http://packages.ubuntu.com/search?suite ... chon=names我只看到libpoppler52。
從 Ubuntu 15.10 套件庫 才開始有 libpoppler52如果你是在 Ubuntu 15.10 安装 inkscape 卻碰到 依賴 Ubuntu 14.04 套件庫 的 libpoppler49Ubuntu 15.10 安装 inkscape 提示缺少 libpoppler49
可能原因之一 是你安裝的 inkscape 版本是稍舊的版本
其它可能原因參見
viewtopic.php?p=3140516#p3140516
安裝任何套件之前 養成良好習慣 先把你的系統 更新到最新版本
sudo apt-get update # 把能夠安裝/更新的套件版本名單 升級到最新版本
sudo apt-get upgrade # 把已經安裝的套件 升級到最新版本 (如果某套件相依套件版本不滿足要求會放棄升級該套件)
sudo apt-get dist-upgrade # 把上面指令因為相依套件版本不滿足要求而放棄升級的某套件 強制下載可以滿足要求的相依套件版本 並且完成升級該套件 (選項 有風險 不建議新手使用)
然後再開始安裝新套件
sudo apt-get install inkscape
這樣 碰到因為相依套件版本不滿足要求而安裝失敗的機會 會減少
如果還是相同的錯誤訊息
請將全部錯誤訊息複製貼上來
不要摘要以免遺漏重要研判資訊
不过又有新问题,DASH 提示:对不起,没有找到匹配的结果。
哦,装上unity-lens-applications就好了。
谢谢!