aboutsummaryrefslogtreecommitdiff
path: root/42-diff-rm.txt
diff options
context:
space:
mode:
Diffstat (limited to '42-diff-rm.txt')
-rw-r--r--42-diff-rm.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/42-diff-rm.txt b/42-diff-rm.txt
new file mode 100644
index 0000000..8fe28ce
--- /dev/null
+++ b/42-diff-rm.txt
@@ -0,0 +1,15 @@
1${BLD}Imperative${RST}
2
3${CYN}+apt remove git${RST} # remove the binary
4${CYN}+apt autoremove git${RST} # remove the orphaned dependencies if any
5
6
7${BLD}Declarative${RST}
8
9 {
10 environment.systemPackages = [
11${RED}- git${RST}
12 adb
13 ];
14 }
15