Skip to content

Instantly share code, notes, and snippets.

@alaztetik
Created November 27, 2022 11:06
Show Gist options
  • Save alaztetik/59d2138bb536e5e6bbade0be535a342e to your computer and use it in GitHub Desktop.
Save alaztetik/59d2138bb536e5e6bbade0be535a342e to your computer and use it in GitHub Desktop.
How to install external RPM package on Fedora
# If you have an external `.rpm` file, install it via dnf:
sudo dnf install package_name.rpm
# no options required for dnf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment