How can I switch from stable to dev builds (or vice-versa)?

Posted · Add Comment

Remove all the ntop packages currently installed with

$ curl -s https://raw.githubusercontent.com/ntop/packager/master/uninstall_all_ntop_packages.sh | sudo bash

Then, only for Debian/Ubuntu, remove installed ntop repositories (for Centos, repositories will be overwritten automatically in the next step)

$ sudo apt-get --purge remove apt-ntop apt-ntop-stable

Finally visit https://packages.ntop.org/ and:

  • If you are switching from stable to dev, follow the instructions to install nightly builds
  • If you are switching from dev to stable, follow the instructions to install stable builds

Posted in: Packages

Comments are closed.