Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在我的 Debian 中安装 GCC,但是当我执行./contrib/download_prerequisites命令时,我收到“禁止”错误,表明由于代理限制,我不允许从其资源中检索一个或多个包。
./contrib/download_prerequisites
我无法绕过代理,也无法联系管理员以获得许可。所以,如果有的话,我想下载一套完整的 GCC 包。不幸的是,我的 Linux 非常简陋,由于依赖问题,apt-get 和 aptitude 经常无法工作。所以,tar-gz/bz 方法就可以了。
感谢您的帮助。
我已经设法设置 aptitude 来安装所有必需的依赖项。好在这些资源没有被proxy的防火墙拦截,都可以下载。感谢天资。