apt-cache - APT package handling utility.
Show all available packages:
apt-cache pkgnames
Show package name and description:
apt-cache search firefox
Show package information (version, size, category, etc):
apt-cache show firefox
Show dependencies for specific packages:
apt-cache showpkg firefox
Show information about the cache:
apt-cache stats