如何安装 Multistrap 2.1.9+在 Ubuntu 11.10 上

发布于 2024-12-11 14:59:44 字数 151 浏览 0 评论 0原文

因此,我尝试为 PDEBuild 安装 Multistrap,但收到一条错误消息,指出 Multistrap 的 Ubuntu 默认版本 (2.1.6ubuntu) 低于所需版本 (2.1.9+)。有人知道我如何安装新版本吗?我尝试添加 lenny Debian 存储库,但似乎不起作用。

So I am trying to install Multistrap for PDEBuild but I am getting an error saying the Ubuntu default version of multistrap (2.1.6ubuntu) is less than the required (2.1.9+). Anyone know how I install the newer version? I tried adding the lenny Debian repo but it doesn't seem to work.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半步萧音过轻尘 2024-12-18 14:59:44

最简洁的方法是安装 pbuilder,从此处下载multistrap源码包(.dsc 和 .tar.gz),并构建包:

sudo apt-get install pbuilder
mkdir -p /tmp/build_multistrap && cd /tmp/build_multistrap
wget https://launchpad.net/debian/experimental/+source/multistrap/2.1.9/+files/multistrap_2.1.9.dsc https://launchpad.net/debian/experimental/+source/multistrap/2.1.9/+files/multistrap_2.1.9.tar.gz
sudo pbuilder build multistrap_2.1.9.dsc
cd /var/cache/pbuilder/result
sudo dpkg -i multistrap_2.1.9_all.deb 
rm -rf /tmp/build_multistrap

The cleanest way is to install pbuilder, download multistrap source package from here (both the .dsc and .tar.gz), and build the package:

sudo apt-get install pbuilder
mkdir -p /tmp/build_multistrap && cd /tmp/build_multistrap
wget https://launchpad.net/debian/experimental/+source/multistrap/2.1.9/+files/multistrap_2.1.9.dsc https://launchpad.net/debian/experimental/+source/multistrap/2.1.9/+files/multistrap_2.1.9.tar.gz
sudo pbuilder build multistrap_2.1.9.dsc
cd /var/cache/pbuilder/result
sudo dpkg -i multistrap_2.1.9_all.deb 
rm -rf /tmp/build_multistrap
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文