问题标签 [unattended-upgrade]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
4 回答
3247 浏览

linux - 如何停止/禁用 linux 中软件包的自动更新?

Docker, Kubeadm, Kubelet, Kubectl我在 Ubuntu 18.04 LTS 上为我的 Kubernetes 集群安装了一些软件包 ( )。

不希望这些软件包自动更新,因为当更新发生在彼此之间时,它们之间会出现一些问题。 我只想在它们稳定时手动更新。

停止包自动更新的正确命令是什么?

我用来在 Ubuntu 18.04 上安装它们的命令

0 投票
2 回答
370 浏览

docker - apt-get 更新无根 Docker

在我的 Raspberry Pi 上安装 Rootful Docker 会更新源代码,并且可以unattended-upgrades通过查看sudo apt-cache policy.

但是,Rootless Docker 没有。那么有没有办法升级 Rootless Docker 呢?

换句话说:

使用 Rootful Docker,sudo apt-get update && sudo apt-get -y upgrade可以在主机上升级 Docker 安装。我希望能够用 Rootless Docker 做类似的事情。可能吗 ?

澄清一下:我不是要更新容器,而是要更新 Docker 本身。

提前感谢您提供的任何帮助:)

0 投票
0 回答
19 浏览

timer - 紧接着执行计时器

我希望 apt-update 计时器在周日晚上 4:30 到 5:30 之间运行,然后是 apt-upgrade 计时器。我有这些设置:

但有时会发生这种情况:

Systemd 忽略该选项After=apt-daily.timer。我怎样才能解决这个问题?