LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to uninstall Mplayer? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-uninstall-mplayer-340753/)

mfrangos79 07-06-2005 07:25 PM

how to uninstall Mplayer?
 
Hi ,

I use SUSE 9.3 with KDE.

I have installed mplayer using {./configure } then{ make} and then {make install} and it worked.

Then i wanted to add the GUI mplayer!

I followed the instructions on the mplayer site and added the sources given for fonts and skins to the right places.So WITHOUT unistalling mplayer I tried {./configure --enable -gui}.This gave an error because I did not have GTK devel.. SO...I installed the rpm devel from yast.

Now i want to install again mplayer and try it again with {./configure --enable -gui}...but I WANT TO UNINSTALL it first so that i dont cause any problems. (Can i actualy install it again without unistalling?)

thank you in advance

rahmed 07-06-2005 07:43 PM

have you tried make uninstall?

mfrangos79 07-06-2005 08:17 PM

hi.

yes ... {make unistall} does not exist in the Mplayer source file

thx

Half_Elf 07-06-2005 08:35 PM

"make clean" will delete what "make" configuration the source directory already has. You might want to delete your "user" configuration too ( probably /etc/mplayer.conf).
There is no problem about installing from source without having totally removed the old one, if make uninstall wasn't made, it is hard to totally wipe it anyways. You next "make install" will overwrite the old version anyways.

mfrangos79 07-07-2005 07:49 AM

thx! it works ! (I installed 'apt-get' for suse (which is a debian GNU) by the way .. Typing apt-get install mplayer , does everything automatically!)


All times are GMT -5. The time now is 06:08 AM.