Skip to content

Instantly share code, notes, and snippets.

View ha7ak3's full-sized avatar
⌨️
Coding for fun! :3

Raff Rodriiguez ha7ak3

⌨️
Coding for fun! :3
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.