Skip to content

Instantly share code, notes, and snippets.

View dinhhuy258's full-sized avatar
💭
I may be slow to respond.

Huy Duong dinhhuy258

💭
I may be slow to respond.
  • Da Nang - Viet Nam
  • 05:38 (UTC +07:00)
View GitHub Profile
@UniIsland
UniIsland / list-manually-installed-packages.sh
Created February 8, 2014 08:20
List all manually installed packages on a debian/ubuntu system
#!/bin/bash
## List all manually installed packages on a debian/ubuntu system
## manually installed means:
## 1. not pre-installed with the system
## 2. not marked auto-installed by apt (not dependencies of other
## packages)
## Note: pre-installed packages that got updated still needs to be
## filtered out.