I can turn on the Paraview through terminal on my Ubuntu, like
xxx$ paraview
However, I cannot uninstall it since “Package ‘paraview’ is not installed”, see below:
xxx$ sudo apt-get purge paraview
[sudo] password for XXX:
Reading package lists… Done
Building dependency tree
Reading state information… Done
Package ‘paraview’ is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Could anyone please help me solve this problem?
By the way, how to turn on the “PARAVIEW_ENABLE_PYTHON” term on my laptop?
That is not an apt maintained ParaView installation. You’ll have to find how it was installed first. Once you have that, we can look at how to potentially uninstall it.
Hrm. The wiki really needs to be replaced with more up-to-date docs . Alas, without that, you’ll probably need to go and excise things manually. If ParaView is the only thing in /usr/local, you can probably just remove most of the files there. If not, the key things to look for are directories with paraview in the name and libraries with -pv in them.