#!/bin/bash apt autoremove dpkg -l | grep ^rc echo clean this all up? read dpkg -l | grep ^rc | awk '{print }' | xargs dpkg --purge