Answers for "how to install deb file in kali linux"

73

install deb file

sudo dpkg -i /path/to/deb/file
sudo apt-get install -f
Posted by: Guest on March-31-2020
0

install *.deb file in ubuntu

Install a downloaded program in Ubuntu - Linux
sudo dpkg -i package_file.deb
//or
sudo apt install path_to_deb_file
Posted by: Guest on December-05-2020
0

how to install deb file in kali linux

sudo apt install ./name.deb
Posted by: Guest on February-02-2021

Code answers related to "how to install deb file in kali linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language