Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

installing .deb on kali

sudo dpkg -i vscode.deb
Comment

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
Comment

how to install deb file in kali linux

sudo apt install ./name.deb
Comment

Installing deb file in Linux

sudo dpkg -i path_to_deb_file
Comment

PREVIOUS NEXT
Code Example
Shell :: How to unzip a file using the cmd? 
Shell :: edge download ubuntu 
Shell :: clear teams cache powershell 
Shell :: git merge develop to feature branch 
Shell :: linux change azert 
Shell :: Installing ipython-sql in Jupyter 
Shell :: wsl2 file location 
Shell :: wp gitignore 
Shell :: how to install gatsby gatsby-plugin-manifest 
Shell :: mongodb clone database 
Shell :: appimage install kali linux 
Shell :: how to get homebrew 
Shell :: How to remove local (untracked) files from the current Git working tree 
Shell :: TinyMCE vuejs 
Shell :: how to push force git 
Shell :: find recursive linux 
Shell :: Large files detected. You may want to try Git Large File Storage 
Shell :: install best torrent app for linux 
Shell :: change commit message 
Shell :: directory path view 
Shell :: how to install winehq in ubuntu?? 
Shell :: updates were rejected because the remote contains work that you do not have locally 
Shell :: git files change from commit 
Shell :: add sudo user ubuntu 18 
Shell :: bash how to delete ^M at the end of every line 
Shell :: install bootstrap vue laravel 7 
Shell :: docker logs 
Shell :: split and get last 
Shell :: curl test https 
Shell :: primary git commands 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =