I installed the latest version of precice, but I previously developed on precice2. I want to reinstall version 2 and need to uninstall version 3. How can I do this? Thank you!
How did you install it?
If you installed via the Debian package, then sudo apt remove libprecice3
should do the trick.
If you installed on some local directory, then just delete that.
If you did a sudo make install
(hopefully not) at /usr/local/
, then you could go into each subdirectory and find which files are related to preCICE and delete them.
1 Like
…or you can run sudo make uninstall
2 Likes
Right, preCICE has that already defined.
Thank you very much!
Thank you, I will try.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.