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>.

Debian Debian
RUN apt-get update && \ apt-get install -y xz-utils
Ubuntu
RUN apt-get update && \ apt-get install -y xz-utils
Alpine
RUN apk add xz
Arch Arch Linux
RUN pacman -S --noconfirm xz
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y xz-utils
CentOS
RUN yum install -y xz
Fedora
RUN dnf install -y xz
Raspbian
RUN apt-get update && \ apt-get install -y xz-utils
click the source code to copy install xzmore on any operating system with command-not-found.com