how to install deb file in kali linux

C++
sudo dpkg -i /path/to/deb/file
sudo apt-get install -fsudo apt install ./name.deb

Source

Also in C++: