Query Regarding applications installed in base system #408
Unanswered
bhargavacybervigilens-sys
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
apt is installing applications inside a container. This container is the same across both roots. If you want to install a driver though, for example, it won't work inside a container, so you need to install it on the host. For this, you can use "abroot pkg", which will apply it to the future root so you will have to reboot to use it. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Also, if you want to install something on the host that is not available through our repos, you need to create a custom image. The instructions for that are here: |
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.
-
Scenario:
I installed the Wazuh agent in Status A using the command:
In Status A, the agent is available and running.
When I reboot into Status B, the Wazuh agent is also present, active, and running there as well even though I did not use any
abrootcommand.Given this behavior, what is the real use case of
abroot, and in what situations would I actually need to use it?Beta Was this translation helpful? Give feedback.
All reactions