* list all packages (whether installed on your system or not) containing the word "cow" followed by anything. if you run "apt list cow", it will only find packages with an exact match of "cow". apt search cow searches for "cow" in both package names and descriptions and returns the package name and a...