Skip to content

Instantly share code, notes, and snippets.

@Kyungpyo-Kim
Created June 23, 2021 02:02
Show Gist options
  • Select an option

  • Save Kyungpyo-Kim/3e1c4115d32fc0b1802db25cb3dcda3a to your computer and use it in GitHub Desktop.

Select an option

Save Kyungpyo-Kim/3e1c4115d32fc0b1802db25cb3dcda3a to your computer and use it in GitHub Desktop.
boost uninstall script
#!/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