As a Fedora user, you might want to enhance your communication and collaboration experience on this robust Operating System platform. As you know, Discord offers a range of features that can benefit the said OS users to easily connect and collaborate with others. Hence, by learning how to download, install, and update Discord on Fedora frequently, you can enhance your gaming and social experience. Let’s find out how to do so!
How to Install Discord on Fedora
Discord supports multiple operating systems, including Fedora. Using terminal commands, you can easily install and run Discord on your Fedora device. Although the process might not be as simple as installing it on Windows, we have simplified it into easy steps for you.
Quick Answer
To install Discord on Fedora, you can follow these steps:
1. Download the Discord app from the Discord Download website.
2. Go to the downloaded Discord application file and Extract the file in the same folder.
3. Right-click in the folder and select Open in Terminal.
4. Execute the ls and ./Discord commands one by one to install the app in Fedora.
Step I: Download Discord Linux Version
First, let’s see how to download the Discord app for your Fedora Linux OS platform:
1. Visit the Discord Download website on your browser.
2. Scroll down and click on the Download drop-down option from the Linux section.
3. Click on the tar.gz link from the drop-down menu.
4. Select the desired location on your PC and click on Save.
This Discord file will be saved on your PC.
Also Read: Fix Discord Installation Error on Windows 10
Step II: Install Discord on Fedora
This is the best way to install Discord on a Fedora device. To begin, you need to add the RPM non-free fusion repository. Let’s learn how to do that:
1. Navigate to the downloaded Discord application file.
2. Right-click on the file and select the Extract Here option.
3. Open the extracted folder from the same folder.
4. Right-click in the folder and click on the Open in Terminal option from the context menu.
5. Type the following command in the terminal and hit the Enter key.
ls
6. Now, to execute the Discord file, type the following command and press the Enter key.
./Discord
The Discord app will get installed and launched on your Fedora OS.
How to Update Discord on Fedora?
Updating Discord on Fedora is simply running a single command on the terminal.
Option I: If you have installed Discord using the RPM Fusion repository, run the following command to update it:
sudo dnf update --refresh
Option II: If you have installed it using Flatpak, run the following command to update Discord:
flatpak update
Also Read: How to Install Python in Linux
How to Install Discord on Fedora Using the Snap Store?
Linux distributions like Fedora support snap packages. Discord can be installed from the Snap store as a snap package, all its dependencies getting installed from a single build,
1. Run the following command in the Terminal window to add the snap package manager:
sudo dnf install snapd
2. Then, reboot your Fedora system so that the changes take effect.
3. Run the following command to install the essential core packages for the snap runtime environment:
sudo snap install core
4. Then, install Discord by running the following command:
sudo snap install discord
Note: An alternative way is to open it from the terminal by running the discord command.
After the installation is complete, you can open Discord from your applications.
So, this article has explained how to install Discord on Fedora. You can now dive into the Discord world and start enjoying seamless communication on your Fedora system. Let us know your experience using Discord on this OS, and stay tuned for more informative articles!