未能找到包的apt-get安装

时间:2022-01-25 10:40:13

On a virtual machine (OS is Ubuntu 10.10), I'm trying to create Debian package from a Python package using stdeb:

在虚拟机上(操作系统是Ubuntu 10.10),我正在尝试使用stdeb从Python包创建Debian包:

apt-get install python-stdeb

But the terminal says:

但终端说:

E:Unable to locate package python-stdeb

3 个解决方案

#1


3  

Ubuntu 10.10 ceased being supported April 2012. The repositories are likely not hosted by Canonical anymore.

Ubuntu 10.10在2012年4月停止支持。存储库很可能不再由Canonical托管。

#2


-1  

You can manually download python-stdeb here:

您可以在这里手动下载python-stdeb:

http://packages.debian.org/wheezy/python-stdeb

http://packages.debian.org/wheezy/python-stdeb

The link is at the bottom.

链接在底部。

#3


-2  

Just install it via pip:

只需通过pip安装:

pip install python-stdeb 

If you do not have pip: apt-get install python-pip

如果没有pip: apt-get安装python-pip

#1


3  

Ubuntu 10.10 ceased being supported April 2012. The repositories are likely not hosted by Canonical anymore.

Ubuntu 10.10在2012年4月停止支持。存储库很可能不再由Canonical托管。

#2


-1  

You can manually download python-stdeb here:

您可以在这里手动下载python-stdeb:

http://packages.debian.org/wheezy/python-stdeb

http://packages.debian.org/wheezy/python-stdeb

The link is at the bottom.

链接在底部。

#3


-2  

Just install it via pip:

只需通过pip安装:

pip install python-stdeb 

If you do not have pip: apt-get install python-pip

如果没有pip: apt-get安装python-pip