lz

List all files inside a '.tar.gz' compressed archive. More information: <https://manned.org/lz.1>.

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