Answers for "kali install a deb file command"

88

install .deb files in terminal linux

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

how to install deb file in kali linux

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language