Skip to content

Instantly share code, notes, and snippets.

@jserviceorg
Created April 11, 2020 19:22
Show Gist options
  • Save jserviceorg/b892cbe3d1461c34c56cf0f6c809584d to your computer and use it in GitHub Desktop.
Save jserviceorg/b892cbe3d1461c34c56cf0f6c809584d to your computer and use it in GitHub Desktop.
list must have packages debian/ubuntu
# get a list of all packages which are required for minimum os operation
aptitude search '?essential' or dpkg-query -Wf '${Package;-40}${Essential}\n' | grep yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment