I issue the following command:
Input: locate libboost
Output: /usr/lib64/libboost_wserialization-mt.so
/usr/lib64/libboost_wserialization-mt.so.1.53.0
/usr/lib64/libboost_wserialization.so
/usr/lib64/libboost_wserialization.so.1.53.0
Then I navigate to /user/lib64
and issue the command rm -f libboost*
. However, when I issue locate libboost
again, I still the the same output that is printed above. Why libboost
files are not deleted?