Efficient tools to build your streaming infrastructure


Nimble Streamer Upgrades

Nimble Streamer can be upgraded on all supported platofrms.

The release notes of the product contain descriptions of major changes and updates.

  • Red Hat Enterprise Linux 6 / CentOS 6 / CentOS 7
    sudo yum makecache
    sudo yum install nimble
    sudo service nimble restart
  • Ubuntu
    sudo apt-get update
    sudo apt-get install nimble
  • Debian
    apt-get update
    apt-get install nimble

If you get an error about unknown GPG key import Nimble Repository public key, use the following commands:

  • Red Hat Enterprise Linux 6 / CentOS 6 / CentOS 7
    Add the following line to /etc/yum.repos.d/nimble.repo:
    gpgcheck=1
    gpgkey=http://nimblestreamer.com/gpg.key
  • Ubuntu
    wget -q -O - http://nimblestreamer.com/gpg.key | sudo apt-key add -
  • Debian
    wget -q -O - http://nimblestreamer.com/gpg.key | apt-key add -

Upgrading Nimble for Windows

Just download and install the latest Nimble Streamer setup available. The installer will update binaries and will keep the existing configuration files.
Yes, it's that simple.