xzegrep
This command is an alias of xzgrep --extended-regexp. See also: egrep.
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