Hello,
I want to uninstall ffmpeg and its dependencies from my server...I am trying to uninstall it with 'make uninstall' command at ffmpeg folder. It returns following erros.
Code:root@hau [/usr/src/install/ffmpeg]# make uninstall rmdir "/usr/local/include" rmdir: /usr/local/include: Directory not empty make: [uninstall-headers] Error 1 (ignored) rmdir "/usr/local/include" rmdir: /usr/local/include: Directory not empty make: [uninstall-headers] Error 1 (ignored) rmdir "/usr/local/include" rmdir: /usr/local/include: Directory not empty make: [uninstall-headers] Error 1 (ignored) rmdir "/usr/local/include" rmdir: /usr/local/include: Directory not empty make: [uninstall-headers] Error 1 (ignored) rmdir "/usr/local/include" rmdir: /usr/local/include: Directory not empty make: [uninstall-headers] Error 1 (ignored) rmdir "/usr/local/include" rmdir: /usr/local/include: Directory not empty make: [uninstall-headers] Error 1 (ignored) rmdir "/usr/local/include" rmdir: /usr/local/include: Directory not empty make: [uninstall-headers] Error 1 (ignored) rmdir "/usr/local/include" rmdir: /usr/local/include: Directory not empty make: [uninstall-headers] Error 1 (ignored)
What does it mean ?
+ Reply to Thread
Results 1 to 9 of 9
-
-
it was a while ago...I might be wrong, nothing wrong in helping you out, still you can try if you are on debian based server, you can try something like,
apt-get --purge remove package-name
apt-get autoremove
apt-get clean
-or-
aptitude purge package-name
apt-get autoremove
apt-get clean
-or-
dpkg -r package-name
The first two should remove it completely including all dependencies. -
He's not on a Linux system. He's trying to remove/uninstall ffmpegx, a Mac OS X app - so technically, it doesn't belong in a Linux topic.
If cameras add ten pounds, why would people want to eat them? -
on MAC OSX he can simply drag-n-drop into trash-bin and empty it manually, and drop the icon off the dock, if any or he can use finder. No more hurdles.
Last edited by enim; 16th Jul 2013 at 14:39.
-
Yes, but apparently, he's having difficulty getting it done the normal way (it looks like he probably tried to trash it while it was still running, as Case notes). See https://forum.videohelp.com/threads/125409-How-to-uninstall-ffmpegx?p=2254378#post2254378.
If cameras add ten pounds, why would people want to eat them? -
Last edited by enim; 16th Jul 2013 at 14:56.
Similar Threads
-
Errors in ffmpeg while trying to encode dvb-stream
By NGage^ in forum DVB / IPTVReplies: 1Last Post: 13th Oct 2012, 02:28 -
VDub & AviSynth: Errors with ffmpeg and VBR audio streams
By klischee in forum Software PlayingReplies: 8Last Post: 20th Aug 2011, 19:13 -
FFmpeg udp streaming errors
By Blekss in forum Video Streaming DownloadingReplies: 1Last Post: 31st May 2011, 10:28 -
m2t to DV avi - (SUPER=16:9 flag problem) - (FFMPEG=lots of errors)
By crockysam in forum Video ConversionReplies: 1Last Post: 6th Jul 2010, 06:51 -
FFmpeg and X264 errors while trying to convert video
By glassbottomboat in forum Video ConversionReplies: 1Last Post: 11th Feb 2009, 21:25