Estoy usando ubuntu 12.04. Instalé ffmpeg hace un tiempo (así que no recuerdo claramente si fue de origen o repositorio). Ahora, no puedo desinstalarlo. He intentado lo siguiente:
$ sudo apt-get remove ffmpeg
$ sudo apt-get purge ffmpeg
Traté de encontrar el directorio ffmpeg emitiendo el siguiente comando:
$ find / -name 'ffmpeg' -type d
Esto me dio / home // ffmpeg. Cuando cambié al directorio, encontré ffmpeg y ffmpeg1, sin embargo, "sudo make uninstall" no funcionó en ambos lugares y arrojé un error "make: * No hay ninguna regla para hacer que el objetivo sea" desinstalar ". Detener". Supongo que eso significaría que no fue la fuente de la que se compiló ffmpeg (si).
Cuando emito el siguiente comando:
$ffmpeg -version
Yo obtengo:
ffmpeg version 0.8.3-4:0.8.3-0ubuntu0.12.04.1, Copyright (c) 2000-2012 the Libav developers
built on Jun 12 2012 16:37:58 with gcc 4.6.3
*** THIS PROGRAM IS DEPRECATED ***
This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
ffmpeg 0.8.3-4:0.8.3-0ubuntu0.12.04.1
libavutil 51. 22. 1 / 51. 22. 1
libavcodec 53. 35. 0 / 53. 35. 0
libavformat 53. 21. 0 / 53. 21. 0
libavdevice 53. 2. 0 / 53. 2. 0
libavfilter 2. 15. 0 / 2. 15. 0
libswscale 2. 1. 0 / 2. 1. 0
libpostproc 52. 0. 0 / 52. 0. 0