Skip to content

Instantly share code, notes, and snippets.

@ErykDarnowski
Created May 12, 2023 23:13
Show Gist options
  • Save ErykDarnowski/813fa1ded416e089dc365421533a512b to your computer and use it in GitHub Desktop.
Save ErykDarnowski/813fa1ded416e089dc365421533a512b to your computer and use it in GitHub Desktop.
How to install an `.rpm` file on Fedora Linux

How to install an .rpm file on Fedora Linux

  1. Download the file (here I'm using rustdesk as an example):
wget https://github.com/rustdesk/rustdesk/releases/download/1.1.6/rustdesk-1.1.6-fedora28-centos8.rpm
  1. Install the package:
sudo dnf install rustdesk-1.1.6-fedora28-centos8.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment