I'm thinking to install hylafax+ version 5.5.4 which was release last month on my Debian PC.
I checked dpkg -l | grep "hylafax"
and found out that the current version is 5.5.3. Then I checked apt-cache search hylafax
and saw the packages are available, but I can't see any version number.
How can I find the version of packages available in the apt-get
?
for short
The following might work well enough:
See more in aptitude(8)
on debian :
gives the list with package, version to be upgraded, and actual version of the package.
result :
Linux Mint, Debian 9, Ubuntu 16.04 and older:
Short info:
Detailed info (With Description and Depends):
Also, according to the man page:
can also be used to:
Ex:
OK, I found it.
apt-cache policy <package name>
will show the version details.It also shows which version is currently installed and which versions are available to install.
For example,
apt-cache policy hylafax+