Discussion:
[Ntop] ntopng installation on kali linux 4.12
Stefan
2017-10-10 13:18:04 UTC
Permalink
​As ntopng has not been part of the kali default package repository for
quite a while (ver 2.4, I believe) I tried to install it based on the
instruction here:

http://packages.ntop.org/apt-stable/

with the kali version being:

​$ sudo uname -a
Linux kali 4.12.0-kali2-amd64 #1 SMP Debian 4.12.12-2kali1 (2017-09-13)
x86_64 GNU/Linux

​which implies Debian Jessie (right?)​ ...

so then:

$ wget http://apt-stable.ntop.org/jessie/all/apt-ntop-stable.deb
$ dpkg -i apt-ntop-stable.deb

which ended with:

$ sudo ls /etc/apt/sources.list.d/
*ntop-stable.list*

and

$ sudo less /etc/apt/sources.list.d/ntop-stable.list
*deb http://packages.ntop.org/apt-stable/kali-rolling/
<http://packages.ntop.org/apt-stable/kali-rolling/> x64/*
*deb http://packages.ntop.org/apt-stable/kali-rolling/
<http://packages.ntop.org/apt-stable/kali-rolling/> all/*

then back to instructions here: http://packages.ntop.org/apt-stable/

$ sudo apt-get clean all
$ sudo apt-get update

*Err:4 http://packages.ntop.org/apt-stable/kali-rolling
<http://packages.ntop.org/apt-stable/kali-rolling> x64/ Release*
* 404 Not Found*
*Err:5 http://packages.ntop.org/apt-stable/kali-rolling
<http://packages.ntop.org/apt-stable/kali-rolling> all/ Release*
* 404 Not Found*
*Reading package lists... Done*
*E: The repository 'http://packages.ntop.org/apt-stable/kali-rolling
<http://packages.ntop.org/apt-stable/kali-rolling> x64/ Release' does not
have a Release file.*
*N: Updating from such a repository can't be done securely, and is
therefore disabled by default.*
*N: See apt-secure(8) manpage for repository creation and user
configuration details.*
*E: The repository 'http://packages.ntop.org/apt-stable/kali-rolling
<http://packages.ntop.org/apt-stable/kali-rolling> all/ Release' does not
have a Release file.*
*N: Updating from such a repository can't be done securely, and is
therefore disabled by default.*
*N: See apt-secure(8) manpage for repository creation and user
configuration details.*

Any idea? Is source the only option, then?

Thanks
***Stefan
Stefan
2017-10-10 13:26:10 UTC
Permalink
Replying to my own email - tried next the kali-rolling option, with the
same results:

... starting with:

$ wget http://apt-stable.ntop.org/stretch/all/apt-ntop-stable.deb
$ dpkg -i apt-ntop-stable.deb

... all the way to ...

$ apt-get update

<snip>
*Err:4 http://packages.ntop.org/apt-stable/kali-rolling
<http://packages.ntop.org/apt-stable/kali-rolling> x64/ Release*
* 404 Not Found*
*Err:5 http://packages.ntop.org/apt-stable/kali-rolling
<http://packages.ntop.org/apt-stable/kali-rolling> all/ Release*
* 404 Not Found*
*Reading package lists... Done*
*E: The repository 'http://packages.ntop.org/apt-stable/kali-rolling
<http://packages.ntop.org/apt-stable/kali-rolling> x64/ Release' does not
have a Release file.*
*N: Updating from such a repository can't be done securely, and is
therefore disabled by default.*
*N: See apt-secure(8) manpage for repository creation and user
configuration details.*
*E: The repository 'http://packages.ntop.org/apt-stable/kali-rolling
<http://packages.ntop.org/apt-stable/kali-rolling> all/ Release' does not
have a Release file.*
*N: Updating from such a repository can't be done securely, and is
therefore disabled by default.*
*N: See apt-secure(8) manpage for repository creation and user
configuration details.*


***Stefan
Post by Stefan
​As ntopng has not been part of the kali default package repository for
quite a while (ver 2.4, I believe) I tried to install it based on the
http://packages.ntop.org/apt-stable/
​$ sudo uname -a
Linux kali 4.12.0-kali2-amd64 #1 SMP Debian 4.12.12-2kali1 (2017-09-13)
x86_64 GNU/Linux
​which implies Debian Jessie (right?)​ ...
$ wget http://apt-stable.ntop.org/jessie/all/apt-ntop-stable.deb
$ dpkg -i apt-ntop-stable.deb
$ sudo ls /etc/apt/sources.list.d/
*ntop-stable.list*
and
$ sudo less /etc/apt/sources.list.d/ntop-stable.list
*deb http://packages.ntop.org/apt-stable/kali-rolling/
<http://packages.ntop.org/apt-stable/kali-rolling/> x64/*
*deb http://packages.ntop.org/apt-stable/kali-rolling/
<http://packages.ntop.org/apt-stable/kali-rolling/> all/*
then back to instructions here: http://packages.ntop.org/apt-stable/
$ sudo apt-get clean all
$ sudo apt-get update
*Err:4 http://packages.ntop.org/apt-stable/kali-rolling
<http://packages.ntop.org/apt-stable/kali-rolling> x64/ Release*
* 404 Not Found*
*Err:5 http://packages.ntop.org/apt-stable/kali-rolling
<http://packages.ntop.org/apt-stable/kali-rolling> all/ Release*
* 404 Not Found*
*Reading package lists... Done*
*E: The repository 'http://packages.ntop.org/apt-stable/kali-rolling
<http://packages.ntop.org/apt-stable/kali-rolling> x64/ Release' does not
have a Release file.*
*N: Updating from such a repository can't be done securely, and is
therefore disabled by default.*
*N: See apt-secure(8) manpage for repository creation and user
configuration details.*
*E: The repository 'http://packages.ntop.org/apt-stable/kali-rolling
<http://packages.ntop.org/apt-stable/kali-rolling> all/ Release' does not
have a Release file.*
*N: Updating from such a repository can't be done securely, and is
therefore disabled by default.*
*N: See apt-secure(8) manpage for repository creation and user
configuration details.*
Any idea? Is source the only option, then?
Thanks
***Stefan
Stefan
2017-10-10 15:41:06 UTC
Permalink
Did from source, eventually. Lots of dependencies, but it worked, in the
end...

Thank you,
***Stefan
Hi,
You can try to manually install the packages and the required dependencies
from http://packages.ntop.org/debian/jessie/x64/ntopng/ . We do not
officially support kali.
Regards,
Emanuele
Replying to my own email - tried next the kali-rolling option, with the
$ wget http://apt-stable.ntop.org/stretch/all/apt-ntop-stable.deb
$ dpkg -i apt-ntop-stable.deb
... all the way to ...
$ apt-get update
<snip>
*Err:4 http://packages.ntop.org/apt-stable/kali-rolling
<http://packages.ntop.org/apt-stable/kali-rolling> x64/ Release*
* 404 Not Found*
*Err:5 http://packages.ntop.org/apt-stable/kali-rolling
<http://packages.ntop.org/apt-stable/kali-rolling> all/ Release*
* 404 Not Found*
*Reading package lists... Done*
*E: The repository 'http://packages.ntop.org/apt-stable/kali-rolling
<http://packages.ntop.org/apt-stable/kali-rolling> x64/ Release' does not
have a Release file.*
*N: Updating from such a repository can't be done securely, and is
therefore disabled by default.*
*N: See apt-secure(8) manpage for repository creation and user
configuration details.*
*E: The repository 'http://packages.ntop.org/apt-stable/kali-rolling
<http://packages.ntop.org/apt-stable/kali-rolling> all/ Release' does not
have a Release file.*
*N: Updating from such a repository can't be done securely, and is
therefore disabled by default.*
*N: See apt-secure(8) manpage for repository creation and user
configuration details.*
***Stefan
Post by Stefan
​As ntopng has not been part of the kali default package repository for
quite a while (ver 2.4, I believe) I tried to install it based on the
http://packages.ntop.org/apt-stable/
​$ sudo uname -a
Linux kali 4.12.0-kali2-amd64 #1 SMP Debian 4.12.12-2kali1 (2017-09-13)
x86_64 GNU/Linux
​which implies Debian Jessie (right?)​ ...
$ wget http://apt-stable.ntop.org/jessie/all/apt-ntop-stable.deb
$ dpkg -i apt-ntop-stable.deb
$ sudo ls /etc/apt/sources.list.d/
*ntop-stable.list*
and
$ sudo less /etc/apt/sources.list.d/ntop-stable.list
*deb http://packages.ntop.org/apt-stable/kali-rolling/
<http://packages.ntop.org/apt-stable/kali-rolling/> x64/*
*deb http://packages.ntop.org/apt-stable/kali-rolling/
<http://packages.ntop.org/apt-stable/kali-rolling/> all/*
then back to instructions here: http://packages.ntop.org/apt-stable/
$ sudo apt-get clean all
$ sudo apt-get update
*Err:4 http://packages.ntop.org/apt-stable/kali-rolling
<http://packages.ntop.org/apt-stable/kali-rolling> x64/ Release*
* 404 Not Found*
*Err:5 http://packages.ntop.org/apt-stable/kali-rolling
<http://packages.ntop.org/apt-stable/kali-rolling> all/ Release*
* 404 Not Found*
*Reading package lists... Done*
*E: The repository 'http://packages.ntop.org/apt-stable/kali-rolling
<http://packages.ntop.org/apt-stable/kali-rolling> x64/ Release' does not
have a Release file.*
*N: Updating from such a repository can't be done securely, and is
therefore disabled by default.*
*N: See apt-secure(8) manpage for repository creation and user
configuration details.*
*E: The repository 'http://packages.ntop.org/apt-stable/kali-rolling
<http://packages.ntop.org/apt-stable/kali-rolling> all/ Release' does not
have a Release file.*
*N: Updating from such a repository can't be done securely, and is
therefore disabled by default.*
*N: See apt-secure(8) manpage for repository creation and user
configuration details.*
Any idea? Is source the only option, then?
Thanks
***Stefan
_______________________________________________
Ntop mailing list
http://listgateway.unipi.it/mailman/listinfo/ntop
Loading...