#!/bin/bash set -eEuxo pipefail apt clean apt update apt full-upgrade apt autopurge apt purge $(dpkg -l | awk '/^rc/ { print $2 }')