Sunday, September 27, 2015

Search for available package, and know the version before install

apt-cache is a low-level tool used to query information from APT's binary cache files.


You can search available package with"
$ apt-cache search package


or know the details of the package; such as version
$ apt-cache show package


No comments: