xzmore
Display text from xz or lzma compressed files. Almost equivalent to xzless, except it respects the PAGER environment variable, uses more by default and you cannot pass options to the pager. More information: <https://manned.org/xzmore>.
RUN apt-get update && \
apt-get install -y xz-utils
RUN apt-get update && \
apt-get install -y xz-utils
RUN apk add xz
RUN pacman -S --noconfirm xz
RUN apt-get update && \
apt-get install -y xz-utils
RUN yum install -y xz
RUN dnf install -y xz
RUN apt-get update && \
apt-get install -y xz-utils