问题 I built a library and I want to install the library to /usr/local/lib using coreutils install . The result of the build looks as follows: libfoo.so -> libfoo.so.1 libfoo.so.1 -> libfoo.so.1.1 libfoo.so.1.1 I want to retain the symbolic links and install the files as is to /usr/local/lib . However, if I run install libfoo* /usr/local/lib the symbolic links are resolved and /usr/local/lib looks as follows: libfoo.so libfoo.so.1 libfoo.so.1.1 In other words, these are all real files and no