Discord installation error on parrot OS

Hello to the whole community,

i’m trying to install discord on my OS from .deb package with apt (apt install discord.deb) but i get an error :

  • OS version: run cat /etc/*release
    ```
    DISTRIB_ID=Parrot
    DISTRIB_RELEASE=4.10
    DISTRIB_CODENAME=rolling
    DISTRIB_DESCRIPTION=“Parrot 4.10”
    PRETTY_NAME=“Parrot GNU/Linux 4.10”
    NAME=“Parrot GNU/Linux”
    ID=parrot
    ID_LIKE=debian
    VERSION=“4.10”
    VERSION_ID=“4.10”
    HOME_URL=“https://www.parrotsec.org/
    SUPPORT_URL=“https://community.parrotsec.org/
    BUG_REPORT_URL=“https://community.parrotsec.org/

     ```
    
  • Kernel version: run uname -a
    Linux parrot 5.7.0-2parrot2-amd64 #1 SMP Debian 5.7.10-1parrot2 (2020-07-31) x86_64 GNU/Linux

** ISO information **

Version: 5.7
Desktop Environment: KDE
Edition: Security
1 Like

what error are you getting?
if you have downloaded .deb package, to install it you just simple do
sudo dpkg -i packageName.deb
that will install it

1 Like

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