From bc09b9e6f5a8b8b7e17d83d29d5e97b282b7a268 Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 21 Jun 2022 18:00:51 +0530 Subject: * --- 42-diff-rm.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 42-diff-rm.txt (limited to '42-diff-rm.txt') 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 @@ +${BLD}Imperative${RST} + +${CYN}+apt remove git${RST} # remove the binary +${CYN}+apt autoremove git${RST} # remove the orphaned dependencies if any + + +${BLD}Declarative${RST} + + { + environment.systemPackages = [ +${RED}- git${RST} + adb + ]; + } + -- cgit v1.2.3