Reference
See also:
https://askubuntu.com/questions/18804/what-do-the-various-dpkg-flags-like-ii-rc-mean
https://askubuntu.com/questions/365965/how-to-remove-all-rc-residual-packages-using-command-line-at-once
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
""" | |
Created on Tue Dec 13 11:35:48 2022 | |
@author: s.k. | |
LICENSE: | |
MIT License |