Answers for "how to install a deb file through terminal in kali linux"

1

installing .deb on kali

sudo dpkg -i vscode.deb
Posted by: Guest on March-09-2022
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 a deb file through terminal in kali linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language