20
apt-get install devscripts

What is the equivalent in centOS?

Eduardo Baitello
  • 10,469
  • 7
  • 46
  • 74
TIMEX
  • 259,804
  • 351
  • 777
  • 1,080
  • 3
    I cleared the votes to close in order to prevent this from getting migrated to ServerFault. I *might* be able to see this being appropriate on SuperUser, but since I can definitely imagine programmers being more interested in this information than anyone else, I'm content to leave it here on SO. – Bill the Lizard Nov 06 '09 at 14:02
  • [Yum Command for package managment.](http://lintut.net/20-linux-yum-yellowdog-updater-modified-commands-for-package-management/) – rasho Apr 09 '13 at 08:34

2 Answers2

30

CentOS uses yum (Yellowdog Updater, Modified)

yum install devscripts
tuergeist
  • 9,171
  • 3
  • 37
  • 58
6
yum install devscripts
Wernsey
  • 5,411
  • 22
  • 38