Skip to content

Instantly share code, notes, and snippets.

@takumaw
Last active April 3, 2025 06:25
Show Gist options
  • Save takumaw/0df436ec256fc4ad9cc73240208f128f to your computer and use it in GitHub Desktop.
Save takumaw/0df436ec256fc4ad9cc73240208f128f to your computer and use it in GitHub Desktop.
UBI-related random notes

Get UBI

refs.

Enable Subscription

subscription-manager register
subscription-manager attach

Enable debugging-related repositories

subscription-manager repos --enable rhel-\*-for-$(uname -i)-baseos-debug-rpms
subscription-manager repos --enable rhel-\*-for-$(uname -i)-baseos-source-rpms
subscription-manager repos --enable rhel-\*-for-$(uname -i)-appstream-debug-rpms
subscription-manager repos --enable rhel-\*-for-$(uname -i)-appstream-source-rpms

Install packages

yum swap -y coreutils-single coreutils
yum install -y yum-utils
yum group install -y "Server" "Development Tools" "Debugging Tools" "Performance Tools"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment