Desinstaller Handbrake

Bonjour àtous,

J’avais installé Handbrake mais je ne m’en sers plus.

J’ai retrouvé comment je l’avais installé:

[code]
sudo apt-get install yasm build-essential
autoconf libtool zlib1g-dev libbz2-dev libfribidi-dev
intltool libglib2.0-dev libdbus-glib-1-dev libgtk2.0-dev
libgudev-1.0-dev libwebkit-dev libnotify-dev
libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev
libass-dev libtheora-dev libvorbis-dev libsamplerate0-dev

bunzip2 HandBrake-0.9.9.tar.bz2
tar -xvf HandBrake-0.9.9.tar

cd HandBrake-0.9.9
./configure --launch

cd ./build && sudo make install[/code]

Ca avait d’ailleurs duré des plombes.

Maintenant je ne peux plus le désinstaller, aptitude remove handbrake m’indique qu’il n’est pas installé et il n’apparaît pas dans Synaptic.

Ya-t-il une solution pour le désinstaller proprement?

sudo make uninstall dans le répertoire build de ton répertoire HandBrake-0.9.9

Merci.

voici ce qui est affiché:

root@Wheezy:/Telechargements/HandBrake-0.9.9/build# make uninstall /bin/rm -f /usr/local/bin/HandBrakeCLI make -C ./gtk/ uninstall make[1]: entrant dans le répertoire « /Telechargements/HandBrake-0.9.9/build/gtk » Making uninstall in src make[2]: entrant dans le répertoire « /Telechargements/HandBrake-0.9.9/build/gtk/src » ( cd '/usr/local/bin' && rm -f ghb ) for icon in hb-icon.256.png hb-icon.128.png hb-icon.64.png hb-icon.48.png hb-icon.32.png hb-icon.24.png hb-icon.22.png hb-icon.16.png; do \ SIZE=`echo $icon | cut -d. -f2`; \ FILE=`echo $icon | cut -d. -f1,3`; \ if [ "$SIZE" = "svg" ]; then \ SIZE="scalable"; \ FILE="$FILE.svg"; \ else \ SIZE="${SIZE}x${SIZE}"; \ fi; \ rm -f //usr/local/share/icons/hicolor/$SIZE/apps/$FILE; \ done Updating Gtk icon cache. gtk-update-icon-cache: Cache file created successfully. rm -f //usr/local/share/applications/ghb.desktop make[2]: quittant le répertoire « /Telechargements/HandBrake-0.9.9/build/gtk/src » Making uninstall in po make[2]: entrant dans le répertoire « /Telechargements/HandBrake-0.9.9/build/gtk/po » linguas=""; \ for lang in $linguas; do \ rm -f /usr/local/share/locale/$lang/LC_MESSAGES/ghb.mo; \ rm -f /usr/local/share/locale/$lang/LC_MESSAGES/ghb.mo.m; \ done make[2]: quittant le répertoire « /Telechargements/HandBrake-0.9.9/build/gtk/po » make[2]: entrant dans le répertoire « /Telechargements/HandBrake-0.9.9/build/gtk » make[2]: Rien à faire pour « uninstall-am ». make[2]: quittant le répertoire « /Telechargements/HandBrake-0.9.9/build/gtk » make[1]: quittant le répertoire « /Telechargements/HandBrake-0.9.9/build/gtk »

c’est bon?

Oui je pense, tu peux supprimer le répertoire HandBrake maintenant.
Pourquoi tu l’avais compilé alors qu’il est dans les dépôts ?

Je ne me rappelle plus. :cry:

Merci pour ton aide… :wink: