Skip to content

Instantly share code, notes, and snippets.

@sasasin
Last active May 10, 2021 07:11
Show Gist options
  • Save sasasin/7f2e9c12826cc30206ad416c8542a603 to your computer and use it in GitHub Desktop.
Save sasasin/7f2e9c12826cc30206ad416c8542a603 to your computer and use it in GitHub Desktop.
AmazonLinux 1 に LibreOffice を入れるやつ

What

amazonlinux:1 で LibreOffice の入ったコンテナを作るDockerfileです。

How to build

docker build -t amazonlinux-1-libreoffice:latest .

LibreOfficeの特定のバージョンを入れたい場合は以下のように指定してください。 http://downloadarchive.documentfoundation.org/libreoffice/old/ にあるものを利用可能です。

docker build -t amazonlinux-1-libreoffice:6.4.4.2 --build-arg LIBRE_MAJOR="6" --build-arg LIBRE_MINOR="4" --build-arg LIBRE_MICRO="4.2" .
docker build -t amazonlinux-1-libreoffice:6.3.6.2 --build-arg LIBRE_MAJOR="6" --build-arg LIBRE_MINOR="3" --build-arg LIBRE_MICRO="6.2" .
docker build -t amazonlinux-1-libreoffice:6.2.8.2 --build-arg LIBRE_MAJOR="6" --build-arg LIBRE_MINOR="2" --build-arg LIBRE_MICRO="8.2" .
docker build -t amazonlinux-1-libreoffice:6.1.6.3 --build-arg LIBRE_MAJOR="6" --build-arg LIBRE_MINOR="1" --build-arg LIBRE_MICRO="6.3" .
docker build -t amazonlinux-1-libreoffice:6.0.7.3 --build-arg LIBRE_MAJOR="6" --build-arg LIBRE_MINOR="0" --build-arg LIBRE_MICRO="7.3" .
docker build -t amazonlinux-1-libreoffice:5.4.7.2 --build-arg LIBRE_MAJOR="5" --build-arg LIBRE_MINOR="4" --build-arg LIBRE_MICRO="7.2" .
docker build -t amazonlinux-1-libreoffice:5.3.7.2 --build-arg LIBRE_MAJOR="5" --build-arg LIBRE_MINOR="3" --build-arg LIBRE_MICRO="7.2" .
docker build -t amazonlinux-1-libreoffice:5.2.7.2 --build-arg LIBRE_MAJOR="5" --build-arg LIBRE_MINOR="2" --build-arg LIBRE_MICRO="7.2" .
docker build -t amazonlinux-1-libreoffice:5.1.6.2 --build-arg LIBRE_MAJOR="5" --build-arg LIBRE_MINOR="1" --build-arg LIBRE_MICRO="6.2" .

How to run

docker run -it --rm amazonlinux-1-libreoffice:latest /usr/bin/libreoffice --version
docker run -it --rm amazonlinux-1-libreoffice:6.4.4.2 /usr/bin/libreoffice --version
docker run -it --rm amazonlinux-1-libreoffice:6.3.6.2 /usr/bin/libreoffice --version
docker run -it --rm amazonlinux-1-libreoffice:6.2.8.2 /usr/bin/libreoffice --version
docker run -it --rm amazonlinux-1-libreoffice:6.1.6.3 /usr/bin/libreoffice --version
docker run -it --rm amazonlinux-1-libreoffice:6.0.7.3 /usr/bin/libreoffice --version
docker run -it --rm amazonlinux-1-libreoffice:5.4.7.2 /usr/bin/libreoffice --version
docker run -it --rm amazonlinux-1-libreoffice:5.3.7.2 /usr/bin/libreoffice --version
docker run -it --rm amazonlinux-1-libreoffice:5.2.7.2 /usr/bin/libreoffice --version
docker run -it --rm amazonlinux-1-libreoffice:5.1.6.2 /usr/bin/libreoffice --version

未解決の問題

no version information available

FROM amazonlinux:1 で、6.2系からエラーが出る。

sasasin@mbp2018:~/amazonlinux$ docker run -it --rm amazonlinux-1-libreoffice:6.4.4.2 /usr/bin/libreoffice --version
/opt/libreoffice6.4/program/soffice.bin: /lib64/libdbus-1.so.3: no version information available (required by /opt/libreoffice6.4/program/libmergedlo.so)
LibreOffice 6.4.4.2 3d775be2011f3886db32dfd395a6a6d1ca2630ff

sasasin@mbp2018:~/amazonlinux$ docker run -it --rm amazonlinux-1-libreoffice:6.3.6.2 /usr/bin/libreoffice --version
/opt/libreoffice6.3/program/soffice.bin: /lib64/libdbus-1.so.3: no version information available (required by /opt/libreoffice6.3/program/libmergedlo.so)
LibreOffice 6.3.6.2 2196df99b074d8a661f4036fca8fa0cbfa33a497

sasasin@mbp2018:~/amazonlinux$ docker run -it --rm amazonlinux-1-libreoffice:6.2.8.2 /usr/bin/libreoffice --version
/opt/libreoffice6.2/program/soffice.bin: /lib64/libdbus-1.so.3: no version information available (required by /opt/libreoffice6.2/program/libmergedlo.so)
LibreOffice 6.2.8.2 f82ddfca21ebc1e222a662a32b25c0c9d20169ee

6.1系、6.0系、5系はエラーが出ない。

sasasin@mbp2018:~/amazonlinux$ docker run -it --rm amazonlinux-1-libreoffice:6.1.6.3 /usr/bin/libreoffice --version
LibreOffice 6.1.6.3 5896ab1714085361c45cf540f76f60673dd96a72

sasasin@mbp2018:~/amazonlinux$ docker run -it --rm amazonlinux-1-libreoffice:6.0.7.3 /usr/bin/libreoffice --version
LibreOffice 6.0.7.3 dc89aa7a9eabfd848af146d5086077aeed2ae4a5

sasasin@mbp2018:~/amazonlinux$ docker run -it --rm amazonlinux-1-libreoffice:5.4.7.2 /usr/bin/libreoffice --version
LibreOffice 5.4.7.2 c838ef25c16710f8838b1faec480ebba495259d0

sasasin@mbp2018:~/amazonlinux$ docker run -it --rm amazonlinux-1-libreoffice:5.3.7.2 /usr/bin/libreoffice --version
LibreOffice 5.3.7.2 6b8ed514a9f8b44d37a1b96673cbbdd077e24059

sasasin@mbp2018:~/amazonlinux$ docker run -it --rm amazonlinux-1-libreoffice:5.2.7.2 /usr/bin/libreoffice --version
LibreOffice 5.2.7.2 2b7f1e640c46ceb28adf43ee075a6e8b8439ed10

sasasin@mbp2018:~/amazonlinux$ docker run -it --rm amazonlinux-1-libreoffice:5.1.6.2 /usr/bin/libreoffice --version
LibreOffice 5.1.6.2 07ac168c60a517dba0f0d7bc7540f5afa45f0909

sasasin@mbp2018:~/amazonlinux$

FROM amazonlinux:2 とした場合、このエラーは出ない

sasasin@mbp2018:~/amazonlinux$ docker run -it --rm amazonlinux-2-libreoffice:latest /usr/bin/libreoffice6.4 --version
LibreOffice 6.4.4.2 3d775be2011f3886db32dfd395a6a6d1ca2630ff

sasasin@mbp2018:~/amazonlinux$
FROM amazonlinux:1
ARG LIBRE_MAJOR="6"
ARG LIBRE_MINOR="4"
ARG LIBRE_MICRO="4.2"
RUN echo ${LIBRE_MAJOR}
RUN echo ${LIBRE_MINOR}
RUN echo ${LIBRE_MICRO}
WORKDIR /tmp
RUN yum -y install curl which tar gzip mlocate
RUN yum -y install dbus-libs dbus-glib cairo cups-libs fontconfig libSM libICE java-1.8.0-openjdk
RUN updatedb
RUN curl -L -O https://downloadarchive.documentfoundation.org/libreoffice/old/${LIBRE_MAJOR}.${LIBRE_MINOR}.${LIBRE_MICRO}/rpm/x86_64/LibreOffice_${LIBRE_MAJOR}.${LIBRE_MINOR}.${LIBRE_MICRO}_Linux_x86-64_rpm.tar.gz
RUN curl -L -O https://downloadarchive.documentfoundation.org/libreoffice/old/${LIBRE_MAJOR}.${LIBRE_MINOR}.${LIBRE_MICRO}/rpm/x86_64/LibreOffice_${LIBRE_MAJOR}.${LIBRE_MINOR}.${LIBRE_MICRO}_Linux_x86-64_rpm_langpack_ja.tar.gz
RUN tar xzf LibreOffice_${LIBRE_MAJOR}.${LIBRE_MINOR}.${LIBRE_MICRO}_Linux_x86-64_rpm.tar.gz
RUN tar xzf LibreOffice_${LIBRE_MAJOR}.${LIBRE_MINOR}.${LIBRE_MICRO}_Linux_x86-64_rpm_langpack_ja.tar.gz
RUN yum -y install ./LibreOffice_${LIBRE_MAJOR}.${LIBRE_MINOR}.${LIBRE_MICRO}_Linux_x86-64_rpm/RPMS/*.rpm
RUN yum -y install ./LibreOffice_${LIBRE_MAJOR}.${LIBRE_MINOR}.${LIBRE_MICRO}_Linux_x86-64_rpm_langpack_ja/RPMS/*.rpm
RUN ln -s /usr/bin/libreoffice${LIBRE_MAJOR}.${LIBRE_MINOR} /usr/bin/libreoffice
RUN ls -alF /usr/bin/libreoffice*
RUN /usr/bin/libreoffice --version
CMD ["/usr/bin/libreoffice"]

手作業での手順

yum installの出力は以下のようであった

bash-4.2# yum install ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/*.rpm LibreOffice_6.4.4.2_Linux_x86-64_rpm_langpack_ja/RPMS/*.rpm
Loaded plugins: ovl, priorities
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-base-6.4.4.2-2.x86_64.rpm: libobasis6.4-base-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-base-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-calc-6.4.4.2-2.x86_64.rpm: libobasis6.4-calc-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-calc-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-core-6.4.4.2-2.x86_64.rpm: libobasis6.4-core-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-core-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-draw-6.4.4.2-2.x86_64.rpm: libobasis6.4-draw-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-draw-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-en-US-6.4.4.2-2.x86_64.rpm: libobasis6.4-en-US-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-en-US-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-extension-beanshell-script-provider-6.4.4.2-2.x86_64.rpm: libobasis6.4-extension-beanshell-script-provider-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-extension-beanshell-script-provider-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-extension-javascript-script-provider-6.4.4.2-2.x86_64.rpm: libobasis6.4-extension-javascript-script-provider-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-extension-javascript-script-provider-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-extension-mediawiki-publisher-6.4.4.2-2.x86_64.rpm: libobasis6.4-extension-mediawiki-publisher-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-extension-mediawiki-publisher-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-extension-nlpsolver-6.4.4.2-2.x86_64.rpm: libobasis6.4-extension-nlpsolver-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-extension-nlpsolver-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-extension-pdf-import-6.4.4.2-2.x86_64.rpm: libobasis6.4-extension-pdf-import-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-extension-pdf-import-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-extension-report-builder-6.4.4.2-2.x86_64.rpm: libobasis6.4-extension-report-builder-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-extension-report-builder-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-firebird-6.4.4.2-2.x86_64.rpm: libobasis6.4-firebird-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-firebird-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-gnome-integration-6.4.4.2-2.x86_64.rpm: libobasis6.4-gnome-integration-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-gnome-integration-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-graphicfilter-6.4.4.2-2.x86_64.rpm: libobasis6.4-graphicfilter-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-graphicfilter-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-images-6.4.4.2-2.x86_64.rpm: libobasis6.4-images-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-images-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-impress-6.4.4.2-2.x86_64.rpm: libobasis6.4-impress-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-impress-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-kde-integration-6.4.4.2-2.x86_64.rpm: libobasis6.4-kde-integration-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-kde-integration-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-librelogo-6.4.4.2-2.x86_64.rpm: libobasis6.4-librelogo-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-librelogo-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-libreofficekit-data-6.4.4.2-2.x86_64.rpm: libobasis6.4-libreofficekit-data-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-libreofficekit-data-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-math-6.4.4.2-2.x86_64.rpm: libobasis6.4-math-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-math-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-ogltrans-6.4.4.2-2.x86_64.rpm: libobasis6.4-ogltrans-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-ogltrans-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-onlineupdate-6.4.4.2-2.x86_64.rpm: libobasis6.4-onlineupdate-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-onlineupdate-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-ooofonts-6.4.4.2-2.x86_64.rpm: libobasis6.4-ooofonts-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-ooofonts-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-ooolinguistic-6.4.4.2-2.x86_64.rpm: libobasis6.4-ooolinguistic-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-ooolinguistic-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-postgresql-sdbc-6.4.4.2-2.x86_64.rpm: libobasis6.4-postgresql-sdbc-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-postgresql-sdbc-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-python-script-provider-6.4.4.2-2.x86_64.rpm: libobasis6.4-python-script-provider-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-python-script-provider-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-pyuno-6.4.4.2-2.x86_64.rpm: libobasis6.4-pyuno-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-pyuno-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-writer-6.4.4.2-2.x86_64.rpm: libobasis6.4-writer-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-writer-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-xsltfilter-6.4.4.2-2.x86_64.rpm: libobasis6.4-xsltfilter-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libobasis6.4-xsltfilter-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libreoffice6.4-6.4.4.2-2.x86_64.rpm: libreoffice6.4-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libreoffice6.4-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libreoffice6.4-base-6.4.4.2-2.x86_64.rpm: libreoffice6.4-base-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libreoffice6.4-base-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libreoffice6.4-calc-6.4.4.2-2.x86_64.rpm: libreoffice6.4-calc-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libreoffice6.4-calc-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libreoffice6.4-dict-en-6.4.4.2-2.x86_64.rpm: libreoffice6.4-dict-en-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libreoffice6.4-dict-en-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libreoffice6.4-dict-es-6.4.4.2-2.x86_64.rpm: libreoffice6.4-dict-es-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libreoffice6.4-dict-es-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libreoffice6.4-dict-fr-6.4.4.2-2.x86_64.rpm: libreoffice6.4-dict-fr-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libreoffice6.4-dict-fr-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libreoffice6.4-draw-6.4.4.2-2.x86_64.rpm: libreoffice6.4-draw-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libreoffice6.4-draw-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libreoffice6.4-en-US-6.4.4.2-2.x86_64.rpm: libreoffice6.4-en-US-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libreoffice6.4-en-US-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libreoffice6.4-freedesktop-menus-6.4.4-2.noarch.rpm: libreoffice6.4-freedesktop-menus-6.4.4-2.noarch
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libreoffice6.4-freedesktop-menus-6.4.4-2.noarch.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libreoffice6.4-impress-6.4.4.2-2.x86_64.rpm: libreoffice6.4-impress-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libreoffice6.4-impress-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libreoffice6.4-math-6.4.4.2-2.x86_64.rpm: libreoffice6.4-math-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libreoffice6.4-math-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libreoffice6.4-ure-6.4.4.2-2.x86_64.rpm: libreoffice6.4-ure-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libreoffice6.4-ure-6.4.4.2-2.x86_64.rpm to be installed
Examining ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libreoffice6.4-writer-6.4.4.2-2.x86_64.rpm: libreoffice6.4-writer-6.4.4.2-2.x86_64
Marking ./LibreOffice_6.4.4.2_Linux_x86-64_rpm/RPMS/libreoffice6.4-writer-6.4.4.2-2.x86_64.rpm to be installed
Examining LibreOffice_6.4.4.2_Linux_x86-64_rpm_langpack_ja/RPMS/libobasis6.4-ja-6.4.4.2-2.x86_64.rpm: libobasis6.4-ja-6.4.4.2-2.x86_64
Marking LibreOffice_6.4.4.2_Linux_x86-64_rpm_langpack_ja/RPMS/libobasis6.4-ja-6.4.4.2-2.x86_64.rpm to be installed
Examining LibreOffice_6.4.4.2_Linux_x86-64_rpm_langpack_ja/RPMS/libreoffice6.4-ja-6.4.4.2-2.x86_64.rpm: libreoffice6.4-ja-6.4.4.2-2.x86_64
Marking LibreOffice_6.4.4.2_Linux_x86-64_rpm_langpack_ja/RPMS/libreoffice6.4-ja-6.4.4.2-2.x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package libobasis6.4-base.x86_64 0:6.4.4.2-2 will be installed
---> Package libobasis6.4-calc.x86_64 0:6.4.4.2-2 will be installed
---> Package libobasis6.4-core.x86_64 0:6.4.4.2-2 will be installed
--> Processing Dependency: libfreetype.so.6()(64bit) for package: libobasis6.4-core-6.4.4.2-2.x86_64
amzn-main                                                                                                                                       | 2.1 kB  00:00:00
amzn-updates                                                                                                                                    | 2.5 kB  00:00:00
--> Processing Dependency: libXinerama.so.1()(64bit) for package: libobasis6.4-core-6.4.4.2-2.x86_64
---> Package libobasis6.4-draw.x86_64 0:6.4.4.2-2 will be installed
---> Package libobasis6.4-en-US.x86_64 0:6.4.4.2-2 will be installed
---> Package libobasis6.4-extension-beanshell-script-provider.x86_64 0:6.4.4.2-2 will be installed
---> Package libobasis6.4-extension-javascript-script-provider.x86_64 0:6.4.4.2-2 will be installed
---> Package libobasis6.4-extension-mediawiki-publisher.x86_64 0:6.4.4.2-2 will be installed
---> Package libobasis6.4-extension-nlpsolver.x86_64 0:6.4.4.2-2 will be installed
---> Package libobasis6.4-extension-pdf-import.x86_64 0:6.4.4.2-2 will be installed
---> Package libobasis6.4-extension-report-builder.x86_64 0:6.4.4.2-2 will be installed
---> Package libobasis6.4-firebird.x86_64 0:6.4.4.2-2 will be installed
---> Package libobasis6.4-gnome-integration.x86_64 0:6.4.4.2-2 will be installed
---> Package libobasis6.4-graphicfilter.x86_64 0:6.4.4.2-2 will be installed
---> Package libobasis6.4-images.x86_64 0:6.4.4.2-2 will be installed
---> Package libobasis6.4-impress.x86_64 0:6.4.4.2-2 will be installed
---> Package libobasis6.4-ja.x86_64 0:6.4.4.2-2 will be installed
---> Package libobasis6.4-kde-integration.x86_64 0:6.4.4.2-2 will be installed
---> Package libobasis6.4-librelogo.x86_64 0:6.4.4.2-2 will be installed
---> Package libobasis6.4-libreofficekit-data.x86_64 0:6.4.4.2-2 will be installed
---> Package libobasis6.4-math.x86_64 0:6.4.4.2-2 will be installed
---> Package libobasis6.4-ogltrans.x86_64 0:6.4.4.2-2 will be installed
---> Package libobasis6.4-onlineupdate.x86_64 0:6.4.4.2-2 will be installed
---> Package libobasis6.4-ooofonts.x86_64 0:6.4.4.2-2 will be installed
---> Package libobasis6.4-ooolinguistic.x86_64 0:6.4.4.2-2 will be installed
---> Package libobasis6.4-postgresql-sdbc.x86_64 0:6.4.4.2-2 will be installed
---> Package libobasis6.4-python-script-provider.x86_64 0:6.4.4.2-2 will be installed
---> Package libobasis6.4-pyuno.x86_64 0:6.4.4.2-2 will be installed
---> Package libobasis6.4-writer.x86_64 0:6.4.4.2-2 will be installed
---> Package libobasis6.4-xsltfilter.x86_64 0:6.4.4.2-2 will be installed
---> Package libreoffice6.4.x86_64 0:6.4.4.2-2 will be installed
---> Package libreoffice6.4-base.x86_64 0:6.4.4.2-2 will be installed
---> Package libreoffice6.4-calc.x86_64 0:6.4.4.2-2 will be installed
---> Package libreoffice6.4-dict-en.x86_64 0:6.4.4.2-2 will be installed
---> Package libreoffice6.4-dict-es.x86_64 0:6.4.4.2-2 will be installed
---> Package libreoffice6.4-dict-fr.x86_64 0:6.4.4.2-2 will be installed
---> Package libreoffice6.4-draw.x86_64 0:6.4.4.2-2 will be installed
---> Package libreoffice6.4-en-US.x86_64 0:6.4.4.2-2 will be installed
---> Package libreoffice6.4-freedesktop-menus.noarch 0:6.4.4-2 will be installed
---> Package libreoffice6.4-impress.x86_64 0:6.4.4.2-2 will be installed
---> Package libreoffice6.4-ja.x86_64 0:6.4.4.2-2 will be installed
---> Package libreoffice6.4-math.x86_64 0:6.4.4.2-2 will be installed
---> Package libreoffice6.4-ure.x86_64 0:6.4.4.2-2 will be installed
---> Package libreoffice6.4-writer.x86_64 0:6.4.4.2-2 will be installed
--> Running transaction check
---> Package freetype.x86_64 0:2.3.11-19.15.amzn1 will be installed
---> Package libXinerama.x86_64 0:1.1.2-2.7.amzn1 will be installed
--> Processing Dependency: libXext.so.6()(64bit) for package: libXinerama-1.1.2-2.7.amzn1.x86_64
--> Processing Dependency: libX11.so.6()(64bit) for package: libXinerama-1.1.2-2.7.amzn1.x86_64
--> Running transaction check
---> Package libX11.x86_64 0:1.6.0-2.2.12.amzn1 will be installed
--> Processing Dependency: libX11-common = 1.6.0-2.2.12.amzn1 for package: libX11-1.6.0-2.2.12.amzn1.x86_64
--> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.0-2.2.12.amzn1.x86_64
---> Package libXext.x86_64 0:1.3.2-2.1.10.amzn1 will be installed
--> Running transaction check
---> Package libX11-common.x86_64 0:1.6.0-2.2.12.amzn1 will be installed
---> Package libxcb.x86_64 0:1.11-2.21.amzn1 will be installed
--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.11-2.21.amzn1.x86_64
--> Running transaction check
---> Package libXau.x86_64 0:1.0.6-4.9.amzn1 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

=======================================================================================================================================================================
 Package                                               Arch       Version                Repository                                                               Size
=======================================================================================================================================================================
Installing:
 libobasis6.4-base                                     x86_64     6.4.4.2-2              /libobasis6.4-base-6.4.4.2-2.x86_64                                     5.3 M
 libobasis6.4-calc                                     x86_64     6.4.4.2-2              /libobasis6.4-calc-6.4.4.2-2.x86_64                                      25 M
 libobasis6.4-core                                     x86_64     6.4.4.2-2              /libobasis6.4-core-6.4.4.2-2.x86_64                                     282 M
 libobasis6.4-draw                                     x86_64     6.4.4.2-2              /libobasis6.4-draw-6.4.4.2-2.x86_64                                      48 k
 libobasis6.4-en-US                                    x86_64     6.4.4.2-2              /libobasis6.4-en-US-6.4.4.2-2.x86_64                                    164 k
 libobasis6.4-extension-beanshell-script-provider      x86_64     6.4.4.2-2              /libobasis6.4-extension-beanshell-script-provider-6.4.4.2-2.x86_64      415 k
 libobasis6.4-extension-javascript-script-provider     x86_64     6.4.4.2-2              /libobasis6.4-extension-javascript-script-provider-6.4.4.2-2.x86_64     657 k
 libobasis6.4-extension-mediawiki-publisher            x86_64     6.4.4.2-2              /libobasis6.4-extension-mediawiki-publisher-6.4.4.2-2.x86_64            4.3 M
 libobasis6.4-extension-nlpsolver                      x86_64     6.4.4.2-2              /libobasis6.4-extension-nlpsolver-6.4.4.2-2.x86_64                      2.2 M
 libobasis6.4-extension-pdf-import                     x86_64     6.4.4.2-2              /libobasis6.4-extension-pdf-import-6.4.4.2-2.x86_64                     2.7 M
 libobasis6.4-extension-report-builder                 x86_64     6.4.4.2-2              /libobasis6.4-extension-report-builder-6.4.4.2-2.x86_64                 5.8 M
 libobasis6.4-firebird                                 x86_64     6.4.4.2-2              /libobasis6.4-firebird-6.4.4.2-2.x86_64                                  10 M
 libobasis6.4-gnome-integration                        x86_64     6.4.4.2-2              /libobasis6.4-gnome-integration-6.4.4.2-2.x86_64                        2.8 M
 libobasis6.4-graphicfilter                            x86_64     6.4.4.2-2              /libobasis6.4-graphicfilter-6.4.4.2-2.x86_64                            4.3 M
 libobasis6.4-images                                   x86_64     6.4.4.2-2              /libobasis6.4-images-6.4.4.2-2.x86_64                                    52 M
 libobasis6.4-impress                                  x86_64     6.4.4.2-2              /libobasis6.4-impress-6.4.4.2-2.x86_64                                  2.2 M
 libobasis6.4-ja                                       x86_64     6.4.4.2-2              /libobasis6.4-ja-6.4.4.2-2.x86_64                                       2.8 M
 libobasis6.4-kde-integration                          x86_64     6.4.4.2-2              /libobasis6.4-kde-integration-6.4.4.2-2.x86_64                          5.8 M
 libobasis6.4-librelogo                                x86_64     6.4.4.2-2              /libobasis6.4-librelogo-6.4.4.2-2.x86_64                                765 k
 libobasis6.4-libreofficekit-data                      x86_64     6.4.4.2-2              /libobasis6.4-libreofficekit-data-6.4.4.2-2.x86_64                      1.4 k
 libobasis6.4-math                                     x86_64     6.4.4.2-2              /libobasis6.4-math-6.4.4.2-2.x86_64                                     1.5 M
 libobasis6.4-ogltrans                                 x86_64     6.4.4.2-2              /libobasis6.4-ogltrans-6.4.4.2-2.x86_64                                 338 k
 libobasis6.4-onlineupdate                             x86_64     6.4.4.2-2              /libobasis6.4-onlineupdate-6.4.4.2-2.x86_64                             527 k
 libobasis6.4-ooofonts                                 x86_64     6.4.4.2-2              /libobasis6.4-ooofonts-6.4.4.2-2.x86_64                                  69 M
 libobasis6.4-ooolinguistic                            x86_64     6.4.4.2-2              /libobasis6.4-ooolinguistic-6.4.4.2-2.x86_64                            1.4 k
 libobasis6.4-postgresql-sdbc                          x86_64     6.4.4.2-2              /libobasis6.4-postgresql-sdbc-6.4.4.2-2.x86_64                          3.6 M
 libobasis6.4-python-script-provider                   x86_64     6.4.4.2-2              /libobasis6.4-python-script-provider-6.4.4.2-2.x86_64                    43 k
 libobasis6.4-pyuno                                    x86_64     6.4.4.2-2              /libobasis6.4-pyuno-6.4.4.2-2.x86_64                                     23 M
 libobasis6.4-writer                                   x86_64     6.4.4.2-2              /libobasis6.4-writer-6.4.4.2-2.x86_64                                    13 M
 libobasis6.4-xsltfilter                               x86_64     6.4.4.2-2              /libobasis6.4-xsltfilter-6.4.4.2-2.x86_64                               4.3 M
 libreoffice6.4                                        x86_64     6.4.4.2-2              /libreoffice6.4-6.4.4.2-2.x86_64                                        3.3 M
 libreoffice6.4-base                                   x86_64     6.4.4.2-2              /libreoffice6.4-base-6.4.4.2-2.x86_64                                    63
 libreoffice6.4-calc                                   x86_64     6.4.4.2-2              /libreoffice6.4-calc-6.4.4.2-2.x86_64                                    63
 libreoffice6.4-dict-en                                x86_64     6.4.4.2-2              /libreoffice6.4-dict-en-6.4.4.2-2.x86_64                                 25 M
 libreoffice6.4-dict-es                                x86_64     6.4.4.2-2              /libreoffice6.4-dict-es-6.4.4.2-2.x86_64                                4.1 M
 libreoffice6.4-dict-fr                                x86_64     6.4.4.2-2              /libreoffice6.4-dict-fr-6.4.4.2-2.x86_64                                6.4 M
 libreoffice6.4-draw                                   x86_64     6.4.4.2-2              /libreoffice6.4-draw-6.4.4.2-2.x86_64                                    63
 libreoffice6.4-en-US                                  x86_64     6.4.4.2-2              /libreoffice6.4-en-US-6.4.4.2-2.x86_64                                   16 k
 libreoffice6.4-freedesktop-menus                      noarch     6.4.4-2                /libreoffice6.4-freedesktop-menus-6.4.4-2.noarch                        4.8 M
 libreoffice6.4-impress                                x86_64     6.4.4.2-2              /libreoffice6.4-impress-6.4.4.2-2.x86_64                                 66
 libreoffice6.4-ja                                     x86_64     6.4.4.2-2              /libreoffice6.4-ja-6.4.4.2-2.x86_64                                      23 k
 libreoffice6.4-math                                   x86_64     6.4.4.2-2              /libreoffice6.4-math-6.4.4.2-2.x86_64                                    63
 libreoffice6.4-ure                                    x86_64     6.4.4.2-2              /libreoffice6.4-ure-6.4.4.2-2.x86_64                                     39 M
 libreoffice6.4-writer                                 x86_64     6.4.4.2-2              /libreoffice6.4-writer-6.4.4.2-2.x86_64                                  65
Installing for dependencies:
 freetype                                              x86_64     2.3.11-19.15.amzn1     amzn-updates                                                            398 k
 libX11                                                x86_64     1.6.0-2.2.12.amzn1     amzn-main                                                               748 k
 libX11-common                                         x86_64     1.6.0-2.2.12.amzn1     amzn-main                                                               230 k
 libXau                                                x86_64     1.0.6-4.9.amzn1        amzn-main                                                                25 k
 libXext                                               x86_64     1.3.2-2.1.10.amzn1     amzn-main                                                                39 k
 libXinerama                                           x86_64     1.1.2-2.7.amzn1        amzn-main                                                                20 k
 libxcb                                                x86_64     1.11-2.21.amzn1        amzn-main                                                               186 k

Transaction Summary
=======================================================================================================================================================================
Install  44 Packages (+7 Dependent packages)

Total size: 609 M
Total download size: 1.6 M
Installed size: 612 M
Is this ok [y/d/N]: y
Downloading packages:
(1/7): libXau-1.0.6-4.9.amzn1.x86_64.rpm                                                                                                        |  25 kB  00:00:00
(2/7): libXinerama-1.1.2-2.7.amzn1.x86_64.rpm                                                                                                   |  20 kB  00:00:00
(3/7): freetype-2.3.11-19.15.amzn1.x86_64.rpm                                                                                                   | 398 kB  00:00:00
(4/7): libX11-common-1.6.0-2.2.12.amzn1.x86_64.rpm                                                                                              | 230 kB  00:00:00
(5/7): libXext-1.3.2-2.1.10.amzn1.x86_64.rpm                                                                                                    |  39 kB  00:00:00
(6/7): libxcb-1.11-2.21.amzn1.x86_64.rpm                                                                                                        | 186 kB  00:00:00
(7/7): libX11-1.6.0-2.2.12.amzn1.x86_64.rpm                                                                                                     | 748 kB  00:00:01
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                  1.3 MB/s | 1.6 MB  00:00:01
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : libreoffice6.4-ure-6.4.4.2-2.x86_64                                                                                                                1/51
  Installing : libXau-1.0.6-4.9.amzn1.x86_64                                                                                                                      2/51
  Installing : libxcb-1.11-2.21.amzn1.x86_64                                                                                                                      3/51
  Installing : libX11-common-1.6.0-2.2.12.amzn1.x86_64                                                                                                            4/51
  Installing : libX11-1.6.0-2.2.12.amzn1.x86_64                                                                                                                   5/51
  Installing : libXext-1.3.2-2.1.10.amzn1.x86_64                                                                                                                  6/51
  Installing : libXinerama-1.1.2-2.7.amzn1.x86_64                                                                                                                 7/51
  Installing : libobasis6.4-ooofonts-6.4.4.2-2.x86_64                                                                                                             8/51
  Installing : freetype-2.3.11-19.15.amzn1.x86_64                                                                                                                 9/51
  Installing : libobasis6.4-core-6.4.4.2-2.x86_64                                                                                                                10/51
  Installing : libobasis6.4-base-6.4.4.2-2.x86_64                                                                                                                11/51
  Installing : libobasis6.4-impress-6.4.4.2-2.x86_64                                                                                                             12/51
  Installing : libobasis6.4-writer-6.4.4.2-2.x86_64                                                                                                              13/51
  Installing : libobasis6.4-math-6.4.4.2-2.x86_64                                                                                                                14/51
  Installing : libobasis6.4-ja-6.4.4.2-2.x86_64                                                                                                                  15/51
  Installing : libobasis6.4-pyuno-6.4.4.2-2.x86_64                                                                                                               16/51
  Installing : libobasis6.4-images-6.4.4.2-2.x86_64                                                                                                              17/51
  Installing : libreoffice6.4-6.4.4.2-2.x86_64                                                                                                                   18/51
  Installing : libobasis6.4-draw-6.4.4.2-2.x86_64                                                                                                                19/51
  Installing : libobasis6.4-calc-6.4.4.2-2.x86_64                                                                                                                20/51
  Installing : libobasis6.4-en-US-6.4.4.2-2.x86_64                                                                                                               21/51
  Installing : libreoffice6.4-en-US-6.4.4.2-2.x86_64                                                                                                             22/51
  Installing : libreoffice6.4-calc-6.4.4.2-2.x86_64                                                                                                              23/51
  Installing : libreoffice6.4-draw-6.4.4.2-2.x86_64                                                                                                              24/51
  Installing : libreoffice6.4-ja-6.4.4.2-2.x86_64                                                                                                                25/51
  Installing : libreoffice6.4-base-6.4.4.2-2.x86_64                                                                                                              26/51
  Installing : libreoffice6.4-math-6.4.4.2-2.x86_64                                                                                                              27/51
  Installing : libreoffice6.4-impress-6.4.4.2-2.x86_64                                                                                                           28/51
  Installing : libreoffice6.4-dict-en-6.4.4.2-2.x86_64                                                                                                           29/51
  Installing : libreoffice6.4-writer-6.4.4.2-2.x86_64                                                                                                            30/51
  Installing : libreoffice6.4-dict-fr-6.4.4.2-2.x86_64                                                                                                           31/51
  Installing : libreoffice6.4-dict-es-6.4.4.2-2.x86_64                                                                                                           32/51
  Installing : libobasis6.4-librelogo-6.4.4.2-2.x86_64                                                                                                           33/51
  Installing : libobasis6.4-ogltrans-6.4.4.2-2.x86_64                                                                                                            34/51
  Installing : libobasis6.4-postgresql-sdbc-6.4.4.2-2.x86_64                                                                                                     35/51
  Installing : libobasis6.4-extension-report-builder-6.4.4.2-2.x86_64                                                                                            36/51
  Installing : libobasis6.4-gnome-integration-6.4.4.2-2.x86_64                                                                                                   37/51
  Installing : libobasis6.4-libreofficekit-data-6.4.4.2-2.x86_64                                                                                                 38/51
  Installing : libobasis6.4-extension-beanshell-script-provider-6.4.4.2-2.x86_64                                                                                 39/51
  Installing : libobasis6.4-extension-nlpsolver-6.4.4.2-2.x86_64                                                                                                 40/51
  Installing : libobasis6.4-kde-integration-6.4.4.2-2.x86_64                                                                                                     41/51
  Installing : libobasis6.4-xsltfilter-6.4.4.2-2.x86_64                                                                                                          42/51
  Installing : libobasis6.4-ooolinguistic-6.4.4.2-2.x86_64                                                                                                       43/51
  Installing : libobasis6.4-extension-javascript-script-provider-6.4.4.2-2.x86_64                                                                                44/51
  Installing : libobasis6.4-graphicfilter-6.4.4.2-2.x86_64                                                                                                       45/51
  Installing : libobasis6.4-extension-mediawiki-publisher-6.4.4.2-2.x86_64                                                                                       46/51
  Installing : libobasis6.4-onlineupdate-6.4.4.2-2.x86_64                                                                                                        47/51
  Installing : libobasis6.4-python-script-provider-6.4.4.2-2.x86_64                                                                                              48/51
  Installing : libobasis6.4-firebird-6.4.4.2-2.x86_64                                                                                                            49/51
  Installing : libobasis6.4-extension-pdf-import-6.4.4.2-2.x86_64                                                                                                50/51
  Installing : libreoffice6.4-freedesktop-menus-6.4.4-2.noarch                                                                                                   51/51
which: no update-desktop-database in (/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin)
/usr/bin/update-mime-database
which: no update-desktop-database in (/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin)
which: no update-desktop-database in (/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin)
  Verifying  : libobasis6.4-extension-report-builder-6.4.4.2-2.x86_64                                                                                             1/51
  Verifying  : libobasis6.4-math-6.4.4.2-2.x86_64                                                                                                                 2/51
  Verifying  : libobasis6.4-ja-6.4.4.2-2.x86_64                                                                                                                   3/51
  Verifying  : libreoffice6.4-ja-6.4.4.2-2.x86_64                                                                                                                 4/51
  Verifying  : libobasis6.4-gnome-integration-6.4.4.2-2.x86_64                                                                                                    5/51
  Verifying  : libX11-1.6.0-2.2.12.amzn1.x86_64                                                                                                                   6/51
  Verifying  : libobasis6.4-libreofficekit-data-6.4.4.2-2.x86_64                                                                                                  7/51
  Verifying  : libobasis6.4-extension-beanshell-script-provider-6.4.4.2-2.x86_64                                                                                  8/51
  Verifying  : libobasis6.4-extension-nlpsolver-6.4.4.2-2.x86_64                                                                                                  9/51
  Verifying  : freetype-2.3.11-19.15.amzn1.x86_64                                                                                                                10/51
  Verifying  : libobasis6.4-base-6.4.4.2-2.x86_64                                                                                                                11/51
  Verifying  : libreoffice6.4-base-6.4.4.2-2.x86_64                                                                                                              12/51
  Verifying  : libobasis6.4-kde-integration-6.4.4.2-2.x86_64                                                                                                     13/51
  Verifying  : libobasis6.4-pyuno-6.4.4.2-2.x86_64                                                                                                               14/51
  Verifying  : libobasis6.4-ooofonts-6.4.4.2-2.x86_64                                                                                                            15/51
  Verifying  : libreoffice6.4-math-6.4.4.2-2.x86_64                                                                                                              16/51
  Verifying  : libobasis6.4-librelogo-6.4.4.2-2.x86_64                                                                                                           17/51
  Verifying  : libobasis6.4-impress-6.4.4.2-2.x86_64                                                                                                             18/51
  Verifying  : libobasis6.4-xsltfilter-6.4.4.2-2.x86_64                                                                                                          19/51
  Verifying  : libobasis6.4-ogltrans-6.4.4.2-2.x86_64                                                                                                            20/51
  Verifying  : libxcb-1.11-2.21.amzn1.x86_64                                                                                                                     21/51
  Verifying  : libX11-common-1.6.0-2.2.12.amzn1.x86_64                                                                                                           22/51
  Verifying  : libXau-1.0.6-4.9.amzn1.x86_64                                                                                                                     23/51
  Verifying  : libreoffice6.4-impress-6.4.4.2-2.x86_64                                                                                                           24/51
  Verifying  : libreoffice6.4-dict-en-6.4.4.2-2.x86_64                                                                                                           25/51
  Verifying  : libobasis6.4-ooolinguistic-6.4.4.2-2.x86_64                                                                                                       26/51
  Verifying  : libreoffice6.4-writer-6.4.4.2-2.x86_64                                                                                                            27/51
  Verifying  : libobasis6.4-extension-javascript-script-provider-6.4.4.2-2.x86_64                                                                                28/51
  Verifying  : libreoffice6.4-en-US-6.4.4.2-2.x86_64                                                                                                             29/51
  Verifying  : libobasis6.4-graphicfilter-6.4.4.2-2.x86_64                                                                                                       30/51
  Verifying  : libreoffice6.4-freedesktop-menus-6.4.4-2.noarch                                                                                                   31/51
  Verifying  : libreoffice6.4-dict-fr-6.4.4.2-2.x86_64                                                                                                           32/51
  Verifying  : libXext-1.3.2-2.1.10.amzn1.x86_64                                                                                                                 33/51
  Verifying  : libreoffice6.4-ure-6.4.4.2-2.x86_64                                                                                                               34/51
  Verifying  : libreoffice6.4-6.4.4.2-2.x86_64                                                                                                                   35/51
  Verifying  : libXinerama-1.1.2-2.7.amzn1.x86_64                                                                                                                36/51
  Verifying  : libreoffice6.4-draw-6.4.4.2-2.x86_64                                                                                                              37/51
  Verifying  : libobasis6.4-writer-6.4.4.2-2.x86_64                                                                                                              38/51
  Verifying  : libobasis6.4-extension-mediawiki-publisher-6.4.4.2-2.x86_64                                                                                       39/51
  Verifying  : libreoffice6.4-calc-6.4.4.2-2.x86_64                                                                                                              40/51
  Verifying  : libobasis6.4-onlineupdate-6.4.4.2-2.x86_64                                                                                                        41/51
  Verifying  : libobasis6.4-images-6.4.4.2-2.x86_64                                                                                                              42/51
  Verifying  : libobasis6.4-draw-6.4.4.2-2.x86_64                                                                                                                43/51
  Verifying  : libobasis6.4-calc-6.4.4.2-2.x86_64                                                                                                                44/51
  Verifying  : libobasis6.4-python-script-provider-6.4.4.2-2.x86_64                                                                                              45/51
  Verifying  : libreoffice6.4-dict-es-6.4.4.2-2.x86_64                                                                                                           46/51
  Verifying  : libobasis6.4-core-6.4.4.2-2.x86_64                                                                                                                47/51
  Verifying  : libobasis6.4-en-US-6.4.4.2-2.x86_64                                                                                                               48/51
  Verifying  : libobasis6.4-postgresql-sdbc-6.4.4.2-2.x86_64                                                                                                     49/51
  Verifying  : libobasis6.4-firebird-6.4.4.2-2.x86_64                                                                                                            50/51
  Verifying  : libobasis6.4-extension-pdf-import-6.4.4.2-2.x86_64                                                                                                51/51

Installed:
  libobasis6.4-base.x86_64 0:6.4.4.2-2                                               libobasis6.4-calc.x86_64 0:6.4.4.2-2
  libobasis6.4-core.x86_64 0:6.4.4.2-2                                               libobasis6.4-draw.x86_64 0:6.4.4.2-2
  libobasis6.4-en-US.x86_64 0:6.4.4.2-2                                              libobasis6.4-extension-beanshell-script-provider.x86_64 0:6.4.4.2-2
  libobasis6.4-extension-javascript-script-provider.x86_64 0:6.4.4.2-2               libobasis6.4-extension-mediawiki-publisher.x86_64 0:6.4.4.2-2
  libobasis6.4-extension-nlpsolver.x86_64 0:6.4.4.2-2                                libobasis6.4-extension-pdf-import.x86_64 0:6.4.4.2-2
  libobasis6.4-extension-report-builder.x86_64 0:6.4.4.2-2                           libobasis6.4-firebird.x86_64 0:6.4.4.2-2
  libobasis6.4-gnome-integration.x86_64 0:6.4.4.2-2                                  libobasis6.4-graphicfilter.x86_64 0:6.4.4.2-2
  libobasis6.4-images.x86_64 0:6.4.4.2-2                                             libobasis6.4-impress.x86_64 0:6.4.4.2-2
  libobasis6.4-ja.x86_64 0:6.4.4.2-2                                                 libobasis6.4-kde-integration.x86_64 0:6.4.4.2-2
  libobasis6.4-librelogo.x86_64 0:6.4.4.2-2                                          libobasis6.4-libreofficekit-data.x86_64 0:6.4.4.2-2
  libobasis6.4-math.x86_64 0:6.4.4.2-2                                               libobasis6.4-ogltrans.x86_64 0:6.4.4.2-2
  libobasis6.4-onlineupdate.x86_64 0:6.4.4.2-2                                       libobasis6.4-ooofonts.x86_64 0:6.4.4.2-2
  libobasis6.4-ooolinguistic.x86_64 0:6.4.4.2-2                                      libobasis6.4-postgresql-sdbc.x86_64 0:6.4.4.2-2
  libobasis6.4-python-script-provider.x86_64 0:6.4.4.2-2                             libobasis6.4-pyuno.x86_64 0:6.4.4.2-2
  libobasis6.4-writer.x86_64 0:6.4.4.2-2                                             libobasis6.4-xsltfilter.x86_64 0:6.4.4.2-2
  libreoffice6.4.x86_64 0:6.4.4.2-2                                                  libreoffice6.4-base.x86_64 0:6.4.4.2-2
  libreoffice6.4-calc.x86_64 0:6.4.4.2-2                                             libreoffice6.4-dict-en.x86_64 0:6.4.4.2-2
  libreoffice6.4-dict-es.x86_64 0:6.4.4.2-2                                          libreoffice6.4-dict-fr.x86_64 0:6.4.4.2-2
  libreoffice6.4-draw.x86_64 0:6.4.4.2-2                                             libreoffice6.4-en-US.x86_64 0:6.4.4.2-2
  libreoffice6.4-freedesktop-menus.noarch 0:6.4.4-2                                  libreoffice6.4-impress.x86_64 0:6.4.4.2-2
  libreoffice6.4-ja.x86_64 0:6.4.4.2-2                                               libreoffice6.4-math.x86_64 0:6.4.4.2-2
  libreoffice6.4-ure.x86_64 0:6.4.4.2-2                                              libreoffice6.4-writer.x86_64 0:6.4.4.2-2

Dependency Installed:
  freetype.x86_64 0:2.3.11-19.15.amzn1     libX11.x86_64 0:1.6.0-2.2.12.amzn1       libX11-common.x86_64 0:1.6.0-2.2.12.amzn1     libXau.x86_64 0:1.0.6-4.9.amzn1
  libXext.x86_64 0:1.3.2-2.1.10.amzn1      libXinerama.x86_64 0:1.1.2-2.7.amzn1     libxcb.x86_64 0:1.11-2.21.amzn1

Complete!
bash-4.2#

入ったが、DLL不足で起動できないぞ

bash-4.2# which libreoffice6.4
/usr/bin/libreoffice6.4
bash-4.2# libreoffice6.4 --help
/opt/libreoffice6.4/program/soffice.bin: error while loading shared libraries: libdbus-1.so.3: cannot open shared object file: No such file or directory
bash-4.2# ls -alF /opt/libreoffice6.4/program/soffice.bin
-rwxr-xr-x 1 root root 6352 May 13 20:16 /opt/libreoffice6.4/program/soffice.bin*
bash-4.2# ldd /opt/libreoffice6.4/program/soffice.bin
	linux-vdso.so.1 =>  (0x00007ffd013a7000)
	libmergedlo.so => /opt/libreoffice6.4/program/libmergedlo.so (0x00007f13751dd000)
	libuno_sal.so.3 => /opt/libreoffice6.4/program/libuno_sal.so.3 (0x00007f1374f78000)
	libc.so.6 => /lib64/libc.so.6 (0x00007f1374bab000)
	libgpgmepp.so.6 => /opt/libreoffice6.4/program/libgpgmepp.so.6 (0x00007f137494f000)
	libicuuc.so.65 => /opt/libreoffice6.4/program/libicuuc.so.65 (0x00007f1374573000)
	libz.so.1 => /lib64/libz.so.1 (0x00007f137435d000)
	libplc4.so => /opt/libreoffice6.4/program/libplc4.so (0x00007f1374158000)
	libnspr4.so => /opt/libreoffice6.4/program/libnspr4.so (0x00007f1373f1b000)
	libnss3.so => /opt/libreoffice6.4/program/libnss3.so (0x00007f1373bf7000)
	libsmime3.so => /opt/libreoffice6.4/program/libsmime3.so (0x00007f13739d0000)
	libdl.so.2 => /lib64/libdl.so.2 (0x00007f13737cc000)
	libdbus-1.so.3 => not found
	libicui18n.so.65 => /opt/libreoffice6.4/program/libicui18n.so.65 (0x00007f13732e3000)
	libcurl.so.4 => /opt/libreoffice6.4/program/libcurl.so.4 (0x00007f1373081000)
	libX11.so.6 => /usr/lib64/libX11.so.6 (0x00007f1372d46000)
	libxml2.so.2 => /opt/libreoffice6.4/program/libxml2.so.2 (0x00007f137298e000)
	libxslt.so.1 => /opt/libreoffice6.4/program/libxslt.so.1 (0x00007f137274e000)
	librt.so.1 => /lib64/librt.so.1 (0x00007f1372546000)
	liborcus-0.15.so.0 => /opt/libreoffice6.4/program/liborcus-0.15.so.0 (0x00007f13721fe000)
	liborcus-parser-0.15.so.0 => /opt/libreoffice6.4/program/liborcus-parser-0.15.so.0 (0x00007f1371f8f000)
	libgio-2.0.so.0 => /usr/lib64/libgio-2.0.so.0 (0x00007f1371c36000)
	libgobject-2.0.so.0 => /usr/lib64/libgobject-2.0.so.0 (0x00007f13719e7000)
	libglib-2.0.so.0 => /usr/lib64/libglib-2.0.so.0 (0x00007f13716bf000)
	liblcms2.so.2 => /opt/libreoffice6.4/program/liblcms2.so.2 (0x00007f1371466000)
	libcairo.so.2 => not found
	libcups.so.2 => not found
	libfontconfig.so.1 => not found
	libfreetype.so.6 => /usr/lib64/libfreetype.so.6 (0x00007f13711ca000)
	libm.so.6 => /lib64/libm.so.6 (0x00007f1370ec8000)
	libXext.so.6 => /usr/lib64/libXext.so.6 (0x00007f1370cb6000)
	libSM.so.6 => not found
	libICE.so.6 => not found
	libuno_cppu.so.3 => /opt/libreoffice6.4/program/libuno_cppu.so.3 (0x00007f1370a7b000)
	libuno_cppuhelpergcc3.so.3 => /opt/libreoffice6.4/program/libuno_cppuhelpergcc3.so.3 (0x00007f1370790000)
	libi18nlangtag.so => /opt/libreoffice6.4/program/libi18nlangtag.so (0x00007f1370571000)
	libjvmaccesslo.so => /opt/libreoffice6.4/program/libjvmaccesslo.so (0x00007f1370369000)
	libjvmfwklo.so => /opt/libreoffice6.4/program/libjvmfwklo.so (0x00007f1370136000)
	libuno_salhelpergcc3.so.3 => /opt/libreoffice6.4/program/libuno_salhelpergcc3.so.3 (0x00007f136ff26000)
	libxmlreaderlo.so => /opt/libreoffice6.4/program/libxmlreaderlo.so (0x00007f136fd1a000)
	libepoxy.so => /opt/libreoffice6.4/program/libepoxy.so (0x00007f136f9e4000)
	libclewlo.so => /opt/libreoffice6.4/program/libclewlo.so (0x00007f136f7df000)
	libclucene.so => /opt/libreoffice6.4/program/libclucene.so (0x00007f136f3ea000)
	libpdfiumlo.so => /opt/libreoffice6.4/program/libpdfiumlo.so (0x00007f136ed7d000)
	libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007f136e9f8000)
	libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f136e7e2000)
	libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f136e5c6000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f13795a5000)
	libgpgme.so.11 => /opt/libreoffice6.4/program/libgpgme.so.11 (0x00007f136e380000)
	libassuan.so.0 => /opt/libreoffice6.4/program/libassuan.so.0 (0x00007f136e16d000)
	libicudata.so.65 => /opt/libreoffice6.4/program/libicudata.so.65 (0x00007f136c4bd000)
	libnssutil3.so => /opt/libreoffice6.4/program/libnssutil3.so (0x00007f136c28d000)
	libplds4.so => /opt/libreoffice6.4/program/libplds4.so (0x00007f136c089000)
	libssl3.so => /opt/libreoffice6.4/program/libssl3.so (0x00007f136be30000)
	libxcb.so.1 => /usr/lib64/libxcb.so.1 (0x00007f136bc12000)
	libffi.so.6 => /usr/lib64/libffi.so.6 (0x00007f136ba0a000)
	libgmodule-2.0.so.0 => /usr/lib64/libgmodule-2.0.so.0 (0x00007f136b807000)
	libselinux.so.1 => /usr/lib64/libselinux.so.1 (0x00007f136b5e6000)
	libresolv.so.2 => /lib64/libresolv.so.2 (0x00007f136b3cd000)
	libreglo.so => /opt/libreoffice6.4/program/libreglo.so (0x00007f136b1a3000)
	libunoidllo.so => /opt/libreoffice6.4/program/libunoidllo.so (0x00007f136af3b000)
	liblangtag-lo.so.1 => /opt/libreoffice6.4/program/liblangtag-lo.so.1 (0x00007f136ad15000)
	libgpg-error-lo.so.0 => /opt/libreoffice6.4/program/libgpg-error-lo.so.0 (0x00007f136ab01000)
	libXau.so.6 => /usr/lib64/libXau.so.6 (0x00007f136a8fe000)
	libstorelo.so => /opt/libreoffice6.4/program/libstorelo.so (0x00007f136a6e3000)
bash-4.2# ldd /opt/libreoffice6.4/program/soffice.bin | grep "not found"
	libdbus-1.so.3 => not found
	libcairo.so.2 => not found
	libcups.so.2 => not found
	libfontconfig.so.1 => not found
	libSM.so.6 => not found
	libICE.so.6 => not found
bash-4.2#

不足しているDLLが、どのRPMに入っているか調べる

bash-4.2# yum provides libdbus-1.so.3
Loaded plugins: ovl, priorities
1:dbus-libs-1.6.12-14.28.amzn1.i686 : Libraries for accessing D-BUS
Repo        : amzn-main
Matched from:
Provides    : libdbus-1.so.3



1:dbus-libs-1.6.12-14.29.amzn1.i686 : Libraries for accessing D-BUS
Repo        : amzn-updates
Matched from:
Provides    : libdbus-1.so.3



bash-4.2# yum provides libcairo.so.2
Loaded plugins: ovl, priorities
cairo-1.12.14-6.8.amzn1.i686 : A 2D graphics library
Repo        : amzn-main
Matched from:
Provides    : libcairo.so.2



bash-4.2# yum provides libcups.so.2
Loaded plugins: ovl, priorities
1:cups-libs-1.4.2-67.21.amzn1.i686 : Common Unix Printing System - libraries
Repo        : amzn-main
Matched from:
Provides    : libcups.so.2



bash-4.2# yum provides libfontconfig.so.1
Loaded plugins: ovl, priorities
fontconfig-2.8.0-5.8.amzn1.i686 : Font configuration and customization library
Repo        : amzn-main
Matched from:
Provides    : libfontconfig.so.1



bash-4.2# yum provides libSM.so.6
Loaded plugins: ovl, priorities
libSM-1.2.1-2.6.amzn1.i686 : X.Org X11 SM runtime library
Repo        : amzn-main
Matched from:
Provides    : libSM.so.6



bash-4.2# yum provides libICE.so.6
Loaded plugins: ovl, priorities
libICE-1.0.6-1.4.amzn1.i686 : X.Org X11 ICE runtime library
Repo        : amzn-main
Matched from:
Provides    : libICE.so.6



bash-4.2#

追加してみた。どうか。

bash-4.2# yum -y install dbus-libs cairo cups-libs fontconfig libSM libICE
Loaded plugins: ovl, priorities
amzn-main                                                                                                                                       | 2.1 kB  00:00:00
amzn-updates                                                                                                                                    | 2.5 kB  00:00:00
Resolving Dependencies
--> Running transaction check
---> Package cairo.x86_64 0:1.12.14-6.8.amzn1 will be installed
--> Processing Dependency: libpng12.so.0(PNG12_0)(64bit) for package: cairo-1.12.14-6.8.amzn1.x86_64
--> Processing Dependency: libpng12.so.0()(64bit) for package: cairo-1.12.14-6.8.amzn1.x86_64
--> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.12.14-6.8.amzn1.x86_64
--> Processing Dependency: libXrender.so.1()(64bit) for package: cairo-1.12.14-6.8.amzn1.x86_64
--> Processing Dependency: libGL.so.1()(64bit) for package: cairo-1.12.14-6.8.amzn1.x86_64
---> Package cups-libs.x86_64 1:1.4.2-67.21.amzn1 will be installed
--> Processing Dependency: libtiff.so.5(LIBTIFF_4.0)(64bit) for package: 1:cups-libs-1.4.2-67.21.amzn1.x86_64
--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: 1:cups-libs-1.4.2-67.21.amzn1.x86_64
--> Processing Dependency: libgnutls.so.26(GNUTLS_1_4)(64bit) for package: 1:cups-libs-1.4.2-67.21.amzn1.x86_64
--> Processing Dependency: libtiff.so.5()(64bit) for package: 1:cups-libs-1.4.2-67.21.amzn1.x86_64
--> Processing Dependency: libjpeg.so.62()(64bit) for package: 1:cups-libs-1.4.2-67.21.amzn1.x86_64
--> Processing Dependency: libgnutls.so.26()(64bit) for package: 1:cups-libs-1.4.2-67.21.amzn1.x86_64
--> Processing Dependency: libavahi-common.so.3()(64bit) for package: 1:cups-libs-1.4.2-67.21.amzn1.x86_64
--> Processing Dependency: libavahi-client.so.3()(64bit) for package: 1:cups-libs-1.4.2-67.21.amzn1.x86_64
--> Processing Dependency: libaudit.so.1()(64bit) for package: 1:cups-libs-1.4.2-67.21.amzn1.x86_64
---> Package dbus-libs.x86_64 1:1.6.12-14.29.amzn1 will be installed
---> Package fontconfig.x86_64 0:2.8.0-5.8.amzn1 will be installed
---> Package libICE.x86_64 0:1.0.6-1.4.amzn1 will be installed
---> Package libSM.x86_64 0:1.2.1-2.6.amzn1 will be installed
--> Processing Dependency: libuuid.so.1(UUID_1.0)(64bit) for package: libSM-1.2.1-2.6.amzn1.x86_64
--> Processing Dependency: libuuid.so.1()(64bit) for package: libSM-1.2.1-2.6.amzn1.x86_64
--> Running transaction check
---> Package audit-libs.x86_64 0:2.6.5-3.28.amzn1 will be installed
--> Processing Dependency: libcap-ng.so.0()(64bit) for package: audit-libs-2.6.5-3.28.amzn1.x86_64
---> Package avahi-libs.x86_64 0:0.6.25-12.17.amzn1 will be installed
---> Package gnutls.x86_64 0:2.12.23-21.18.amzn1 will be installed
---> Package libXrender.x86_64 0:0.9.8-2.1.9.amzn1 will be installed
---> Package libglvnd-glx.x86_64 1:0.2.999-14.20170308git8e6e102.3.amzn1 will be installed
--> Processing Dependency: libglvnd(x86-64) = 1:0.2.999-14.20170308git8e6e102.3.amzn1 for package: 1:libglvnd-glx-0.2.999-14.20170308git8e6e102.3.amzn1.x86_64
--> Processing Dependency: mesa-libGL(x86-64) >= 13.0.4-1 for package: 1:libglvnd-glx-0.2.999-14.20170308git8e6e102.3.amzn1.x86_64
--> Processing Dependency: libGLdispatch.so.0()(64bit) for package: 1:libglvnd-glx-0.2.999-14.20170308git8e6e102.3.amzn1.x86_64
---> Package libjpeg-turbo.x86_64 0:1.2.90-8.16.amzn1 will be installed
---> Package libpng.x86_64 2:1.2.49-2.14.amzn1 will be installed
---> Package libtiff.x86_64 0:4.0.3-32.34.amzn1 will be installed
--> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-32.34.amzn1.x86_64
---> Package libuuid.x86_64 0:2.23.2-59.29.amzn1 will be installed
---> Package pixman.x86_64 0:0.32.4-4.11.amzn1 will be installed
--> Running transaction check
---> Package jbigkit-libs.x86_64 0:2.0-11.4.amzn1 will be installed
---> Package libcap-ng.x86_64 0:0.7.5-4.15.amzn1 will be installed
---> Package libglvnd.x86_64 1:0.2.999-14.20170308git8e6e102.3.amzn1 will be installed
---> Package mesa-libGL.x86_64 0:17.1.5-2.41.amzn1 will be installed
--> Processing Dependency: mesa-libglapi(x86-64) = 17.1.5-2.41.amzn1 for package: mesa-libGL-17.1.5-2.41.amzn1.x86_64
--> Processing Dependency: libxshmfence.so.1()(64bit) for package: mesa-libGL-17.1.5-2.41.amzn1.x86_64
--> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libGL-17.1.5-2.41.amzn1.x86_64
--> Processing Dependency: libdrm.so.2()(64bit) for package: mesa-libGL-17.1.5-2.41.amzn1.x86_64
--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-17.1.5-2.41.amzn1.x86_64
--> Processing Dependency: libXfixes.so.3()(64bit) for package: mesa-libGL-17.1.5-2.41.amzn1.x86_64
--> Processing Dependency: libXdamage.so.1()(64bit) for package: mesa-libGL-17.1.5-2.41.amzn1.x86_64
--> Running transaction check
---> Package libXdamage.x86_64 0:1.1.3-4.7.amzn1 will be installed
---> Package libXfixes.x86_64 0:5.0.1-2.1.8.amzn1 will be installed
---> Package libXxf86vm.x86_64 0:1.1.3-2.1.9.amzn1 will be installed
---> Package libdrm.x86_64 0:2.4.82-1.14.amzn1 will be installed
--> Processing Dependency: libpciaccess.so.0()(64bit) for package: libdrm-2.4.82-1.14.amzn1.x86_64
---> Package libxshmfence.x86_64 0:1.2-1.4.amzn1 will be installed
---> Package mesa-libglapi.x86_64 0:17.1.5-2.41.amzn1 will be installed
--> Processing Dependency: mesa-dri-drivers(x86-64) = 17.1.5-2.41.amzn1 for package: mesa-libglapi-17.1.5-2.41.amzn1.x86_64
--> Running transaction check
---> Package libpciaccess.x86_64 0:0.13.1-4.1.11.amzn1 will be installed
--> Processing Dependency: hwdata for package: libpciaccess-0.13.1-4.1.11.amzn1.x86_64
---> Package mesa-dri-drivers.x86_64 0:17.1.5-2.41.amzn1 will be installed
--> Processing Dependency: mesa-filesystem(x86-64) = 17.1.5-2.41.amzn1 for package: mesa-dri-drivers-17.1.5-2.41.amzn1.x86_64
--> Running transaction check
---> Package hwdata.noarch 0:0.233-14.1.19.amzn1 will be installed
--> Processing Dependency: module-init-tools >= 3.2 for package: hwdata-0.233-14.1.19.amzn1.noarch
---> Package mesa-filesystem.x86_64 0:17.1.5-2.41.amzn1 will be installed
--> Running transaction check
---> Package kmod.x86_64 0:14-10.10.amzn1 will be installed
--> Processing Dependency: kmod-libs(x86-64) = 14-10.10.amzn1 for package: kmod-14-10.10.amzn1.x86_64
--> Processing Dependency: libkmod.so.2(LIBKMOD_6)(64bit) for package: kmod-14-10.10.amzn1.x86_64
--> Processing Dependency: libkmod.so.2(LIBKMOD_5)(64bit) for package: kmod-14-10.10.amzn1.x86_64
--> Processing Dependency: /usr/bin/xz for package: kmod-14-10.10.amzn1.x86_64
--> Processing Dependency: /usr/bin/nm for package: kmod-14-10.10.amzn1.x86_64
--> Processing Dependency: /bin/cpio for package: kmod-14-10.10.amzn1.x86_64
--> Processing Dependency: libkmod.so.2()(64bit) for package: kmod-14-10.10.amzn1.x86_64
--> Running transaction check
---> Package binutils.x86_64 0:2.25.1-31.base.66.amzn1 will be installed
---> Package cpio.x86_64 0:2.10-12.12.amzn1 will be installed
---> Package kmod-libs.x86_64 0:14-10.10.amzn1 will be installed
---> Package xz.x86_64 0:5.2.2-1.13.amzn1 will be installed
--> Processing Dependency: xz-libs = 5.2.2-1.13.amzn1 for package: xz-5.2.2-1.13.amzn1.x86_64
--> Processing Dependency: liblzma.so.5(XZ_5.2.2)(64bit) for package: xz-5.2.2-1.13.amzn1.x86_64
--> Running transaction check
---> Package xz-libs.x86_64 0:5.1.2-12alpha.12.amzn1 will be updated
---> Package xz-libs.x86_64 0:5.2.2-1.13.amzn1 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

=======================================================================================================================================================================
 Package                              Arch                       Version                                                        Repository                        Size
=======================================================================================================================================================================
Installing:
 cairo                                x86_64                     1.12.14-6.8.amzn1                                              amzn-main                        739 k
 cups-libs                            x86_64                     1:1.4.2-67.21.amzn1                                            amzn-main                        364 k
 dbus-libs                            x86_64                     1:1.6.12-14.29.amzn1                                           amzn-updates                     154 k
 fontconfig                           x86_64                     2.8.0-5.8.amzn1                                                amzn-main                        206 k
 libICE                               x86_64                     1.0.6-1.4.amzn1                                                amzn-main                         54 k
 libSM                                x86_64                     1.2.1-2.6.amzn1                                                amzn-main                         38 k
Installing for dependencies:
 audit-libs                           x86_64                     2.6.5-3.28.amzn1                                               amzn-main                         96 k
 avahi-libs                           x86_64                     0.6.25-12.17.amzn1                                             amzn-main                         64 k
 binutils                             x86_64                     2.25.1-31.base.66.amzn1                                        amzn-main                        7.2 M
 cpio                                 x86_64                     2.10-12.12.amzn1                                               amzn-main                        244 k
 gnutls                               x86_64                     2.12.23-21.18.amzn1                                            amzn-main                        450 k
 hwdata                               noarch                     0.233-14.1.19.amzn1                                            amzn-main                        1.5 M
 jbigkit-libs                         x86_64                     2.0-11.4.amzn1                                                 amzn-main                         47 k
 kmod                                 x86_64                     14-10.10.amzn1                                                 amzn-main                         80 k
 kmod-libs                            x86_64                     14-10.10.amzn1                                                 amzn-main                         47 k
 libXdamage                           x86_64                     1.1.3-4.7.amzn1                                                amzn-main                         19 k
 libXfixes                            x86_64                     5.0.1-2.1.8.amzn1                                              amzn-main                         18 k
 libXrender                           x86_64                     0.9.8-2.1.9.amzn1                                              amzn-main                         26 k
 libXxf86vm                           x86_64                     1.1.3-2.1.9.amzn1                                              amzn-main                         17 k
 libcap-ng                            x86_64                     0.7.5-4.15.amzn1                                               amzn-main                         25 k
 libdrm                               x86_64                     2.4.82-1.14.amzn1                                              amzn-main                        162 k
 libglvnd                             x86_64                     1:0.2.999-14.20170308git8e6e102.3.amzn1                        amzn-main                         94 k
 libglvnd-glx                         x86_64                     1:0.2.999-14.20170308git8e6e102.3.amzn1                        amzn-main                        156 k
 libjpeg-turbo                        x86_64                     1.2.90-8.16.amzn1                                              amzn-updates                     144 k
 libpciaccess                         x86_64                     0.13.1-4.1.11.amzn1                                            amzn-main                         26 k
 libpng                               x86_64                     2:1.2.49-2.14.amzn1                                            amzn-main                        264 k
 libtiff                              x86_64                     4.0.3-32.34.amzn1                                              amzn-updates                     439 k
 libuuid                              x86_64                     2.23.2-59.29.amzn1                                             amzn-updates                      84 k
 libxshmfence                         x86_64                     1.2-1.4.amzn1                                                  amzn-main                        6.0 k
 mesa-dri-drivers                     x86_64                     17.1.5-2.41.amzn1                                              amzn-main                        5.1 M
 mesa-filesystem                      x86_64                     17.1.5-2.41.amzn1                                              amzn-main                         23 k
 mesa-libGL                           x86_64                     17.1.5-2.41.amzn1                                              amzn-main                        170 k
 mesa-libglapi                        x86_64                     17.1.5-2.41.amzn1                                              amzn-main                         51 k
 pixman                               x86_64                     0.32.4-4.11.amzn1                                              amzn-main                        283 k
 xz                                   x86_64                     5.2.2-1.13.amzn1                                               amzn-updates                     248 k
Updating for dependencies:
 xz-libs                              x86_64                     5.2.2-1.13.amzn1                                               amzn-updates                     111 k

Transaction Summary
=======================================================================================================================================================================
Install  6 Packages (+29 Dependent packages)
Upgrade             (  1 Dependent package)

Total download size: 19 M
Downloading packages:
(1/36): audit-libs-2.6.5-3.28.amzn1.x86_64.rpm                                                                                                  |  96 kB  00:00:00
(2/36): avahi-libs-0.6.25-12.17.amzn1.x86_64.rpm                                                                                                |  64 kB  00:00:00
(3/36): dbus-libs-1.6.12-14.29.amzn1.x86_64.rpm                                                                                                 | 154 kB  00:00:00
(4/36): cups-libs-1.4.2-67.21.amzn1.x86_64.rpm                                                                                                  | 364 kB  00:00:00
(5/36): fontconfig-2.8.0-5.8.amzn1.x86_64.rpm                                                                                                   | 206 kB  00:00:00
(6/36): gnutls-2.12.23-21.18.amzn1.x86_64.rpm                                                                                                   | 450 kB  00:00:00
(7/36): jbigkit-libs-2.0-11.4.amzn1.x86_64.rpm                                                                                                  |  47 kB  00:00:00
(8/36): cpio-2.10-12.12.amzn1.x86_64.rpm                                                                                                        | 244 kB  00:00:01
(9/36): kmod-14-10.10.amzn1.x86_64.rpm                                                                                                          |  80 kB  00:00:00
(10/36): libICE-1.0.6-1.4.amzn1.x86_64.rpm                                                                                                      |  54 kB  00:00:00
(11/36): kmod-libs-14-10.10.amzn1.x86_64.rpm                                                                                                    |  47 kB  00:00:00
(12/36): hwdata-0.233-14.1.19.amzn1.noarch.rpm                                                                                                  | 1.5 MB  00:00:00
(13/36): libSM-1.2.1-2.6.amzn1.x86_64.rpm                                                                                                       |  38 kB  00:00:00
(14/36): libXfixes-5.0.1-2.1.8.amzn1.x86_64.rpm                                                                                                 |  18 kB  00:00:00
(15/36): libXdamage-1.1.3-4.7.amzn1.x86_64.rpm                                                                                                  |  19 kB  00:00:00
(16/36): libXrender-0.9.8-2.1.9.amzn1.x86_64.rpm                                                                                                |  26 kB  00:00:00
(17/36): libXxf86vm-1.1.3-2.1.9.amzn1.x86_64.rpm                                                                                                |  17 kB  00:00:00
(18/36): binutils-2.25.1-31.base.66.amzn1.x86_64.rpm                                                                                            | 7.2 MB  00:00:02
(19/36): libdrm-2.4.82-1.14.amzn1.x86_64.rpm                                                                                                    | 162 kB  00:00:00
(20/36): cairo-1.12.14-6.8.amzn1.x86_64.rpm                                                                                                     | 739 kB  00:00:02
(21/36): libglvnd-0.2.999-14.20170308git8e6e102.3.amzn1.x86_64.rpm                                                                              |  94 kB  00:00:00
(22/36): libglvnd-glx-0.2.999-14.20170308git8e6e102.3.amzn1.x86_64.rpm                                                                          | 156 kB  00:00:00
(23/36): libcap-ng-0.7.5-4.15.amzn1.x86_64.rpm                                                                                                  |  25 kB  00:00:00
(24/36): libuuid-2.23.2-59.29.amzn1.x86_64.rpm                                                                                                  |  84 kB  00:00:00
(25/36): libpng-1.2.49-2.14.amzn1.x86_64.rpm                                                                                                    | 264 kB  00:00:00
(26/36): libxshmfence-1.2-1.4.amzn1.x86_64.rpm                                                                                                  | 6.0 kB  00:00:00
(27/36): mesa-filesystem-17.1.5-2.41.amzn1.x86_64.rpm                                                                                           |  23 kB  00:00:00
(28/36): libpciaccess-0.13.1-4.1.11.amzn1.x86_64.rpm                                                                                            |  26 kB  00:00:00
(29/36): mesa-libGL-17.1.5-2.41.amzn1.x86_64.rpm                                                                                                | 170 kB  00:00:00
(30/36): libjpeg-turbo-1.2.90-8.16.amzn1.x86_64.rpm                                                                                             | 144 kB  00:00:00
(31/36): mesa-libglapi-17.1.5-2.41.amzn1.x86_64.rpm                                                                                             |  51 kB  00:00:00
(32/36): pixman-0.32.4-4.11.amzn1.x86_64.rpm                                                                                                    | 283 kB  00:00:00
(33/36): xz-libs-5.2.2-1.13.amzn1.x86_64.rpm                                                                                                    | 111 kB  00:00:00
(34/36): mesa-dri-drivers-17.1.5-2.41.amzn1.x86_64.rpm                                                                                          | 5.1 MB  00:00:00
(35/36): xz-5.2.2-1.13.amzn1.x86_64.rpm                                                                                                         | 248 kB  00:00:00
(36/36): libtiff-4.0.3-32.34.amzn1.x86_64.rpm                                                                                                   | 439 kB  00:00:01
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                  5.2 MB/s |  19 MB  00:00:03
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : libjpeg-turbo-1.2.90-8.16.amzn1.x86_64                                                                                                             1/37
  Updating   : xz-libs-5.2.2-1.13.amzn1.x86_64                                                                                                                    2/37
  Installing : libXfixes-5.0.1-2.1.8.amzn1.x86_64                                                                                                                 3/37
  Installing : 2:libpng-1.2.49-2.14.amzn1.x86_64                                                                                                                  4/37
  Installing : libXdamage-1.1.3-4.7.amzn1.x86_64                                                                                                                  5/37
  Installing : kmod-libs-14-10.10.amzn1.x86_64                                                                                                                    6/37
  Installing : xz-5.2.2-1.13.amzn1.x86_64                                                                                                                         7/37
  Installing : binutils-2.25.1-31.base.66.amzn1.x86_64                                                                                                            8/37
  Installing : 1:dbus-libs-1.6.12-14.29.amzn1.x86_64                                                                                                              9/37
  Installing : avahi-libs-0.6.25-12.17.amzn1.x86_64                                                                                                              10/37
  Installing : libXxf86vm-1.1.3-2.1.9.amzn1.x86_64                                                                                                               11/37
  Installing : mesa-filesystem-17.1.5-2.41.amzn1.x86_64                                                                                                          12/37
  Installing : libuuid-2.23.2-59.29.amzn1.x86_64                                                                                                                 13/37
  Installing : fontconfig-2.8.0-5.8.amzn1.x86_64                                                                                                                 14/37
  Installing : cpio-2.10-12.12.amzn1.x86_64                                                                                                                      15/37
  Installing : kmod-14-10.10.amzn1.x86_64                                                                                                                        16/37
  Installing : hwdata-0.233-14.1.19.amzn1.noarch                                                                                                                 17/37
  Installing : libpciaccess-0.13.1-4.1.11.amzn1.x86_64                                                                                                           18/37
  Installing : libdrm-2.4.82-1.14.amzn1.x86_64                                                                                                                   19/37
  Installing : mesa-libglapi-17.1.5-2.41.amzn1.x86_64                                                                                                            20/37
  Installing : mesa-dri-drivers-17.1.5-2.41.amzn1.x86_64                                                                                                         21/37
  Installing : gnutls-2.12.23-21.18.amzn1.x86_64                                                                                                                 22/37
  Installing : libICE-1.0.6-1.4.amzn1.x86_64                                                                                                                     23/37
  Installing : 1:libglvnd-0.2.999-14.20170308git8e6e102.3.amzn1.x86_64                                                                                           24/37
  Installing : libXrender-0.9.8-2.1.9.amzn1.x86_64                                                                                                               25/37
  Installing : pixman-0.32.4-4.11.amzn1.x86_64                                                                                                                   26/37
  Installing : libcap-ng-0.7.5-4.15.amzn1.x86_64                                                                                                                 27/37
  Installing : audit-libs-2.6.5-3.28.amzn1.x86_64                                                                                                                28/37
  Installing : libxshmfence-1.2-1.4.amzn1.x86_64                                                                                                                 29/37
  Installing : 1:libglvnd-glx-0.2.999-14.20170308git8e6e102.3.amzn1.x86_64                                                                                       30/37
  Installing : mesa-libGL-17.1.5-2.41.amzn1.x86_64                                                                                                               31/37
  Installing : jbigkit-libs-2.0-11.4.amzn1.x86_64                                                                                                                32/37
  Installing : libtiff-4.0.3-32.34.amzn1.x86_64                                                                                                                  33/37
  Installing : 1:cups-libs-1.4.2-67.21.amzn1.x86_64                                                                                                              34/37
  Installing : cairo-1.12.14-6.8.amzn1.x86_64                                                                                                                    35/37
  Installing : libSM-1.2.1-2.6.amzn1.x86_64                                                                                                                      36/37
  Cleanup    : xz-libs-5.1.2-12alpha.12.amzn1.x86_64                                                                                                             37/37
  Verifying  : 1:cups-libs-1.4.2-67.21.amzn1.x86_64                                                                                                               1/37
  Verifying  : kmod-libs-14-10.10.amzn1.x86_64                                                                                                                    2/37
  Verifying  : audit-libs-2.6.5-3.28.amzn1.x86_64                                                                                                                 3/37
  Verifying  : libtiff-4.0.3-32.34.amzn1.x86_64                                                                                                                   4/37
  Verifying  : jbigkit-libs-2.0-11.4.amzn1.x86_64                                                                                                                 5/37
  Verifying  : libxshmfence-1.2-1.4.amzn1.x86_64                                                                                                                  6/37
  Verifying  : 1:libglvnd-glx-0.2.999-14.20170308git8e6e102.3.amzn1.x86_64                                                                                        7/37
  Verifying  : 2:libpng-1.2.49-2.14.amzn1.x86_64                                                                                                                  8/37
  Verifying  : kmod-14-10.10.amzn1.x86_64                                                                                                                         9/37
  Verifying  : libcap-ng-0.7.5-4.15.amzn1.x86_64                                                                                                                 10/37
  Verifying  : cairo-1.12.14-6.8.amzn1.x86_64                                                                                                                    11/37
  Verifying  : pixman-0.32.4-4.11.amzn1.x86_64                                                                                                                   12/37
  Verifying  : libXrender-0.9.8-2.1.9.amzn1.x86_64                                                                                                               13/37
  Verifying  : libXdamage-1.1.3-4.7.amzn1.x86_64                                                                                                                 14/37
  Verifying  : 1:libglvnd-0.2.999-14.20170308git8e6e102.3.amzn1.x86_64                                                                                           15/37
  Verifying  : libICE-1.0.6-1.4.amzn1.x86_64                                                                                                                     16/37
  Verifying  : mesa-libGL-17.1.5-2.41.amzn1.x86_64                                                                                                               17/37
  Verifying  : gnutls-2.12.23-21.18.amzn1.x86_64                                                                                                                 18/37
  Verifying  : libdrm-2.4.82-1.14.amzn1.x86_64                                                                                                                   19/37
  Verifying  : avahi-libs-0.6.25-12.17.amzn1.x86_64                                                                                                              20/37
  Verifying  : libSM-1.2.1-2.6.amzn1.x86_64                                                                                                                      21/37
  Verifying  : mesa-dri-drivers-17.1.5-2.41.amzn1.x86_64                                                                                                         22/37
  Verifying  : cpio-2.10-12.12.amzn1.x86_64                                                                                                                      23/37
  Verifying  : hwdata-0.233-14.1.19.amzn1.noarch                                                                                                                 24/37
  Verifying  : fontconfig-2.8.0-5.8.amzn1.x86_64                                                                                                                 25/37
  Verifying  : libXfixes-5.0.1-2.1.8.amzn1.x86_64                                                                                                                26/37
  Verifying  : libuuid-2.23.2-59.29.amzn1.x86_64                                                                                                                 27/37
  Verifying  : xz-5.2.2-1.13.amzn1.x86_64                                                                                                                        28/37
  Verifying  : mesa-filesystem-17.1.5-2.41.amzn1.x86_64                                                                                                          29/37
  Verifying  : libXxf86vm-1.1.3-2.1.9.amzn1.x86_64                                                                                                               30/37
  Verifying  : 1:dbus-libs-1.6.12-14.29.amzn1.x86_64                                                                                                             31/37
  Verifying  : xz-libs-5.2.2-1.13.amzn1.x86_64                                                                                                                   32/37
  Verifying  : libjpeg-turbo-1.2.90-8.16.amzn1.x86_64                                                                                                            33/37
  Verifying  : binutils-2.25.1-31.base.66.amzn1.x86_64                                                                                                           34/37
  Verifying  : mesa-libglapi-17.1.5-2.41.amzn1.x86_64                                                                                                            35/37
  Verifying  : libpciaccess-0.13.1-4.1.11.amzn1.x86_64                                                                                                           36/37
  Verifying  : xz-libs-5.1.2-12alpha.12.amzn1.x86_64                                                                                                             37/37

Installed:
  cairo.x86_64 0:1.12.14-6.8.amzn1      cups-libs.x86_64 1:1.4.2-67.21.amzn1      dbus-libs.x86_64 1:1.6.12-14.29.amzn1      fontconfig.x86_64 0:2.8.0-5.8.amzn1
  libICE.x86_64 0:1.0.6-1.4.amzn1       libSM.x86_64 0:1.2.1-2.6.amzn1

Dependency Installed:
  audit-libs.x86_64 0:2.6.5-3.28.amzn1                      avahi-libs.x86_64 0:0.6.25-12.17.amzn1                        binutils.x86_64 0:2.25.1-31.base.66.amzn1
  cpio.x86_64 0:2.10-12.12.amzn1                            gnutls.x86_64 0:2.12.23-21.18.amzn1                           hwdata.noarch 0:0.233-14.1.19.amzn1
  jbigkit-libs.x86_64 0:2.0-11.4.amzn1                      kmod.x86_64 0:14-10.10.amzn1                                  kmod-libs.x86_64 0:14-10.10.amzn1
  libXdamage.x86_64 0:1.1.3-4.7.amzn1                       libXfixes.x86_64 0:5.0.1-2.1.8.amzn1                          libXrender.x86_64 0:0.9.8-2.1.9.amzn1
  libXxf86vm.x86_64 0:1.1.3-2.1.9.amzn1                     libcap-ng.x86_64 0:0.7.5-4.15.amzn1                           libdrm.x86_64 0:2.4.82-1.14.amzn1
  libglvnd.x86_64 1:0.2.999-14.20170308git8e6e102.3.amzn1   libglvnd-glx.x86_64 1:0.2.999-14.20170308git8e6e102.3.amzn1   libjpeg-turbo.x86_64 0:1.2.90-8.16.amzn1
  libpciaccess.x86_64 0:0.13.1-4.1.11.amzn1                 libpng.x86_64 2:1.2.49-2.14.amzn1                             libtiff.x86_64 0:4.0.3-32.34.amzn1
  libuuid.x86_64 0:2.23.2-59.29.amzn1                       libxshmfence.x86_64 0:1.2-1.4.amzn1                           mesa-dri-drivers.x86_64 0:17.1.5-2.41.amzn1
  mesa-filesystem.x86_64 0:17.1.5-2.41.amzn1                mesa-libGL.x86_64 0:17.1.5-2.41.amzn1                         mesa-libglapi.x86_64 0:17.1.5-2.41.amzn1
  pixman.x86_64 0:0.32.4-4.11.amzn1                         xz.x86_64 0:5.2.2-1.13.amzn1

Dependency Updated:
  xz-libs.x86_64 0:5.2.2-1.13.amzn1

Complete!
bash-4.2#

ひととおり入ったが、 /lib64/libdbus-1.so.3: no version information available などと言われている。クソッ

bash-4.2# ldd /opt/libreoffice6.4/program/soffice.bin
/opt/libreoffice6.4/program/soffice.bin: /lib64/libdbus-1.so.3: no version information available (required by /opt/libreoffice6.4/program/libmergedlo.so)
	linux-vdso.so.1 =>  (0x00007ffe745d6000)
	libmergedlo.so => /opt/libreoffice6.4/program/libmergedlo.so (0x00007fb8ed167000)
	libuno_sal.so.3 => /opt/libreoffice6.4/program/libuno_sal.so.3 (0x00007fb8ecf02000)
	libc.so.6 => /lib64/libc.so.6 (0x00007fb8ecb35000)
	libgpgmepp.so.6 => /opt/libreoffice6.4/program/libgpgmepp.so.6 (0x00007fb8ec8d9000)
	libicuuc.so.65 => /opt/libreoffice6.4/program/libicuuc.so.65 (0x00007fb8ec4fd000)
	libz.so.1 => /lib64/libz.so.1 (0x00007fb8ec2e7000)
	libplc4.so => /opt/libreoffice6.4/program/libplc4.so (0x00007fb8ec0e2000)
	libnspr4.so => /opt/libreoffice6.4/program/libnspr4.so (0x00007fb8ebea5000)
	libnss3.so => /opt/libreoffice6.4/program/libnss3.so (0x00007fb8ebb81000)
	libsmime3.so => /opt/libreoffice6.4/program/libsmime3.so (0x00007fb8eb95a000)
	libdl.so.2 => /lib64/libdl.so.2 (0x00007fb8eb756000)
	libdbus-1.so.3 => /lib64/libdbus-1.so.3 (0x00007fb8eb511000)
	libicui18n.so.65 => /opt/libreoffice6.4/program/libicui18n.so.65 (0x00007fb8eb028000)
	libcurl.so.4 => /opt/libreoffice6.4/program/libcurl.so.4 (0x00007fb8eadc6000)
	libX11.so.6 => /usr/lib64/libX11.so.6 (0x00007fb8eaa8b000)
	libxml2.so.2 => /opt/libreoffice6.4/program/libxml2.so.2 (0x00007fb8ea6d3000)
	libxslt.so.1 => /opt/libreoffice6.4/program/libxslt.so.1 (0x00007fb8ea493000)
	librt.so.1 => /lib64/librt.so.1 (0x00007fb8ea28b000)
	liborcus-0.15.so.0 => /opt/libreoffice6.4/program/liborcus-0.15.so.0 (0x00007fb8e9f43000)
	liborcus-parser-0.15.so.0 => /opt/libreoffice6.4/program/liborcus-parser-0.15.so.0 (0x00007fb8e9cd4000)
	libgio-2.0.so.0 => /usr/lib64/libgio-2.0.so.0 (0x00007fb8e997b000)
	libgobject-2.0.so.0 => /usr/lib64/libgobject-2.0.so.0 (0x00007fb8e972c000)
	libglib-2.0.so.0 => /usr/lib64/libglib-2.0.so.0 (0x00007fb8e9404000)
	liblcms2.so.2 => /opt/libreoffice6.4/program/liblcms2.so.2 (0x00007fb8e91ab000)
	libcairo.so.2 => /usr/lib64/libcairo.so.2 (0x00007fb8e8e8f000)
	libcups.so.2 => /usr/lib64/libcups.so.2 (0x00007fb8e8c40000)
	libfontconfig.so.1 => /usr/lib64/libfontconfig.so.1 (0x00007fb8e8a0b000)
	libfreetype.so.6 => /usr/lib64/libfreetype.so.6 (0x00007fb8e876f000)
	libm.so.6 => /lib64/libm.so.6 (0x00007fb8e846d000)
	libXext.so.6 => /usr/lib64/libXext.so.6 (0x00007fb8e825b000)
	libSM.so.6 => /usr/lib64/libSM.so.6 (0x00007fb8e8054000)
	libICE.so.6 => /usr/lib64/libICE.so.6 (0x00007fb8e7e38000)
	libuno_cppu.so.3 => /opt/libreoffice6.4/program/libuno_cppu.so.3 (0x00007fb8e7bfd000)
	libuno_cppuhelpergcc3.so.3 => /opt/libreoffice6.4/program/libuno_cppuhelpergcc3.so.3 (0x00007fb8e7912000)
	libi18nlangtag.so => /opt/libreoffice6.4/program/libi18nlangtag.so (0x00007fb8e76f3000)
	libjvmaccesslo.so => /opt/libreoffice6.4/program/libjvmaccesslo.so (0x00007fb8e74eb000)
	libjvmfwklo.so => /opt/libreoffice6.4/program/libjvmfwklo.so (0x00007fb8e72b8000)
	libuno_salhelpergcc3.so.3 => /opt/libreoffice6.4/program/libuno_salhelpergcc3.so.3 (0x00007fb8e70a8000)
	libxmlreaderlo.so => /opt/libreoffice6.4/program/libxmlreaderlo.so (0x00007fb8e6e9c000)
	libepoxy.so => /opt/libreoffice6.4/program/libepoxy.so (0x00007fb8e6b66000)
	libclewlo.so => /opt/libreoffice6.4/program/libclewlo.so (0x00007fb8e6961000)
	libclucene.so => /opt/libreoffice6.4/program/libclucene.so (0x00007fb8e656c000)
	libpdfiumlo.so => /opt/libreoffice6.4/program/libpdfiumlo.so (0x00007fb8e5eff000)
	libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007fb8e5b7a000)
	libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007fb8e5964000)
	libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fb8e5748000)
	/lib64/ld-linux-x86-64.so.2 (0x00007fb8f152f000)
	libgpgme.so.11 => /opt/libreoffice6.4/program/libgpgme.so.11 (0x00007fb8e5502000)
	libassuan.so.0 => /opt/libreoffice6.4/program/libassuan.so.0 (0x00007fb8e52ef000)
	libicudata.so.65 => /opt/libreoffice6.4/program/libicudata.so.65 (0x00007fb8e363f000)
	libnssutil3.so => /opt/libreoffice6.4/program/libnssutil3.so (0x00007fb8e340f000)
	libplds4.so => /opt/libreoffice6.4/program/libplds4.so (0x00007fb8e320b000)
	libssl3.so => /opt/libreoffice6.4/program/libssl3.so (0x00007fb8e2fb2000)
	libxcb.so.1 => /usr/lib64/libxcb.so.1 (0x00007fb8e2d94000)
	libffi.so.6 => /usr/lib64/libffi.so.6 (0x00007fb8e2b8c000)
	libgmodule-2.0.so.0 => /usr/lib64/libgmodule-2.0.so.0 (0x00007fb8e2989000)
	libselinux.so.1 => /usr/lib64/libselinux.so.1 (0x00007fb8e2768000)
	libresolv.so.2 => /lib64/libresolv.so.2 (0x00007fb8e254f000)
	libpixman-1.so.0 => /usr/lib64/libpixman-1.so.0 (0x00007fb8e22a4000)
	libpng12.so.0 => /usr/lib64/libpng12.so.0 (0x00007fb8e207e000)
	libxcb-shm.so.0 => /usr/lib64/libxcb-shm.so.0 (0x00007fb8e1e7c000)
	libxcb-render.so.0 => /usr/lib64/libxcb-render.so.0 (0x00007fb8e1c73000)
	libXrender.so.1 => /usr/lib64/libXrender.so.1 (0x00007fb8e1a6a000)
	libGL.so.1 => /usr/lib64/libGL.so.1 (0x00007fb8e17de000)
	libgssapi_krb5.so.2 => /usr/lib64/libgssapi_krb5.so.2 (0x00007fb8e1591000)
	libkrb5.so.3 => /usr/lib64/libkrb5.so.3 (0x00007fb8e12a8000)
	libk5crypto.so.3 => /usr/lib64/libk5crypto.so.3 (0x00007fb8e108d000)
	libcom_err.so.2 => /usr/lib64/libcom_err.so.2 (0x00007fb8e0e8a000)
	libgnutls.so.26 => /usr/lib64/libgnutls.so.26 (0x00007fb8e0bdc000)
	libavahi-common.so.3 => /usr/lib64/libavahi-common.so.3 (0x00007fb8e09d0000)
	libavahi-client.so.3 => /usr/lib64/libavahi-client.so.3 (0x00007fb8e07c0000)
	libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007fb8e0589000)
	libexpat.so.1 => /lib64/libexpat.so.1 (0x00007fb8e0360000)
	libuuid.so.1 => /lib64/libuuid.so.1 (0x00007fb8e015c000)
	libreglo.so => /opt/libreoffice6.4/program/libreglo.so (0x00007fb8dff32000)
	libunoidllo.so => /opt/libreoffice6.4/program/libunoidllo.so (0x00007fb8dfcca000)
	liblangtag-lo.so.1 => /opt/libreoffice6.4/program/liblangtag-lo.so.1 (0x00007fb8dfaa4000)
	libgpg-error-lo.so.0 => /opt/libreoffice6.4/program/libgpg-error-lo.so.0 (0x00007fb8df890000)
	libXau.so.6 => /usr/lib64/libXau.so.6 (0x00007fb8df68d000)
	libGLX.so.0 => /usr/lib64/libGLX.so.0 (0x00007fb8df45c000)
	libGLdispatch.so.0 => /usr/lib64/libGLdispatch.so.0 (0x00007fb8df1a7000)
	libkrb5support.so.0 => /usr/lib64/libkrb5support.so.0 (0x00007fb8def98000)
	libcrypto.so.10 => /lib64/libcrypto.so.10 (0x00007fb8deb39000)
	libkeyutils.so.1 => /lib64/libkeyutils.so.1 (0x00007fb8de936000)
	libgcrypt.so.11 => /usr/lib64/libgcrypt.so.11 (0x00007fb8de6b7000)
	libgpg-error.so.0 => /lib64/libgpg-error.so.0 (0x00007fb8de4b3000)
	libtasn1.so.3 => /usr/lib64/libtasn1.so.3 (0x00007fb8de2a2000)
	libfreebl3.so => /opt/libreoffice6.4/program/libfreebl3.so (0x00007fb8de09f000)
	libstorelo.so => /opt/libreoffice6.4/program/libstorelo.so (0x00007fb8dde84000)
bash-4.2# ldd /opt/libreoffice6.4/program/soffice.bin | grep "not found"
/opt/libreoffice6.4/program/soffice.bin: /lib64/libdbus-1.so.3: no version information available (required by /opt/libreoffice6.4/program/libmergedlo.so)
bash-4.2# libreoffice6.4 --help
/opt/libreoffice6.4/program/soffice.bin: /lib64/libdbus-1.so.3: no version information available (required by /opt/libreoffice6.4/program/libmergedlo.so)
LibreOffice 6.4.4.2 3d775be2011f3886db32dfd395a6a6d1ca2630ff

Usage: soffice [argument...]
       argument - switches, switch parameters and document URIs (filenames).

Using without special arguments:
Opens the start center, if it is used without any arguments.
   {file}              Tries to open the file (files) in the components
                       suitable for them.
   {file} {macro:///Library.Module.MacroName}
                       Opens the file and runs specified macros from
                       the file.

Getting help and information:
   --help | -h | -?    Shows this help and quits.
   --helpwriter        Opens built-in or online Help on Writer.
   --helpcalc          Opens built-in or online Help on Calc.
   --helpdraw          Opens built-in or online Help on Draw.
   --helpimpress       Opens built-in or online Help on Impress.
   --helpbase          Opens built-in or online Help on Base.
   --helpbasic         Opens built-in or online Help on Basic scripting
                       language.
   --helpmath          Opens built-in or online Help on Math.
   --version           Shows the version and quits.
   --nstemporarydirectory
                       (MacOS X sandbox only) Returns path of the temporary
                       directory for the current user and exits. Overrides
                       all other arguments.

General arguments:
   --quickstart[=no]   Activates[Deactivates] the Quickstarter service.
   --nolockcheck       Disables check for remote instances using one
                       installation.
   --infilter={filter} Force an input filter type if possible. For example:
                       --infilter="Calc Office Open XML"
                       --infilter="Text (encoded):UTF8,LF,,,"
   --pidfile={file}    Store soffice.bin pid to {file}.
   --display {display} Sets the DISPLAY environment variable on UNIX-like
                       platforms to the value {display} (only supported by a
                       start script).

User/programmatic interface control:
   --nologo            Disables the splash screen at program start.
   --minimized         Starts minimized. The splash screen is not displayed.
   --nodefault         Starts without displaying anything except the splash
                       screen (do not display initial window).
   --invisible         Starts in invisible mode. Neither the start-up logo nor
                       the initial program window will be visible. Application
                       can be controlled, and documents and dialogs can be
                       controlled and opened via the API. Using the parameter,
                       the process can only be ended using the taskmanager
                       (Windows) or the kill command (UNIX-like systems). It
                       cannot be used in conjunction with --quickstart.
   --headless          Starts in "headless mode" which allows using the
                       application without GUI. This special mode can be used
                       when the application is controlled by external clients
                       via the API.
   --norestore         Disables restart and file recovery after a system crash.
   --safe-mode         Starts in a safe mode, i.e. starts temporarily with a
                       fresh user profile and helps to restore a broken
                       configuration.
   --accept={connect-string}  Specifies a UNO connect-string to create a UNO
                       acceptor through which other programs can connect to
                       access the API. Note that API access allows execution
                       of arbitrary commands.
                       The syntax of the {connect-string} is:
                         connection-type,params;protocol-name,params
                       e.g.  pipe,name={some name};urp
                         or  socket,host=localhost,port=54321;urp
   --unaccept={connect-string}  Closes an acceptor that was created with
                       --accept. Use --unaccept=all to close all acceptors.
   --language={lang}   Uses specified language, if language is not selected
                       yet for UI. The lang is a tag of the language in IETF
                       language tag.

Developer arguments:
   --terminate_after_init
                       Exit after initialization complete (no documents loaded)
   --eventtesting      Exit after loading documents.

New document creation arguments:
The arguments create an empty document of specified kind. Only one of them may
be used in one command line. If filenames are specified after an argument,
then it tries to open those files in the specified component.
   --writer            Creates an empty Writer document.
   --calc              Creates an empty Calc document.
   --draw              Creates an empty Draw document.
   --impress           Creates an empty Impress document.
   --base              Creates a new database.
   --global            Creates an empty Writer master (global) document.
   --math              Creates an empty Math document (formula).
   --web               Creates an empty HTML document.

File open arguments:
The arguments define how following filenames are treated. New treatment begins
after the argument and ends at the next argument. The default treatment is to
open documents for editing, and create new documents from document templates.
   -n                  Treats following files as templates for creation of new
                       documents.
   -o                  Opens following files for editing, regardless whether
                       they are templates or not.
   --pt {Printername}  Prints following files to the printer {Printername},
                       after which those files are closed. The splash screen
                       does not appear. If used multiple times, only last
                       {Printername} is effective for all documents of all
                       --pt runs. Also, --printer-name argument of
                       --print-to-file switch interferes with {Printername}.
   -p                  Prints following files to the default printer, after
                       which those files are closed. The splash screen does
                       not appear. If the file name contains spaces, then it
                       must be enclosed in quotation marks.
   --view              Opens following files in viewer mode (read-only).
   --show              Opens and starts the following presentation documents
                       of each immediately. Files are closed after the showing.
                       Files other than Impress documents are opened in
                       default mode , regardless of previous mode.
   --convert-to OutputFileExtension[:OutputFilterName] \
     [--outdir output_dir] [--convert-images-to]
                       Batch convert files (implies --headless). If --outdir
                       isn't specified, then current working directory is used
                       as output_dir. If --convert-images-to is given, its
                       parameter is taken as the target filter format for *all*
                       images written to the output format. If --convert-to is
                       used more than once, the last value of
                       OutputFileExtension[:OutputFilterName] is effective. If
                       --outdir is used more than once, only its last value is
                       effective. For example:
                   --convert-to pdf *.odt
                   --convert-to epub *.doc
                   --convert-to pdf:writer_pdf_Export --outdir /home/user *.doc
                   --convert-to "html:XHTML Writer File:UTF8" \
                                --convert-images-to "jpg" *.doc
                   --convert-to "txt:Text (encoded):UTF8" *.doc
   --print-to-file [--printer-name printer_name] [--outdir output_dir]
                       Batch print files to file. If --outdir is not specified,
                       then current working directory is used as output_dir.
                       If --printer-name or --outdir used multiple times, only
                       last value of each is effective. Also, {Printername} of
                       --pt switch interferes with --printer-name.
   --cat               Dump text content of the following files to console
                       (implies --headless). Cannot be used with --convert-to.
   --script-cat        Dump text content of any scripts embedded in the files
                       to console (implies --headless). Cannot be used with
                       --convert-to.
   -env:<VAR>[=<VALUE>] Set a bootstrap variable. For example: to set
                       a non-default user profile path:
                       -env:UserInstallation=file:///tmp/test

Ignored switches:
   -psn                Ignored (MacOS X only).
   -Embedding          Ignored (COM+ related; Windows only).
   --nofirststartwizard Does nothing, accepted only for backward compatibility.
   --protector {arg1} {arg2}
                       Used only in unit tests and should have two arguments.

bash-4.2#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment