Created
June 23, 2021 02:02
-
-
Save Kyungpyo-Kim/3e1c4115d32fc0b1802db25cb3dcda3a to your computer and use it in GitHub Desktop.
boost uninstall script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| echo "clear build version boost" | |
| sudo rm -r /usr/local/lib/cmake/Boost* | |
| sudo rm -r /usr/local/lib/cmake/boost* | |
| sudo rm -r /usr/local/lib/libboost* | |
| sudo rm -r /usr/local/include/boost |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment