Tag: 存储库

为什么旧版本的Ubuntu软件包存储库没有更新?

假设我的Ubuntu版本是Natty,我想使用apt-get安装最新的nodejs。 但是,最新的nodejs仅在Quantal的软件包存储库中可用。(请参阅http://packages.ubuntu.com/search?keywords=nodejs&searchon=names&section=all ),这迫使我将操作系统更新为Quantal或从源tarball构建最新的nodejs。 Natty上nodejs的构建脚本与Quantal上的构建脚本没有区别。 为什么Ubuntu软件包存储库的维护者甚至都没有尝试使用Quantal保存Natty的软件包存储库?

W:存储库’http://download.fpcomplete.com/ubuntu yakkety Release’未签名

我运行sudo apt-get update时遇到以下错误: W: The repository ‘http://download.fpcomplete.com/ubuntu yakkety Release’ is not signed. 我怎样才能解决这个问题? 我的/etc/apt/sources.list文件如下: deb http://archive.ubuntu.com/ubuntu yakkety main universe restricted multiverse deb http://security.ubuntu.com/ubuntu/ yakkety-security main universe multiverse restricted deb http://archive.ubuntu.com/ubuntu yakkety-updates main universe multiverse restricted deb http://archive.ubuntu.com/ubuntu yakkety-backports main universe multiverse restricted 我在“软件和更新”中将“南非服务器”更改为“主服务器”,但这没有帮助。

将deb文件从存储库保存到自定义位置以便脱机安装

可能重复: 如何离线安装软件? 我想从存储库(apt-get,aptitude)下载并保存某些应用程序的deb文件,最好是它们的依赖项,而不需要安装,以便我可以在机器离线时安装这些应用程序。 另外我想知道是否可以在32位机器上下载64位机器的deb文件。

为什么我得到“命令’deb’未找到”?

我遇到了几个包含命令deb安装说明。 但似乎我的安装中没有此命令。 我在哪里可以得到这个命令? 有解决方法吗?

Ubuntu Tweak不想安装

我在Ubuntu 15.04中使用那些命令: sudo add-apt-repository ppa:tualatrix/ppa sudo apt-get update sudo apt-get install ubuntu-tweak 当我运行sudo apt-get update我收到以下错误消息: W: Failed to fetch http://ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/vivid/main/source/Sources 404 Not Found W: Failed to fetch http://ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/vivid/main/binary-amd64/Packages 404 Not Found W: Failed to fetch http://ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/vivid/main/binary-i386/Packages 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. […]

无法删除抱怨它没有公钥的存储库

我使用Ubuntu Studio 16.04 LTS,64位,分为3台台式机(Intel i5和i7)和4台笔记本电脑(Intel Pentium)。 全部带有8 GB的RAM。 大约一周前,我每次尝试更新/升级系统时都收到以下消息: https://download.01.org/gfx/ubuntu/16.04/main xenial InRelease” has no Public Key. It isn’t safe to use this kind of repository. 我尝试使用terminal命令删除该存储库(我不记得添加): sudo add-apt-repository -r 但是,即使系统似乎执行该操作,下次输入时也会使用存储库: sudo apt-get update 此存储库在Synaptic Software Manager和/或Ubuntu Software Center中不可见。 我该如何解决?

W:跳过获取配置文件’main / binary-1386 / Packages’作为存储库…不支持体系结构’1386′

我最近开始遇到软件更新程序的问题。 当我尝试运行它时,我收到消息: Failed to download repository information. Check your internet connection. 我的连接工作正常,所以我确定它必须是别的东西。 下面是Details输入的输出作为代码,因为这是我能找到的唯一方法,它允许我包含它。 W:Skipping acquire of configured file ‘main/binary-1386/Packages’ as repository ‘http://mirror.steadfast.net/ubuntu xenial InRelease’ doesn’t support architecture ‘1386’, W:Skipping acquire of configured file ‘restricted/binary-1386/Packages’ as repository ‘http://mirror.steadfast.net/ubuntu xenial InRelease’ doesn’t support architecture ‘1386’, W:Skipping acquire of configured file ‘main/binary-1386/Packages’ as repository ‘http://mirror.steadfast.net/ubuntu xenial-updates InRelease’ doesn’t […]

有没有理由Getdeb Repo总是关闭

最近,当我更新时,这个过程坚持下去: [连接到archive.getdeb.net(144.76.200.19)] 该网站 – http://getdeb.net/ – 超时和cloudflare消息没有任何帮助。 有谁知道为什么这个回购和网站都关闭了? 或者其他任何事情呢? 谢谢。

Ubuntu 16.04 LTS 64位上的默认存储库是什么?

我在线跟踪了一些命令来安装Skype,但现在我的存储库列表中充满了我不想要的东西。 如何在Ubuntu 16.04 LTS 64位中恢复列表? 操作系统:Linux Ubuntu 操作系统版本:16.04 LTS 操作系统架构:64位

如何手动删除/删除添加的存储库?

请帮帮我:我手动添加了这个存储库,我不能删除它们 echo ‘deb http://download.opensuse.org/repositories/home:/Horst3180/Debian_8.0/ /’ > /etc/apt/sources.list.d/vertex-theme.list wget http://download.opensuse.org/repositories/home:Horst3180/Debian_8.0/Release.key 我尝试使用apt-key list删除apt-key list ,然后使用id删除,它成功删除了密钥,但是当我使用apt update我得到了这个输出: W: GPG error: http://download.opensuse.org/repositories/home:/Horst3180/Debian_8.0 Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 5A7D1D38BEB6D886 E: The repository ‘http://download.opensuse.org/repositories/home:/Horst3180/Debian_8.0 Release’ is not signed. N: Updating from such a repository can’t be done securely, and is therefore […]