Answers for "how to install .deb file in kali linux with dependency"

13

how to install .deb file ubuntu

sudo dpkg -i package_file.deb
Posted by: Guest on July-29-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 "how to install .deb file in kali linux with dependency"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language