This repository was archived by the owner on Nov 2, 2024. It is now read-only.
How does one update Debian OS (apt) packages in a CT/LXC? Do we even need to? #2871
Unanswered
alichaudry
asked this question in
Q&A
Replies: 2 comments
-
Isn't this what you're looking for? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I recently installed the AdGuard Home (AGH) CT using the script in this repo. This is my first time using CTs (LXC containers) in Proxmox so please excuse my ignorance if these are particularly dumb questions; I saw nothing regarding these questions on the site for this repo (as well as the various readmes/guides inside the repo), and I did try searching for some key terms (
apt
,update lxc
, etc.) in the Issues and Discussions sections of the repo as well to no avail. Questions as follows:apt
still works and it generally feels like a proper VM (other than the fact that the kernel is shared w/ the PVE host), so maybe just anapt-get update && apt-get upgrade
should suffice?apt update
orapt-get update
in there, including in the script it sources at the very top of the update file. Does the container update script only update the underlying software (AGH) and not theapt
packages?Also happy to research this myself if I were to be pointed in the right direction. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions