Hey all,
I'm trying to install the new DIVX codec posted on the MacNN main page today. To install, you've got to put it into /Library/Quicktime. First though, you have to delete any older versions of the codec. When I try to remove the existing "ffmpeg.component," OS X claims that I don't have sufficient privileges for this. I'm the only user on this machine, and I've never had a permissions error before.
I then tried to delete it from the command line, using sudo. After navigating to the directory with the little UNIX I know, I first tried,
sudo rm ffmpeg.component
OS X replied that "ffmpeg.component" was a directory, so I tried,
sudo rmdir ffmpeg.component
OS X then said that the directory wasn't empty, so I did,
sudo rmdir -r ffmpeg.component
OS X then said there was a usage problem with the syntax. I thought that "-r" was the flag to delete the directory and everything in it.
Anybody have any ideas here?
Thanks