Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

check installed packages apt-get

apt list --installed
Comment

apt check if package is installed

dpkg -l | grep package-name
Comment

apt search installed package

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

List installed packages with apt

$ apt list --installed
Comment

PREVIOUS NEXT
Code Example
Shell :: linux process vs service vs daemon 
Shell :: You need to install postgresql-server-dev-X.Y for building a server-side extension or libpq-dev for building a client-side application. 
Shell :: remove index.lock git 
Shell :: pycharm ubuntu 20.04 
Shell :: get last element in an array bash 
Shell :: install vscode centos 7 
Shell :: restart ssh service mac 
Shell :: install firebase-tools globally yarn 
Shell :: git show last commit 
Shell :: restart apache 
Shell :: ubuntu install jre 
Shell :: git submodule update init 
Shell :: pm2 command not found 
Shell :: snowpack blank ts typescript template 
Shell :: pip upgrade stramlit 
Shell :: linux restart command 
Shell :: remove docker snap 
Shell :: Failed to start cron.service: Unit not found. in centos7 
Shell :: install angular bootstrap 
Shell :: restart httpd centos 
Shell :: npm command not found ubuntu 
Shell :: zip command colab 
Shell :: visual studio code fedora 
Shell :: how to change the icon of a python exe file 
Shell :: git show remote url 
Shell :: zsh: corrupt history file 
Shell :: ip on mac 
Shell :: restart lampp command 
Shell :: kill port in mac 
Shell :: install scapy 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =