切换到cd /opt/libreoffice7.1/programlibreoffice查看版本的时候报:/opt/libreoffice7.1/program/soffice.bin: error while loading shared libraries: libcups.so.2: cannot open shared object file: No such file or directory
./soffice --version
解决办法:
yum install libSM -y
./soffice --version #如果依旧有错误的话,继续往下执行
yum install cairo -y
./soffice --version #如果依旧有错误的话,继续往下执行
yum install cups-libs -y
./soffice --version
最后./soffice --version,发现以安装成功!