how to install .deb file in linux mint code example
Example 1: install deb file
sudo dpkg -i /path/to/deb/file
sudo apt-get install -f
Example 2: how to install .deb file ubuntu
sudo dpkg -i package_file.deb
Example 3: how to install deb file in kali linux
sudo apt install ./name.deb