Quantcast
Channel: Preserved Thoughts - CentOS
Browsing latest articles
Browse All 4 View Live

How to Install Apache server in CentOS Linux

# yum install httpdNo Comments

View Article


How To List Installed Packages in CentOS Linux

This command will list all packages installed in CentOS: # yum list installed To check for a specific package if it is installed in CentOS: # yum list installed | grep <package name> Example,...

View Article


How To Check Available Packages that can be installed in CentOS

This command will list available Python packages that can be installed:# yum list available | grep pythonNo Comments

View Article

How To Install CPANM in CentOS Linux

The easiest way to install Perl CPAN packages without the hassles of answering "yes" or "no" questions is to use the cpanm script developed by Tatsuhiko Miyagawa. Installing Perl CPANM programRun the...

View Article
Browsing latest articles
Browse All 4 View Live