How to install Discord on Fedora 38
This is going to be a really quick post about how you can install Discord on Fedora 38 or newer versions.
There are two ways we can install Discord, one through rpmfusion repo or through Flatpak, I recommend using Flatpak.
Installing Discord via Flatpak
First, enable the repository, if not enabled already. You can run this command even if you are not sure if you have Flatpak enabled or not
Open a terminal and run
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Once it is done, install Discord using
flatpak install flathub com.discordapp.Discord
That's it. Discord should be available from your application launcher.
If you want to run discord from the terminal, you can do so by using
flatpak run com.discordapp.Discord