Questions tagged «apt»

Advanced Packaging Tool,基于Debian的发行版的软件包管理器。它也是在Ubuntu中安装软件包的最常用工具。有关使用任何apt工具的问题,应使用此标记。


2
如果medibuntu.org自2010年以来已被关闭,为什么仍将其作为软件包来源提供?
尝试更新时,我的输出显示“某些索引文件下载失败”和“它们已被忽略,或者使用了旧的索引文件”。我是否配置错误,或者是否有理由将mediubuntu.org关机后仍列为选项?这是我的更新: jeff @ bigJeff:〜$ sudo apt-get更新 精确点击http://us.archive.ubuntu.com Release.gpg 点击http://us.archive.ubuntu.com精确更新Release.gpg 点击http://us.archive.ubuntu.com精确反向发布Release.gpg 点击http://security.ubuntu.com精确安全Release.gpg 点击http://ppa.launchpad.net精确的Release.gpg 点击http://us.archive.ubuntu.com精确发布 点击http://us.archive.ubuntu.com精确更新发行版 点击http://security.ubuntu.com精确安全发布 点击http://us.archive.ubuntu.com precision-backports版本 点击http://ppa.launchpad.net精确发布 点击http://security.ubuntu.com precision-security / main来源 点击http://us.archive.ubuntu.com精确/主要来源 点击http://us.archive.ubuntu.com精确/受限来源 点击http://us.archive.ubuntu.com精确/通用来源 点击http://us.archive.ubuntu.com精确/多重来源 点击http://us.archive.ubuntu.com precision / main amd64软件包 点击http://us.archive.ubuntu.com精确/受限制的amd64软件包 点击http://us.archive.ubuntu.com precision / universe amd64软件包 点击http://us.archive.ubuntu.com precision / multiverse amd64软件包 点击http://us.archive.ubuntu.com精确/主要的i386软件包 精确/受限制地访问http://us.archive.ubuntu.com i386软件包 点击http://security.ubuntu.com精确安全性/受限来源 点击http://security.ubuntu.com precision-security / universe来源 …
apt 


1
重新安装CUDA工具包
好的,我已经运行以下命令来安装CUDA Toolkit版本10 :(下载.deb文件之后) sudo dpkg -i cuda-repo-ubuntu1704-10-0-local_10.0.176-1_amd64.deb sudo apt-key add /var/cuda-repo-10-0-local/7fa2af80.pub sudo apt-get update sudo apt-get install cuda 但是后来我意识到我想要9.0版,现在每次尝试从10.0版卸载所有内容时,我都无法...当我运行时apt-cache madison cuda: cuda | 10.0.130-1 | file:/var/cuda-repo-10-0-local-10.0.130-410.48 Packages cuda | 9.0.176-1 | file:/var/cuda-repo-9-0-local Packages 即使我尝试仅安装9.0版sudo apt-get install cuda=9.0.176-1,也是如此:在安装过程中,他尝试访问10.0文件 所以我已经尝试了一切!我只想完全删除2个版本,整个软件包,密钥以及所有内容,所以我可以从头开始 提前致谢

1
无法找到软件包openfoam221
当我执行命令时 **VERS=$(lsb_release -cs) sudo sh -c "echo deb http://www.openfoam.org/download/ubuntu $VERS main > /etc/apt**/sources.list.d/openfoam.list"*][1]* 我有一个文件,openfoam.list 但输出sudo apt-get install openfoam221 是 N: Ignoring file 'openfoam221_0-1_i386.deb' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension N: Ignoring file 'openfoamlist' in directory '/etc/apt/sources.list.d/' as it has no filename extension N: Ignoring file 'openfoam221_0-1_i386.deb' …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.