Skip to content

Instantly share code, notes, and snippets.

@christiangalsterer
Created February 28, 2018 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christiangalsterer/802b439ccc8a428ce89ab5521d204248 to your computer and use it in GitHub Desktop.
Save christiangalsterer/802b439ccc8a428ce89ab5521d204248 to your computer and use it in GitHub Desktop.

General

Install RPM locally without connecting to the internet

RUN yum localinstall --disablerepo=* -y <RPM_FILE>

Find last installs

rpm -qa --last
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment