安装python2.6构建依赖项

安装python2.6构建依赖项,python,python-2.6,Python,Python 2.6,我正在尝试使用 sudo-apt-get-build-dep-python2.6 但是我得到了错误E:找不到python2.6的源程序包sudo apt get build dep python defaults,这个问题属于这是因为您在/etc/apt/sources.list中禁用了源存储库。查找行: deb http://archive.ubuntu.com/ubuntu <version-name> main restricted multiverse 你能告诉我哪里可以下

我正在尝试使用 sudo-apt-get-build-dep-python2.6
但是我得到了错误E:找不到python2.6的源程序包

sudo apt get build dep python defaults
,这个问题属于

这是因为您在/etc/apt/sources.list中禁用了源存储库。查找行:

deb http://archive.ubuntu.com/ubuntu <version-name> main restricted multiverse

你能告诉我哪里可以下载python2.6二进制文件吗
deb-src http://archive.ubuntu.com/ubuntu <version-name> main restricted multiverse
sudo apt-get build-dep python