From bcbd68d9c85d794fe952a550d473d5a20d6696f8 Mon Sep 17 00:00:00 2001 From: Yoginski Date: Mon, 2 Jul 2018 15:54:09 +0600 Subject: [PATCH] Explain how to remove packages from the base layer Haven't seen it being mentioned in any manuals. Closes: #1441 Approved by: cgwalters --- docs/manual/administrator-handbook.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/manual/administrator-handbook.md b/docs/manual/administrator-handbook.md index c1fa2651..fd1394f3 100644 --- a/docs/manual/administrator-handbook.md +++ b/docs/manual/administrator-handbook.md @@ -73,6 +73,9 @@ To remove layered packages installed from a repository, use `rpm-ostree uninstal specify the full NEVRA of the package. For example, `rpm-ostree uninstall ltrace-0.7.91-16.fc22.x86_64`. +In order to uninstall a package that is a part of the base layer, use `rpm-ostree override remove `. +For example, `rpm-ostree override remove firefox`. + By default, every `rpm-ostree` operation is "offline" - it has no effect on your running system, and will only take effect when you reboot. This "pending" state is called the "pending deployment". Operations can be chained; for example,