Current installed version of fontconfig is 2.2.2-1.
I did an update.
Code:
apt-get dist-upgrade
prompts me to update fontconfig. However,
Code:
apt-cache show fontconfig
displays fontconfig version to be
2.2.2-1
Code:
aptitude show ~Astable ~nfontconfig
Code:
aptitude show ~Aunstable ~nfontconfig
Code:
aptitude show ~Aexperimental ~nfontconfig
All the above three display fontconfig version to be
2.2.2-2.
1) Based on aptitude, does that mean fontconfig is version 2.2.2-2 in all distributions?
2) Why the difference in version displayed by apt-cache and aptitude?
3) Does 'apt-get update' update the database used by 'apt-cache'? Cos, 'apt-get dist-upgrade' prompt me to upgrade to higher version than 2.2.2-1, but 'apt-cache show' displays version to be still at 2.2.2-1.
Thanks !