aboutsummaryrefslogtreecommitdiff
path: root/42-diff-rm.txt
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-06-21 13:30:51 +0100
committerAkshay <[email protected]>2022-06-21 13:30:51 +0100
commitbc09b9e6f5a8b8b7e17d83d29d5e97b282b7a268 (patch)
treed1b36aa144a900da527e7599ed11d56ec7312dfd /42-diff-rm.txt
parent3f2b0d24b2a7bdf6ea30f3e2f11c3543b46ebccc (diff)
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