Can't update EVE-NG

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
akopylov
Posts: 8
Joined: Wed May 31, 2017 9:31 am

Can't update EVE-NG

Post by akopylov » Wed Oct 25, 2017 4:37 am

Hello there.
I was trying to update eve-ng (2.0.3-70) with:

Code: Select all

apt-get update
apt-get upgrade
During the upgrade process I got the message:

Code: Select all

Configuration file '/etc/issue'
 ==> Modified (by you or by a script) since installation.
 ==> Package distributor has shipped an updated version.
   What would you like to do about it ?  Your options are:
    Y or I  : install the package maintainer's version
    N or O  : keep your currently-installed version
      D     : show the differences between the versions
      Z     : start a shell to examine the situation
 The default action is to keep your current version.
*** issue (Y/I/N/O/D/Z) [default=N] ? Y
It seems the process competed successfully, but 'dpkg -l eve-ng' says that eve-ng is still 2.0.3.-70.

Uldis (UD)
Posts: 5180
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: Can't update EVE-NG

Post by Uldis (UD) » Wed Oct 25, 2017 8:51 am

in this prompt you must hit N. (default)

and right steps for your update is:

apt autoremove
apt-get update
apt-get install eve-ng
apt-get dist-upgrade

reboot eve

akopylov
Posts: 8
Joined: Wed May 31, 2017 9:31 am

Re: Can't update EVE-NG

Post by akopylov » Wed Oct 25, 2017 9:07 am

Thanks, now it is 2.0.3-84.

Post Reply