{"id":1498,"date":"2021-12-16T14:41:13","date_gmt":"2021-12-16T11:41:13","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/06\/16\/how-to-update-the-discord-app-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/06\/16\/how-to-update-the-discord-app-on-linux\/"},"modified":"2021-12-16T14:41:13","modified_gmt":"2021-12-16T11:41:13","slug":"how-to-update-the-discord-app-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1498-how-to-update-the-discord-app-on-linux\/","title":{"rendered":"How to update the Discord app on Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Do you use Discord on Linux? Do you need to update to the latest features but don\u2019t know how? We can help! Follow along in this guide as we go over how to update Discord on Linux!<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-288655 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-update-the-discord-app-on-linux.jpg\" alt=\"update Discord on Linux\" width=\"1200\" height=\"674\"\/><\/p>\n<h2>Ubuntu update instructions<\/h2>\n<p>When it comes time to update Discord on Ubuntu, you won\u2019t be able to do it through the traditional Ubuntu upgrade procedures (apt update\/apt upgrade). Instead, Discord needs to be updated through the Discord website.\u00a0<\/p>\n<p>To start the upgrade process, close Discord. Then, use the\u00a0<strong>Ctrl + Alt + T\u00a0<\/strong>keyboard combination to open up a terminal window. You can also open up a terminal window by searching for \u201cTerminal\u201d in the app menu.<\/p>\n<p>Once the terminal window is open, use the\u00a0<strong>wget\u00a0<\/strong>command to download the latest Discord DEB package directly from the Discord website to your Ubuntu PC. This download will not take long as Discord is very small.<\/p>\n<pre>\nwget https:\/\/discordapp.com\/api\/download?platform=linux -O ~\/Downloads\/discord.deb\n<\/pre>\n<p>After the download is complete, use the\u00a0<strong>CD\u00a0<\/strong>command to move into the \u201cDownloads\u201d folder. This folder has the \u201cdiscord.deb\u201d package file needed to update your Discord client on Ubuntu.<\/p>\n<pre>\ncd ~\/Downloads\n<\/pre>\n<p>To upgrade, use the\u00a0<strong>apt install\u00a0<\/strong>command on the \u201cdiscord.deb\u201d package file. It will detect that it is an upgrade and update Discord on your Ubuntu system.\u00a0<\/p>\n<pre>\nsudo apt install .\/discord.deb\n<\/pre>\n<h2>Debian update instructions<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-288655 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-update-the-discord-app-on-linux.jpg\" alt=\"\" width=\"1200\" height=\"674\"\/><\/p>\n<p>While most apps included in the Debian Linux software sources are out of date, Discord is not, as it is distributed via a DEB package. So, even if you\u2019re using an older Debian release (like 8 or 9), you can still update Discord to the latest version.<\/p>\n<p>To start the upgrade, you\u2019ll need to open up a terminal window. Open up a terminal window on the Debian Linux desktop and press <strong>Ctrl + Alt + T\u00a0<\/strong>on the keyboard. Or, search for \u201cTerminal\u201d in the app menu and open it that way.<\/p>\n<p>Once the terminal window is open, use the\u00a0<strong>wget\u00a0<\/strong>to download the latest release of Discord to Debian. Then, use the\u00a0<strong>CD\u00a0<\/strong>command to move into the \u201cDownloads\u201d folder.<\/p>\n<pre>\nwget https:\/\/discordapp.com\/api\/download?platform=linux -O ~\/Downloads\/discord.deb\n<\/pre>\n<p>When the download is complete, use the\u00a0<strong>CD\u00a0<\/strong>command to move into the \u201cDownloads\u201d folder. Then, use the\u00a0<strong>dpkg\u00a0<\/strong>command to upgrade the version of Discord on your Debian Linux PC with the new package.<\/p>\n<pre>\ncd ~\/Downloads\/\nsudo dpkg -i discord.deb\n<\/pre>\n<h2>Arch Linux update instructions<\/h2>\n<h2><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-239995 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-update-the-discord-app-on-linux.png\" alt=\"\" width=\"1200\" height=\"651\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-update-the-discord-app-on-linux.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-update-the-discord-app-on-linux-1.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-update-the-discord-app-on-linux-2.png 768w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-update-the-discord-app-on-linux-3.png 1024w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/h2>\n<p>Arch Linux is one of the mainstream Linux operating systems that includes Discord in their software sources, so users do not need to download the package and install it manually. Instead, to install the update, do the following.<\/p>\n<p>First, open up a terminal window on the Arch Linux desktop. Once it is open, use the\u00a0<strong>pacman -Syyu\u00a0<\/strong>command. This command does many things at one time. For example, it refreshes Arch Linux\u2019s software sources, installs the latest patches, and so on.<\/p>\n<pre>\nsudo pacman -Syyuu\n<\/pre>\n<p>After the command runs, Discord should be up to date. If it is not, you may not have the software installed. To re-install it, do the following.<\/p>\n<pre>\nsudo pacman -S discord\n<\/pre>\n<h2>Fedora update instructions<\/h2>\n<p>If you use Discord on Fedora, you\u2019ve likely installed it through \u201cRPM Fusion Non-free.\u201d To update it to the latest features, open up a terminal window on the Fedora desktop. When the terminal window is open, use the\u00a0<strong>dnf update\u00a0<\/strong>command to check and install the latest updates.<\/p>\n<pre>\nsudo dnf update\n<\/pre>\n<p>After DNF checks for updates, you should be able to get the latest Discord up and running. If it doesn\u2019t update, you likely do not have it installed. To get it working on Fedora, install RPM Fusion Non-free, then use the command below.<\/p>\n<pre>\nsudo dnf install discord\n<\/pre>\n<h2>OpenSUSE update instructions<\/h2>\n<p>Discord is available for OpenSUSE users in the \u201cNon-Oss\u201d software repository. If you\u2019ve got Discord installed but haven\u2019t updated it in a while, you\u2019ll need to update it to enjoy the latest features. To update Discord on OpenSUSE, start by opening up a terminal window on the desktop.<\/p>\n<p>Once the terminal window is open, use the\u00a0<strong>zypper update\u00a0<\/strong>command to check for and install the latest updates. Chances are if you have the \u201cNon-Oss\u201d software repo enabled, Discord will be updated to the latest features after running this command.<\/p>\n<pre>\nsudo zypper update\n<\/pre>\n<p>If Discord isn\u2019t updated, you may need to re-install it. To do that, use the following\u00a0<strong>zypper install\u00a0<\/strong>command.<\/p>\n<pre>\nsudo zypper install discord\n<\/pre>\n<h2>Flatpak update instructions<\/h2>\n<p>Discord is available on the Flathub app store as a Flatpak package. To update the latest release of Discord within Flatpak, start by opening up a terminal window on the desktop.\u00a0<\/p>\n<p>Once the terminal window is open, check for updates and install them using the\u00a0<strong>flatpak update\u00a0<\/strong>command.\u00a0<\/p>\n<pre>\nsudo flatpak update\n<\/pre>\n<h2>Snap update instructions<\/h2>\n<p>If you\u2019ve installed Discord through the Snap package store, you\u2019ll need to use the terminal to update it. First, open up a terminal by pressing\u00a0<strong>Ctrl + Alt + T\u00a0<\/strong>on the keyboard. From there, use the\u00a0<strong>snap refresh\u00a0<\/strong>command to install the latest Discord updates.<\/p>\n<pre>\nsudo snap refresh\n<\/pre>\n<p>\n<h3>2 Comments<\/h3><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Do you use Discord on Linux? Do you need to update to the latest features but don\u2019t know how? We can help! Follow along in this guide as we go over how to update Discord on Linux! Ubuntu update instructions When it comes time to update Discord on Ubuntu, you won\u2019t be able &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1499,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1498"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1498"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1498\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1499"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1498"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1498"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1498"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}