#3. Upgrading the Debian Stack Installer
Use one of the following procedures to install an updated version of Zenoss from the Debian stack installer.
#Using apt (Command Line)
Enter the following commands:
apt-get update apt-get upgrade zenoss-stack
Zenoss is installed in the
/usr/local/zenoss
directory.Start Zenoss with this command:
# /etc/init.d/zenoss-stack start
#Using dpkg
Browse to the following location and download the desired Zenoss version to your local file system:
Install the downloaded file:
# dpkg -i FileName
Zenoss is installed in the
/usr/local/zenoss
directory.Start Zenoss with this command:
# /etc/init.d/zenoss-stack start