This Gist contains simple instructions on how to install, update, and uninstall BetterDiscord on Linux.
For more thorough documentation,
take a look at betterdiscordctl
's README.
Do NOT submit issues here as I don't check the comments. You should submit them here instead.
Install using your package manager
$ curl -O https://raw.githubusercontent.com/bb010g/betterdiscordctl/master/betterdiscordctl
$ chmod +x betterdiscordctl
$ sudo mv betterdiscordctl /usr/local/bin
You can then keep
betterdiscordctl
up to date with this command:$ sudo betterdiscordctl self-upgrade
Replace [COMMAND]
with install
to install BD for the first time,
reinstall
to reinstall BD after a Discord update,
or uninstall
to uninstall an existing installation.
- For Stable
$ betterdiscordctl [COMMAND]
- For PTB
$ betterdiscordctl --flavor PTB [COMMAND]
- For Canary
$ betterdiscordctl --flavor Canary [COMMAND]
- For Snap
$ betterdiscordctl --d-install snap [COMMAND]
- For Flatpak
$ betterdiscordctl --d-install flatpak [COMMAND]
Thanks for this. I'm on Linux Mint and using the Flatpak version of Discord. Went and used
betterdiscordctl
and had it install for flatpak and it worked first try. You do not need to download the Better Discord AppImage installer asbetterdiscordctl
takes care of installing it for you. Yay!This is all part of my (inevitable) transition to Linux Mint.