Skip to content

Instantly share code, notes, and snippets.

@tsilvs
Created April 14, 2025 10:36
Show Gist options
  • Save tsilvs/178cd0f6165eee9e80c90275ddc7caa4 to your computer and use it in GitHub Desktop.
Save tsilvs/178cd0f6165eee9e80c90275ddc7caa4 to your computer and use it in GitHub Desktop.
rpm-ostree: list current deployment installed packages
#!/bin/bash
rpm-ostree status -b -json | jq -r '.deployments[0].packages[]' | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment