我可以使用 apt-get source 获取源包,但是有没有办法使用 aptitude 来做到这一点?我还使用 aptitude 下载了 python2.6 的 .deb 包,然后使用 ar 将其解压缩。
aptitude download python2.6
ar xv python2.6_2.6.5-1ubuntu6_i386.deb
我还使用 apt-get 下载了 python 源代码
sudo apt-get source python2.6
两个下载的内容不同。为什么 ?