Search code examples
installationcentosyumapt

How to install software in CentOS


apt-get install devscripts

What is the equivalent in centOS?


Solution

  • CentOS uses yum (Yellowdog Updater, Modified)

    yum install devscripts