LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Uninstall mesa? (https://www.linuxquestions.org/questions/linux-software-2/uninstall-mesa-870179/)

hennipaste 03-22-2011 05:47 AM

Uninstall mesa?
 
Hi, I downloaded mesa from their git repository a few days ago then built it and installed it. I've tried removing it just now with "make uninstall", but that feature isn't in the makefile. Any idea how I can remove it?

knudfl 03-22-2011 07:42 AM

cd mesa-<version>/ ( The source code, you used for the install.)
Example : /home/hennipaste/tmp/mesa-7.10.1/

./configure --prefix=/home/hennipaste/tmp/mesa-7.10.1/result &&
make && make install ( And no su or sudo for the 'make install'.)

Then you get a copy of all locations, and all files :
Makes it easier to find and delete all the "mesa" files.

..


All times are GMT -5. The time now is 12:11 PM.