Software package management is an essential skill for any system administrator working with Linux distributions such as CentOS and RHEL (Red Hat Enterprise Linux). Managing software efficiently ...
I'm writing a script at work that automatically installs a number of applications on Centos. Some apps are available through yum but some aren't, so I'm installing them using easy_install. One of the ...