Centos
sudo yum list installed | grep unzip
Ubuntu 14.04 and above
sudo apt list --installed | grep unzip
Ubuntu Older Versions
dpkg --get-selections | grep unzip
Comments
Post a Comment