How to Install .deb Package on Kali Linux

How to Install .deb Package on Kali Linux

Do you want to install the .deb package on Kali Linux?

If Yes, then this is the right place to find out the best ways to install the .deb package and how you can install other packages using the deb package.

To install a package from a .deb file in Kali Linux, follow these steps:

Note: “sudo” is used in the commands above to run them with administrative privileges.

  • Download the .deb package you want to install.
  • Open the terminal and navigate to the directory where the .deb file is located.
  • Use the following command to install the package:

sudo dpkg -i <package-name>.deb

  • If the package has any dependencies, use the following command to install them:

sudo apt-get install -f

  • If the package has any dependencies, use the following command to install them:

dpkg -l | grep <package-name>


If you have liked this article and liked it, then you can share it with friends and family so that they do not ever get such a problem.

If you have any problem with any part of this article, or you want any more information related to the computer, then tell me in the comment box, and I will surely reply to you.

Thank You !!

Pawan Chauhan

I'm a Web Developer and Software Trainer.

Leave a Reply