apt-cache

`apt` source.list 提供哪些软件包?
apt-cache

`apt` source.list 提供哪些软件包?

有没有办法知道某个/etc/apt/sources.list*条目提供了哪些包? 我看到apt-cache policy '*'列出了所有来源提供的所有软件包,这些软件包都可以解析,但那太庞大了。我想也可以看看/var/lib/apt/lists。还有更简单的吗? ...

Admin

通过 apt-cacher-ng 执行 debian jessie apt 失败
apt-cache

通过 apt-cacher-ng 执行 debian jessie apt 失败

使用直接连接时: root@cc90861af3e4:/etc/apt/apt.conf.d# apt-get update Hit http://security.debian.org jessie/updates InRelease Ign http://deb.debian.org jessie InRelease Hit http://deb.debian.org jessie-updates InRelease Hit h...

Admin

Debian:查找已安装软件包的存储库
apt-cache

Debian:查找已安装软件包的存储库

在具有大量不同源存储库的旧版 Debian 机器上/etc/apt/sources.list.d/,我想找到每个已安装的软件包,它从哪个仓库安装。我想编写脚本输出apt-cache 策略,但在此之前我必须更清楚地理解这个输出。 我发现了一些我不知道如何解释的事情: # apt-cache policy apache2 apache2: Installed: 2.2.22-13+deb7u8 Candidate: 2.2.22-13+deb7u12 Version table: 2.2.22-13+deb7u12 0 ...

Admin

apt-cacher-ng 是否准备好支持多平台?
apt-cache

apt-cacher-ng 是否准备好支持多平台?

我有一个魔杖板在家里运行 Debian Jessie(它是 ARM Cortex-A9)。它连接了 3TB 硬盘。它主要是我的 NAS + 远程访问,但我想将它用作 apt 的缓存镜像。(我家里还有 5 台运行 Linux 的 PC(x86),有时我需要在所有 PC 上安装相同的软件。) apt-cacher-ng 似乎可以解决这个问题,但我无法在文档是否可以在不同的架构中使用。 apt-cacher-ng 准备好了吗?如果没有,是否可以进行一些调整使其正常工作? ...

Admin

使用 APT 来查找基础包?
apt-cache

使用 APT 来查找基础包?

这个问题已经困扰我一段时间了。例如,如果我想安装 xfce 桌面环境,我可以使用apt-cache search xfce- 但这会给我 500 个结果,而我所寻找的只是基础包,而不是桌面本身的辅助包。我该如何有效地找到事物的基础包? ...

Admin

Debian:APT pin 中的转义空格
apt-cache

Debian:APT pin 中的转义空格

我在 Raspberry Pi 上运行 Debian Wheezy,并且希望同时拥有 Raspbian 存储库http://mirrordirector.raspbian.org/raspbian/(用于操作系统)和 RPi Foundation 存储库http://archive.raspberrypi.org/debian/(用于内核和固件)。 问题是 Foundation 仓库发布了 的新版本libpixman-1-0,这会破坏 VLC 构建 - 因此我想使用 APT 固定来固定 Foundation 仓库中除raspberrypi-bootload...

Admin

如何获取软件包版本的代号(“wheezy”或“sid”)?
apt-cache

如何获取软件包版本的代号(“wheezy”或“sid”)?

apt-cache show显示软件包的各个版本 # apt-cache show libc6:i386 Package: libc6 Version: 2.17-97 Architecture: i386 ... Package: libc6 Status: install ok installed Version: 2.17-7 Architecture: i386 Multi-Arch: same ... Package: libc6 Version: 2.13-38 Architecture: i386 ... # apt-get show ...

Admin

如何为 ftp 配置 apt-cacher
apt-cache

如何为 ftp 配置 apt-cacher

几天前,我设置了一个 apt-cache 服务器。客户端配置为使用它作为代理。这是必要的,因为我们通常使用 ftp(而且我也觉得“更干净”)。所以我的 apt.conf 如下所示: Acquire::http::Proxy "http://my.cache:3142"; # Still needed for the security repositories Acquire::ftp::Proxy "ftp://my.cache:3142"; # I also tried "http://my.cache:3142"; http 请求工作正常(我通过禁...

Admin

列出存储库中的软件包?
apt-cache

列出存储库中的软件包?

我正在使用 Ubuntu 12.04 Server。我想安装 OpenStack,所以我启用了云存档存储库: sudo add-apt-repository cloud-archive:havana 在随后的update和之后upgrade,我注意到python-crypto发生了变化。python-crypto最近修复了一个 CVE,所以我想确保我使用的是修补版本python-crypto。我还想比较python-cryptoUbuntu 和 Cloud Archive 中的。 如何列出和的包装Ubuntu::python-crypto信息Clou...

Admin

如何在 ubuntu 12.04 中使用 apt-cache 服务器?
apt-cache

如何在 ubuntu 12.04 中使用 apt-cache 服务器?

我试过Apt-缓存服务器在 ubuntu 10.10 上,它工作正常。但是,现在我使用的是 ubuntu 12.04,该页面中的所有教程对我来说都不起作用: Ign http://136.198.117.4 precise/main Translation-en W: Failed to fetch http://136.198.117.4:3142/id.archive.ubuntu.com/ubuntu/dists/precise/main/source/Sources 403 Forbidden ...

Admin

“apt-cache policy”的多个输出“
apt-cache

“apt-cache policy”的多个输出“

据我了解,apt-cache policy <package name>显示固定顺序,从而显示 apt 存储库中可用的版本package name及其优先级顺序。 因此,如果对于未安装的软件包,输出包含各种版本(优先级相同,为 500),那么哪一个将是要安装的版本? 例如, $ apt-cache policy git得出的结果是: Installed: (none) Candidate: 1:2.25.1-1ubuntu3.2 Version table: 1:2.25.1-1ubuntu3.2 500 500 h...

Admin

如何搜索旧 Ubuntu 版本的软件包列表?
apt-cache

如何搜索旧 Ubuntu 版本的软件包列表?

apt-cache我通常使用(例如apt-cache search 'flash player')或使用搜索功能来搜索软件包https://packages.ubuntu.com。 现在假设我想搜索旧 Ubuntu 版本(例如 Ubuntu 12.04 LTS Precise Pangolin)的软件包列表。我该怎么做?apt-cache search ...仅搜索我正在使用的 Ubuntu 版本可用的软件包。https://packages.ubuntu.com仅搜索一些最新版本。 我想我可以从http://...

Admin

使用 Ubuntu 或 Debian 中输入文件中的顶级包生成带版本的依赖包列表
apt-cache

使用 Ubuntu 或 Debian 中输入文件中的顶级包生成带版本的依赖包列表

Ubuntu/Debian 中是否有类似 npm lock-file 的东西可以生成 Debian 软件包树,其中包含直接和传递依赖项的精确版本?例如,Redis 的 lock-file 将类似于 redis-server= 5:4.0.9-1ubuntu0.2 lsb-base=3.2-14 redis-tools=5:4.0.9-1ubuntu0.2 lsb-base libc6= 2.14 ... 此外,如果可以通过编程生成这样的状态,那么如何将其用于 apt-get install 或 dpkg? ...

Admin