Avidemux Forum

Avidemux => Unix-Like (Linux/Bsd/...) => Topic started by: dbd10 on June 24, 2013, 11:54:17 AM

Title: Debian: Uninstall avidemux 2.5.6
Post by: dbd10 on June 24, 2013, 11:54:17 AM
Hello everybody,
i'm desperated, i have searched in google and in this forum but i don't find what i'm looking for.

I have downloaded the avidemux binaries to compile them in debian, then i execute the bootStrap.sh script and all works perfectly, now i want to run avidemux but the program never opens, at the end i have decided to remove it, but i don't know how to do this, this  is my problem, if someone would be so kind to give me an answer...

Thank you so much.

Title: Re: Debian: Uninstall avidemux 2.5.6
Post by: Jan Gruuthuse on June 24, 2013, 01:14:53 PM
avidemux is started from terminal when you installed QT version:
for 2.5.6
/usr/bin/avidemux2_qt4
for 2.6 branch
/usr/bin/avidemux3_qt4
removing installed packages could be done with
- by Synaptic Package Manager run as super user
- dpkg -r installedpackage from terminal
Title: Re: Debian: Uninstall avidemux 2.5.6
Post by: dbd10 on June 24, 2013, 01:51:47 PM
I appreciate your help, but i haven't installed avidemux from repositories. What i have done is download a tar.gz file and execute a script to install the program, so i can't uninstall avidemux in the way you have explained.

Thanks for your interest.
Title: Re: Debian: Uninstall avidemux 2.5.6
Post by: mit on June 24, 2013, 03:11:13 PM
Copy and paste the following to terminal, hit enter, then type password!When finishing, uninstalling is done.
sudo rm -rvf /usr/share/ADM_addons \
/usr/share/ADM_scripts \
/usr/share/avidemux \
/usr/lib/ADM_plugins \
/usr/lib/libADM** \
/usr/bin/avidemux* &&
find /usr/share/locale -name "avidemux*" -exec sudo rm -vf {} \;
.
Title: Re: Debian: Uninstall avidemux 2.5.6
Post by: dbd10 on June 24, 2013, 04:17:42 PM
OK, it's done.

I think it has worked.

Thank you very much. Is always appreciated the help of the people.