How to Install apt-file in Ubuntu 18.04



Install apt-file by entering the following commands in the terminal:

sudo apt update
sudo apt install apt-file

Description:

search for files within Debian packages (command-line interface)

apt-file is a command line tool for searching files contained in packages for the APT packaging system. You can search in which package a file is included or list the contents of a package without installing or fetching it.

Version: 3.1.5

Section: universe/admin