aboutsummaryrefslogtreecommitdiff
path: root/42-diff-rm.txt
blob: 8fe28ce37405a0c13c1c73dbc80b04c3a13c76f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
   ];
 }