On Mon, 5 Aug 2013 12:54:15 +0000 Orzakiewicz Cedric cedric.orzakiewicz@barilla.com wrote:
How can I update my NAV appliance version (obviously keeping my current NAV settings) ?
I tried to do that without any success :
- Verify that /etc/apt/sources.list contains the line deb http://pkg-nav-alioth.debian.orn/debian/ squeeze local - apt-get update - apt-get upgrade
A simple "apt-get upgrade" will not upgrade packages whose dependencies have changed, which the nav package's surely have since 3.12. It will, however, upgrade all other packages on our system that have updates.
You can upgrade the nav package specifically by issuing "apt-get install nav", or you can upgrade all packages, regardless of dependency changes, by issuing "apt-get dist-uprade". The latter is necessary for upgrading to a newer Debian version, for example.