Skip to content

Instantly share code, notes, and snippets.

View Jhonrubia-LAS's full-sized avatar

Jhonrubia-LAS

View GitHub Profile
@yumminhuang
yumminhuang / package_updates_check.py
Created March 18, 2015 20:39
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