我试图安装种子同步。
我按照他们github的指示
Download the deb package from the latest release
Install the deb package:
sudo dpkg -i <deb file>当我试图安装deb软件包时,会出现以下错误
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告诉我,它不是移到其他地方了,就是过时了。
sudo apt-get install libreadline6 给我
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或libreadline7显示它已经是最新版本,0升级,0新安装,0未升级。
种子同步包要求libreadline6 (>=6.0),我想我有libreadline7
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. https://unix.stackexchange.com/questions/467020
复制相似问题