-1

I am using ubuntu 10.04 and was having the a issues similar to the one mentioned on this sudo changes PATH - why?

I was trying the solution of Tyler Rick and issued this command sudo mv /usr/bin/sudo /usr/bin/sudo.orig

Quite stupid of me. Now I cannot run sudo anymore because the system throws an error

The program 'sudo' can be found in the follow
 * sudo
 * sudo-ldap
Try: sudo apt-get install <selected package>

Can anyone help me in resolving this issue?

Community
  • 1
  • 1
insightful
  • 189
  • 1
  • 5
  • 14

1 Answers1

3

Run /usr/bin/sudo.orig instead of sudo.

Matt Ball
  • 354,903
  • 100
  • 647
  • 710