Debian: Uninstall avidemux 2.5.6

Started by dbd10, June 24, 2013, 11:54:17 AM

Previous topic - Next topic

dbd10

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.


Jan Gruuthuse

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

dbd10

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.

mit

#3
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 {} \;
.

dbd10

OK, it's done.

I think it has worked.

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