Lệnh apt-cache show postgresql
sẽ liệt kê thông tin này trong máy của tôi (Saucy Salamander 13.10):
$ apt-cache show postgresql
Package: postgresql
Priority: optional
Section: database
Installed-Size: 69
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Architecture: all
Source: postgresql-common (148)
Version: 9.3+146really9.1+148
Depends: postgresql-9.1
Nó nói phiên bản gói postgresql 9.3+146really9.1+148
. Ý nghĩa của really
đây là gì?
- phiên bản 9.1 này có được liệt kê là 9.3 không?
- hoặc đây là phiên bản 9.1 với bản vá được port-port từ 9.3?
- hay cái gì khác?