It's not 3 copies, the library is libsfml-xxx.so.2.0.0 and the 2 others are symbolic links that point to it. This is the standard way of handling libraries in Linux, so that you don't mess up with version numbers (your application links to libsfml-xxx.so, not libsfml-xxx.so.2.0.0).