需要重新安装软件包 libpython3.6-stdlib,但我找不到它的存档

需要重新安装软件包 libpython3.6-stdlib,但我找不到它的存档
nitesh@nitesh:~$ sudo apt-get upgrade 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: The package libpython3.6-stdlib needs to be reinstalled, but I can't find an archive for it.
nitesh@nitesh:~$ sudo apt-get install python3.6
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: The package libpython3.6-stdlib needs to be reinstalled, but I can't find an archive for it.
**nitesh@nitesh:~$** sudo apt-get install --reinstall libpython3.6-stdlib
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: The package libpython3.6-stdlib needs to be reinstalled, but I can't find an archive for it.

我下载了 libpython3.6-stdlib 包

nitesh@nitesh:~/Downloads$ sudo dpkg -i /libpython3.6-stdlib_3.6.5-3_amd64.deb
[sudo] password for nitesh: 
dpkg: error processing archive /libpython3.6-stdlib_3.6.5-3_amd64.deb (--install):
 cannot access archive: No such file or directory
Errors were encountered while processing:
 /libpython3.6-stdlib_3.6.5-3_amd64.deb
nitesh@nitesh:~/Downloads$ sudo dpkg -i libpython3.6-stdlib_3.6.5-3_amd64.deb
(Reading database ... 386961 files and directories currently installed.)
Preparing to unpack libpython3.6-stdlib_3.6.5-3_amd64.deb ...
Unpacking libpython3.6-stdlib:amd64 (3.6.5-3) over (3.6.5-5~16.04.york0) ...
dpkg: dependency problems prevent configuration of libpython3.6-stdlib:amd64:
 libpython3.6-stdlib:amd64 depends on libpython3.6-minimal (= 3.6.5-3); however:
  Version of libpython3.6-minimal:amd64 on system is 3.6.5-5~16.04.york0.
 libpython3.6-stdlib:amd64 depends on libreadline7 (>= 7.0~beta); however:
  Package libreadline7 is not installed.

dpkg: error processing package libpython3.6-stdlib:amd64 (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 libpython3.6-stdlib:amd64
nitesh@nitesh:~/Downloads$ 

答案1

您可以在 packages.ubuntu.com 上找到适用于 Ubuntu 的任何官方软件包。对于您的特定软件包,可以在此处找到结果:

https://packages.ubuntu.com/search?keywords=libpython3.6-stdlib&searchon=names&suite=all§ion=all

搜索结果显示,该软件包适用于 artful、bionic 和 cosmic。你可以根据你使用的 Ubuntu 版本进行选择。

相关内容