How to Install Discord on Linux Mint 18.3
How to Install Discord on Linux Mint 18.3
Discord is a text and voice chat tool which is used to communicate with other people who might be playing the same game. It is a popular chat application for gamers. It is easy to easy to use and supports across all platforms. It is really simple and easy to install Discord in Linuxmint 18.3.
Installing Discord
First, make sure you download the latest and stable Discord package from the official site by making use of the following command.
linuxhelp ~ # wget https://dl.discordapp.net/apps/linux/0.0.4/discord-0.0.4.deb
--2018-03-09 22:57:03-- https://dl.discordapp.net/apps/linux/0.0.4/discord-0.0.4.deb
Resolving dl.discordapp.net (dl.discordapp.net)... 104.16.251.144, 104.16.250.144, 104.16.249.144, ...
Connecting to dl.discordapp.net (dl.discordapp.net)|104.16.251.144|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 47617856 (45M) [application/x-debian-package]
Saving to: ‘ discord-0.0.4.deb’
discord-0.0.4.deb 100%[===================================================================> ] 45.41M 1.12MB/s in 44s
2018-03-09 22:57:47 (1.04 MB/s) - ‘ discord-0.0.4.deb’ saved [47617856/47617856]
Once it is downloaded, you shall proceed with the installation process by triggering the following command.
linuxhelp ~ # dpkg -i discord-0.0.4.deb
Selecting previously unselected package discord.
(Reading database ... 223895 files and directories currently installed.)
Preparing to unpack discord-0.0.4.deb ...
Unpacking discord (0.0.4) ...
Setting up discord (0.0.4) ...
Processing triggers for desktop-file-utils (0.22+linuxmint1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
And then, you need to start the application from the terminal using the following command
linuxhelp ~ # discord
Discord 0.0.4
Starting updater.
[Modules] Modules initializing
[Modules] Distribution: remote
[Modules] Host updates: enabled
[Modules] Module updates: enabled
.
.
[Modules] Fetching discord_voice@2 from https://discordapp.com/api/modules/stable/discord_voice/2
[Modules] Streaming discord_voice@2 [7967522 bytes] to /home/user/.config/discord/0.0.4/modules/pending/discord_voice-2.zip
[Modules] Finished module downloads. [success: 1] [failure: 0]
[Modules] Relaunching to install module updates...
Once the application appears on your screen you can start using it.
You can create an account using your email id to access the application.
You can also check the interface of Discord.
With this, the method to install Discord on Linux Mint 18.3 comes to an end.