Upgrade Discord

– Please Write here your help request –
I install discord to Parrot os, But it’s update have to doin manually. Does have any method to add repo and do the update with system update?


  • ParrotOS iso in use:

  • Application used for flashing the iso:

  • Logs/Terminal output (use pastebin or similar services):

  • Screenshots:

Hi @v1bhu

It looks like possibly an issue with Discord. Discord is available via Flatpak and Snap, or downloaded from their website.

A bash script could be created to download the latest deb version and install/update.

wget -O ~/newdiscord.deb "https://discordapp.com/api/download?platform=linux&format=deb"
sudo gdebi ~/newdiscord.deb
rm ~/newdiscord.deb

Whoever this is created a Debian (apt) repo recently to host Discord.

1 Like

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.