Describe the bug
Missing RPM dependencies.
Version & OS
Fedora Silverblue 32.
Steps to reproduce the behavior
- download GitHubDesktop-linux-2.4.1-linux2.rpm;
- install
dnf install ./GitHubDesktop-linux-2.4.1-linux2.rpm;
- run
github-desktop.
Fix
Install the missing packages
dnf install libX11-xcb nss alsa-lib
Now run github-desktop. Works.
Note. There is an additional dependency missing for the actual installation but I forgot to write down the command that was missing.
Describe the bug
Missing RPM dependencies.
Version & OS
Fedora Silverblue 32.
Steps to reproduce the behavior
dnf install ./GitHubDesktop-linux-2.4.1-linux2.rpm;github-desktop.Fix
Install the missing packages
Now run
github-desktop. Works.Note. There is an additional dependency missing for the actual installation but I forgot to write down the command that was missing.