apt-get

担心 apt-get 升级:它会破坏我的网站吗?
apt-get

担心 apt-get 升级:它会破坏我的网站吗?

好的,我有一个在 Ubuntu 机器上管理的网站,但是我已经有一段时间没有更新 apache2 了。我想更新安全补丁等。 问题是我没有测试或 QA 服务器或任何可以“实验”的东西,而且我不想毁掉我的网站。 在相当活跃的网站上对 apache2 进行 apt-get 更新/升级有哪些风险? ...

Admin

在 Ubuntu Karmic 上安装 libqt4-dev 时遇到问题
apt-get

在 Ubuntu Karmic 上安装 libqt4-dev 时遇到问题

我在 Ubuntu Karmic 上安装 libqt4-dev 时遇到了问题。输出如下: The following packages have unmet dependencies: libqt4-core: Depends: libqtcore4 (= 4:4.7.0-0ubuntu2~lucid1~ppa2) but it is not going to be installed Depends: libqt4-network (= 4:4.7.0-0ubuntu2~lucid1~ppa2) but it is n...

Admin

本地网络中的 apt 包缓存
apt-get

本地网络中的 apt 包缓存

我家里有一台台式机和一台笔记本电脑,都运行相同版本的 Debian Testing。我该如何在笔记本电脑上配置 apt,让它先尝试从台式机下载软件包,然后再上网? ...

Admin

win10 debian wsl 中缺少 Git,libc6 版本阻止使用 apt-get 安装
apt-get

win10 debian wsl 中缺少 Git,libc6 版本阻止使用 apt-get 安装

在 Windows 上安装 Git 后,WSL 看不到它。使用时apt-get install git出现以下错误: Reading package lists... Done Building dependency tree... Done Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the un...

Admin

如何在 Debian Linux bullseye 11 上更新 MongoDB gpg 密钥?
apt-get

如何在 Debian Linux bullseye 11 上更新 MongoDB gpg 密钥?

操作系统:Debian 11 bullseye 内核:x86_64 Linux 5.10.0-26-cloud-amd64 我做到了: apt-get update 并得到: Err:11 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/3.6 Release.gpg The following signatures were invalid: EXPKEYSIG 58712A2291FA4AD5 MongoDB 3.6 Release Signing Key <[email p...

Admin

Debian apt-get 无法在高延迟、低带宽连接的情况下获取软件包
apt-get

Debian apt-get 无法在高延迟、低带宽连接的情况下获取软件包

我在一台延迟高、带宽低的机器上遇到了问题。apt-get 无法获取软件包。它显示: Fehl:45 http://security.debian.org/debian-security bookworm-security/main amd64 linux-headers-6.1.0-12-amd64 amd64 6.1.52-1 Verbindung fehlgeschlagen [IP: 199.232.42.132 80] E: Fehlschlag beim Holen von http://security.debian.org/debian-sec...

Admin

无法在 CIS Ubuntu 22.04 LTS 实例上强制非交互式 apt-get dist-upgrade
apt-get

无法在 CIS Ubuntu 22.04 LTS 实例上强制非交互式 apt-get dist-upgrade

我有一个来自 AWS 的 CIS Ubuntu 22.04 LTS 基础映像,我正尝试使用 Packer 从中刻录一个基础映像。 由于这是一个完全非交互式的管道,我不能有任何 tty 问题,并且构建失败。我已经研究了这个问题很长时间了,但我没有主意: DEBIAN_FRONTEND=noninteractive sudo apt-get \ -o Dpkg::Options::=--force-confold \ -o Dpkg::Options::=--force-confdef \ -y --allow-downgrades --allow-...

Admin

无法在 Linux Mint 21.2 上安装 libjsonrpccpp-dev 和其他依赖项
apt-get

无法在 Linux Mint 21.2 上安装 libjsonrpccpp-dev 和其他依赖项

我无法在 Linux Mint 21.2 上安装 libjsonrpccpp-dev。我sudo apt update先安装了。 $ sudo apt install -y libjsonrpccpp-dev ... The following additional packages will be installed: libcurl4-openssl-dev libjsonrpccpp-client0 libjsonrpccpp-server0 Suggested packages: libcurl4-doc libidn11-dev libkr...

Admin

Parrot OS 未满足的依赖关系,持有损坏的软件包
apt-get

Parrot OS 未满足的依赖关系,持有损坏的软件包

我正在尝试在 parrot OS 上安装 samba,我使用的命令是sudo apt install smbclient。我得到的输出是这样的。请帮忙。 sudo apt-get install samba 正在读取软件包列表... 完成 正在 构建依赖关系树... 完成 正在读取状态信息... 完成 无法安装某些软件包。这可能意味着您请求了一个不可能的情况,或者如果您使用的是不稳定的发行版,则某些必需的软件包尚未创建或已从传入中移出。 以下信息可能有助于解决这种情况:\ 以下软件包具有未满足的依赖项: samba: 依赖:python3-samba 但不...

Admin

如何在安装库时跳过输入密码
apt-get

如何在安装库时跳过输入密码

我安装了该库。 $sudo apt-get install slapd ldap-utils 安装时它会停下来并询问, please enter the password for the admin entry in your ldap directory. 我正在使用 Dockerfile,所以我想跳过这个过程。 是否可以? ...

Admin

Debian 安全更新位置
apt-get

Debian 安全更新位置

我需要下载apt-get update检索到的 Debian 文件。从我的日志来看,似乎检索到了以下内容: http://deb.debian.org/debian伸展释放 http://security.debian.org/debian-security延伸/更新 InRelease http://deb.debian.org/debian伸展更新发布中 http://security.debian.org/debian-security延伸/更新发布 http://security.debian.org/debian-securitystretch/...

Admin

APT-GET docker 容器上的 GPG 错误(Ubuntu 22.04)
apt-get

APT-GET docker 容器上的 GPG 错误(Ubuntu 22.04)

我正在尝试在 Docker 容器apt-get update上执行ubuntu:22.04此操作。在我的本地机器上,当我启动一个新的ubuntu:22.04Docker 容器时run apt-get update,没有发生任何错误。但是,在我的 Jenkins 管道上,我得到了以下信息: 09:37:57 + apt-get update --allow-insecure-repositories 09:37:58 Get:1 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB] 09:37:...

Admin

在 Debian 测试中,apt-get install libsundials-dev 坚持删除 Cuda...为什么?
apt-get

在 Debian 测试中,apt-get install libsundials-dev 坚持删除 Cuda...为什么?

正如标题所说... 当我想安装sundials(和朋友)时,apt-get我想删除cuda,cuda drivers和cuda runtime。如果我只想安装,情况就不是这样了libsundials-ida6。 apt-cache policy在一些 cuda pkg 上显示只有其中一个。 这不是什么大问题,但是我使用的几个软件要么使用系统版本,要么引入它们的私有依赖项,而且我不想浪费空间...... 谢谢您的见解! 更新:安装petsc-dev依赖项时出现同样的问题。使用apt-get (r)depends或 也aptitude --full-resolv...

Admin