Zend certified PHP/Magento developer

dpkg dependency error, installing program, Kali Linux Shell

I tried to install some program, discord is just the example now and I ran into some problems. The shell is showing me following error message, no matter what program I try to install from a .deb file:

$ sudo dpkg -i ./discord-0.0.16.deb

Selecting previously unselected package discord. (Reading database … 506207 files and directories currently installed.) Preparing to unpack ./discord-0.0.16.deb … Unpacking discord (0.0.16) … dpkg: dependency problems prevent configuration of discord: discord depends on libappindicator1; however: Package libappindicator1 is not installed. discord depends on libc++1; however: Package libc++1 is not installed.

dpkg: error processing package discord (–install): dependency problems – leaving unconfigured Processing triggers for kali-menu (2021.4.2) … Processing triggers for mailcap (3.70+nmu1) … Processing triggers for gnome-menus (3.36.0-1) … Processing triggers for desktop-file-utils (0.26-1) … Errors were encountered while processing: discord

I tried to do “$ sudo dpkg –configure -a” “$ sudo apt update && sudo apt upgrade” “$ sudo apt install -f” but nothing worked.

Thank you for your help in advance.

PS I am using Kali Linux for some months now, I am quite into ethical hacking, but I could not figure out a solution myself. I have searched through many pages on the internet and did not find anything that solved my problem.