0

I know it was foolish but I uninstalled perl. When I reinstalled it using YUM it has several dependency issues.

How can I get perl in its original form? The one which is distributed with RHEL.

Thank You.

Cyrus
  • 84,225
  • 14
  • 89
  • 153
Ashish Paliwal
  • 76
  • 1
  • 1
  • 9

1 Answers1

1
yum install perl

should be enough. YUM will resolve any dependency issue automatically.

Lee Duhem
  • 14,695
  • 3
  • 29
  • 47
  • I already installed it using yum install perl but I am facing many dependency issues which were not there previously. – Ashish Paliwal Mar 18 '14 at 07:53
  • @AshishPaliwal Please include those output of YUM in your question. By the way, how did you remove your `perl`? – Lee Duhem Mar 18 '14 at 07:54