#I ve been tasked with uninstalling

1 messages · Page 1 of 1 (latest)

boreal hearth
#

No. Unless netapp_lib was directly installed in /usr/local. Is there also a README.rst?

hoary light
#

No, this is what it says:

Uninstalling netapp-lib-2021.6.25:
  Would remove:
    /usr/local/LICENSE.txt
    /usr/local/lib/python3.8/site-packages/netapp_lib-2021.6.25.dist-info/*
    /usr/local/lib/python3.8/site-packages/netapp_lib/*```
boreal hearth
#

I guess the issue is with data_files = [('', ['LICENSE.txt'])]
in the python setup script.

This would explain the presence of LICENSE.txt at the top. The only issue I see is that it could overwrite another file with the same name at the same location. But it would be a mistake as well. So not a good practice, but I don't see any harm in removing it.

hoary light
#

oh, excellent