Created
April 14, 2025 10:36
-
-
Save tsilvs/178cd0f6165eee9e80c90275ddc7caa4 to your computer and use it in GitHub Desktop.
rpm-ostree: list current deployment installed packages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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