Debian packaging tools notepad

1 minute read Published: 2022-02-03

Some snippets of code that I've used or had to use. This post will probably get updated when I find something new.

- name: Finish the installation of broken packages
  changed_when: false
  environment:
    DEBIAN_FRONTEND: noninteractive
  command:
    cmd: dpkg --force-confdef --force-confold --configure -a