Linux yum show installed packages 2018-11-29 01:27
Let's say you have installed some packages in your Linux. The following commend help you show installed packages. Use yum
and grep
commends can help you find installed packages.
[root@virtual ~]# yum list installed |grep node
nodesource-release.noarch el6-1 installed
EOF