La commande apt-cache show postgresql
listera ces informations dans ma machine (Salamandre Saucy 13.10):
$ apt-cache show postgresql
Package: postgresql
Priority: optional
Section: database
Installed-Size: 69
Maintainer: Ubuntu Developers <[email protected]>
Original-Maintainer: Debian PostgreSQL Maintainers <[email protected]>
Architecture: all
Source: postgresql-common (148)
Version: 9.3+146really9.1+148
Depends: postgresql-9.1
Il indique la version du package postgresql 9.3+146really9.1+148
. Quelle est la signification d' really
ici?
- est cette version 9.1 mais répertoriée comme 9.3?
- ou ceci est la version 9.1 avec un patch porté en arrière à partir de 9.3?
- ou autre chose?
apt
package-management
versions
flamemyst
la source
la source