Skip to content

Instantly share code, notes, and snippets.

View richardbergen's full-sized avatar

richardbergen

View GitHub Profile
@richardbergen
richardbergen / package_updates_check.py
Last active February 21, 2023 21:30 — forked from yumminhuang/package_updates_check.py
Python script to check apt-get updates
#!/usr/bin/env python
#coding=utf-8
import apt
import apt_pkg
from time import strftime
import os
import subprocess
import sys