Skip to content

Instantly share code, notes, and snippets.

@slyness
Created December 4, 2013 22:40
Show Gist options
  • Save slyness/7796926 to your computer and use it in GitHub Desktop.
Save slyness/7796926 to your computer and use it in GitHub Desktop.
on 12.04
root@ubuntu_1204-Mp5FUZ2yj7JV:/opt/chef/embedded/bin# dpkg -l | grep whiptail
ii whiptail 0.52.11-2ubuntu10 Displays user-friendly dialog boxes from shell scripts
turns into:
"binary-Displays": {
"whiptail": [
"0.52.11-2ubuntu10"
]
}
on 12.10
greenlantern :: Planet/ninefold/ninefold-test ‹master*› » dpkg -l | grep whiptail
ii whiptail 0.52.11-2ubuntu11 amd64 Displays user-friendly dialog boxes from shell scripts
turns into:
"binary-amd64": {
"whiptail": [
"0.52.11-2ubuntu11"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment