#8.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)
Clean up cache files with the following commands:
root# rm /home/zenoss/var/*.zec root# find /home/zenoss/perf -name \*.pickle -delete
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