apt-cache

Debian and Ubuntu package query tool. More information: <https://manpages.debian.org/latest/apt/apt-cache.8.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y apt
Ubuntu
RUN apt-get update && \ apt-get install -y apt
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y apt
Fedora
RUN dnf install -y apt
Raspbian
RUN apt-get update && \ apt-get install -y apt
click the source code to copy install apt-cache on any operating system with command-not-found.com