首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在安装应用程序“种子同步”时,与libreadline依赖相关的错误

在安装应用程序“种子同步”时,与libreadline依赖相关的错误
EN

Unix & Linux用户
提问于 2018-09-05 13:20:47
回答 1查看 2.2K关注 0票数 2

我试图安装种子同步

我按照他们github的指示

代码语言:javascript
复制
    Download the deb package from the latest release

    Install the deb package:

    sudo dpkg -i <deb file>

当我试图安装deb软件包时,会出现以下错误

代码语言:javascript
复制
Selecting previously unselected package seedsync.
(Reading database ... 276845 files and directories currently installed.)
Preparing to unpack seedsync_0.6-0_amd64.deb ...
Unpacking seedsync (0.6-0) ...
dpkg: dependency problems prevent configuration of seedsync:
 seedsync depends on libreadline6 (>= 6.0); however:
  Package libreadline6 is not installed.

dpkg: error processing package seedsync (--install):
 dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Errors were encountered while processing:
 seedsync    

试图安装libreadline6告诉我,它不是移到其他地方了,就是过时了。

编辑:

代码语言:javascript
复制
sudo apt-get install libreadline6 

给我

代码语言:javascript
复制
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libreadline6 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 'libreadline6' has no installation candidate

Edit2:

或libreadline7显示它已经是最新版本,0升级,0新安装,0未升级。

种子同步包要求libreadline6 (>=6.0),我想我有libreadline7

代码语言:javascript
复制
apt-get install libreadline7
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libreadline7 is already the newest version (7.0-3).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.    
EN

回答 1

Unix & Linux用户

发布于 2018-09-11 07:08:24

这个Github问题似乎是相似的。显然,问题在于为Ubuntu准备的包与为Debian制作的包之间的问题。建议的解决方法是使用Dockerfile,它实际上使用了Ubuntu

票数 0
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/467020

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档