${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 ]; }