Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

check installed packages apt-get

apt list --installed
Comment

apt find package

apt-cache search package
Comment

apt search installed package

#check if a given package is installed
apt list --installed | grep <package/keyword>
Comment

PREVIOUS NEXT
Code Example
Shell :: create new branch without losing changes 
Shell :: while loop bash 
Shell :: docker compose keep container running 
Shell :: adonis make migration 
Shell :: install flask auto reload 
Shell :: shell script while loop example 
Shell :: remote desktop connection wsl2 
Shell :: yarn start --reset-cache 
Shell :: install csv 
Shell :: download windows lock screen wallpaper 
Shell :: install build-essential centos 8 
Shell :: set zsh as default linux 
Shell :: install opencv raspberry pi 
Shell :: how to link a directory in linux 
Shell :: install ionic 
Shell :: give root permission to program linux 
Shell :: pause bash script 
Shell :: switch to remote branch git 
Shell :: bash nested for loop one line 
Shell :: clone a specific branch 
Shell :: how to start docker in ubuntu 
Shell :: how to copy a file to a remote server using the command line 
Shell :: rails scaffold 
Shell :: how to still atom on ubuntu 
Shell :: search file in ubuntu 
Shell :: change file name in terminal 
Shell :: git remove without deleting 
Shell :: raspberry pi scan networks 
Shell :: linux how to open .x86_64 
Shell :: install haskell 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =