Getting info about Packages
Finding packages -- apt-cache search
That is how you tell apt to search the packages you've downloaded, using REGEX
Describing packages -- apt-cache show
That displays what the package is designed to do, version info and so forth.
Listing packages -- dpkg --list
Which packages are installed? Do any packages need configuring?
Last updated