After I install OpenCV on Ubuntu 18.04 LTS I realized that there are triplicate folders in anaconda/lib directory. Should I delete them?

After I install OpenCV on Ubuntu 18.04 LTS I realized that there are triplicate folders in anaconda/lib directory. Should I delete them?

If you want to free up space, and anaconda uses a lot of disk space, you can do:
conda clear -all
This will remove stored, but already installed tarballs, old packages that were upgraded and are kept "just in case!", and free up the svn cache, hg cache, git cache, and source cache.