I entered apt-get install sysstat, and not only was sysstat installed, but it also upgraded my version of Hbase.
Am I missing something basic here, shouldn't apt-get install only install or upgrade related packages?
This happened on Ubuntu Maverick.
I entered apt-get install sysstat, and not only was sysstat installed, but it also upgraded my version of Hbase.
Am I missing something basic here, shouldn't apt-get install only install or upgrade related packages?
This happened on Ubuntu Maverick.
I believe apt-get install will only upgrade packages that are a dependency, directly or indirectly of the requested packages. Try installing apt-rdepends and run apt-rdepends sysstat | grep -i hbase. If I'm right, you should see the hbase packages in there somewhere.
Keep in mind that packages that are pending an upgrade will be listed as such when you do anything at all with apt-get; but they are not necessarily installed or upgraded.
Are you sure that it did in fact upgrade?