A lot of information about a package can be viewed in Ubuntu. For example, the version, dependencies, description and such.
The most common way to look up information about a package is using apt-cache
:
$ apt-cache show screenruler
If you are most familiar with aptitude
, the command is similar with that too:
$ aptitude show screenruler
Tried with: Ubuntu 14.04
Advertisements