|

Download The Secure Web software package for Debian, Ubuntu or Kubuntu systems is available in a Debian software repository (http://deb.cyan-networks.com/ ). Please follow the instructions below on how to use the Debian package management apt to retrieve and install the software.
Preparation Prepare your Debian, Ubuntu or Kubuntu system to trust the CYAN Networks software repository by installing our public key: - On Debian execute the following commando with root permission:
wget -O- "http://www.cyan-networks.com/files/sweb.key" | apt-key add -
- On Ubuntu or Kubuntu execute the following command:
wget -O- "http://www.cyan-networks.com/files/sweb.key" | sudo apt-key add -
Installation To install on Debian, Ubuntu and Kubuntu, you can download the setup packages directly from our software repository using the APT package management system: - Add this line to your /etc/apt/sources.list file to access the Cyan Networks repository:
deb http://deb.cyan-networks.com/ debian/etch stable
- Update your package list with
apt-get update
- Install the CYAN SECURE WEB bundle with
apt-get install cyan-sweb-1.4
Upgrade to the latest version In the case you would like to upgrade your system to the latest versions of all installed software packages proceed with the following steps: - Update your package list
apt-get update
- On Debian systems execute
apt-get dist-upgrade
- On newer Ubuntu and Kubuntu systems execute
apt-get full-upgrade
Upgrade from Version 1.3
If you are upgrading from version 1.3 you need to proceed like the following: - Update your package list
apt-get update
- Install the CYAN SECURE WEB bundle
apt-get install cyan-sweb-1.4
This
will remove the cyan-sweb-1.3 installation and install version 1.4. All
settings of your existing 1.3 installation will be preserved.
Additional tasks - To view which packages are available from our repository execute
aptitude search cyan
- To get the version information of a particular package execute aptitude show like in the following example
aptitude show cyan-sweb-1.4
- You
can install only selected components, e.g. the CYAN Reporting System
package, by executing apt-get for the particular pacakge:
apt-get install cyan-sweb-1.4-crs
Version 1.3 LTS (Long Time Support) Version
1.3 is defined as long time support. This version is widely deployed
and will be supported for a longer period of time. If you choose to
stick with this version simply change the package name on installation: - Install the CYAN SECURE WEB 1.3 bundle
- apt-get install cyan-sweb-1.3
|