我正在尝试使用以下命令通过 debootstrap 安装 BackBox(基于 Ubuntu)chroot 环境:
sudo debootstrap --variant=buildd --arch i386 trusty /MYJAIL/ http://ppa.launchpad.net/backbox/four/ubuntu
我收到以下错误:
E: Failed getting release file http://ppa.launchpad.net/backbox/four/ubuntu/dists/trusty/Release
我验证了该文件存在于该 url 中,并且我可以毫无问题地连接到服务器。
我还能做些什么来尝试让它发挥作用?
谢谢你的帮助。