Advertisements
You can list installed packages in ubuntu or debian system using following command
#dpkg --get-selections
You can search whether a package is available or not using
#apt-cache search package_name
You can list installed packages in centos or redhat based system using following command
#yum list installed
All the files installed and available
#yum list all
#yum list package_name
No comments:
Post a Comment
Be nice. That's all.