0

I am repeatedly getting this error when trying to install Xuggle(http://www.xuggle.com/xuggler/downloads/) to linux server .

-------------------- ERROR ----------------------- Failed to install xuggle-xuggler. You may need to be root to install to /usr/local/xuggler. -------------------- ERROR -----------------------

I am not a root user, but I have sudo rights. Aren't sudo rights sufficient to install xuggle? Thanx in advance.

Paba
  • 1,105
  • 3
  • 19
  • 34

1 Answers1

1

do

sudo -i 

you will be in root mode and then try to install xuggle-xuggler

sush
  • 5,897
  • 5
  • 30
  • 39
  • Hi sushanth, Thanx for the reply. But even with that im getting the same error :( . any other suggestions ? – Paba Mar 22 '11 at 08:32
  • which flavor of linux you are using ? – sush Mar 22 '11 at 08:54
  • I managed to solve the problem. I am using debian linux. Anyway the problem was due to a corrupted xuggler file. I downloaded it again and tried. then it worked. – Paba Mar 24 '11 at 08:52