Hello,
I want to update NAV from debian jessie with apt-get update and apt-get upgrade but they don't update
Ign https://nav.uninett.no jessie/nav Translation-fr_CH Ign https://nav.uninett.no jessie/nav Translation-fr Ign https://nav.uninett.no jessie/nav Translation-en
apt list --upgradable -a
nav/jessie 4.8.1-1 all [upgradable from: 4.7.3-1] nav/jessie 4.8.0-1 all nav/jessie,now 4.7.3-1 all [installed,upgradable to: 4.8.1-1]
root@exinfrserv1-test:~# nav version NAV 4.7.3
Is there a problem with the repositories ?
Thanks you Biselx Nicolas
Hi!
To upgrade I had to run apt-get install python-pynetsnmp-2
BR,
Jo
fre. 1. des. 2017 kl. 16:33 skrev Biselx Nicolas nicolas.biselx@epfl.ch:
Hello,
I want to update NAV from debian jessie with apt-get update and apt-get upgrade but they don't update Ign https://nav.uninett.no jessie/nav Translation-fr_CH Ign https://nav.uninett.no jessie/nav Translation-fr Ign https://nav.uninett.no jessie/nav Translation-en
apt list --upgradable -a
nav/jessie 4.8.1-1 all [upgradable from: 4.7.3-1] nav/jessie 4.8.0-1 all nav/jessie,now 4.7.3-1 all [installed,upgradable to: 4.8.1-1]
root@exinfrserv1-test:~# nav version NAV 4.7.3 Is there a problem with the repositories ?
Thanks you
Biselx Nicolas
Hi,
I did apt dist-upgrade
Thanks
On Fri, Dec 1, 2017 at 11:06 PM, Jo Øiongen jo.oiongen@gmail.com wrote:
Hi!
To upgrade I had to run apt-get install python-pynetsnmp-2
BR,
Jo
fre. 1. des. 2017 kl. 16:33 skrev Biselx Nicolas nicolas.biselx@epfl.ch:
Hello,
I want to update NAV from debian jessie with apt-get update and apt-get upgrade but they don't update Ign https://nav.uninett.no jessie/nav Translation-fr_CH Ign https://nav.uninett.no jessie/nav Translation-fr Ign https://nav.uninett.no jessie/nav Translation-en
apt list --upgradable -a
nav/jessie 4.8.1-1 all [upgradable from: 4.7.3-1] nav/jessie 4.8.0-1 all nav/jessie,now 4.7.3-1 all [installed,upgradable to: 4.8.1-1]
root@exinfrserv1-test:~# nav version NAV 4.7.3 Is there a problem with the repositories ?
Thanks you
Biselx Nicolas
On Fri, 1 Dec 2017 16:32:22 +0100 Biselx Nicolas nicolas.biselx@epfl.ch wrote:
Hello,
I want to update NAV from debian jessie with apt-get update and apt-get upgrade but they don't update
As someone else touched on, `apt-get upgrade` will refuse to upgrade packages that have changed their dependency lists - which the NAV package has.
There are two typical ways to force this on a Debian system:
`apt-get install nav` specifically upgrades NAV and pulls in new deps.
`apt-get dist-upgrade` upgrades the entire system, including packages with changed dependencies.
-- Morten Brekkevold UNINETT AS
Hello,
Thank you, everything works with a dist-upgrade
Regards
Biselx Nicolas
Le 04. 12. 17 à 09:03, Morten Brekkevold a écrit :
On Fri, 1 Dec 2017 16:32:22 +0100 Biselx Nicolas nicolas.biselx@epfl.ch wrote:
Hello,
I want to update NAV from debian jessie with apt-get update and apt-get upgrade but they don't update
As someone else touched on, `apt-get upgrade` will refuse to upgrade packages that have changed their dependency lists - which the NAV package has.
There are two typical ways to force this on a Debian system:
`apt-get install nav` specifically upgrades NAV and pulls in new deps.
`apt-get dist-upgrade` upgrades the entire system, including packages with changed dependencies.
-- Morten Brekkevold UNINETT AS