Nas instruções instalação , simplesmente remova sua pasta do liquidificador.
-
Encontre a pasta com
find ~ -type d -iname "*blender*"
ou se não houver resultado
find / -type d -iname "*blender*"
-
Remova a pasta do liquidificador
sudo rm -r <your_installation_folder>
Exemplo
% find ~ -type d -iname "*blender*"
/home/aboettger/tmp/blender-2.75-linux-glibc211-x86_64
/home/aboettger/tmp/blender-2.75-linux-glibc211-x86_64/2.75/scripts/addons/io_export_dxf/draw_blenders
Portanto
% rm -r /home/aboettger/tmp/blender-2.75-linux-glibc211-x86_64