3.2. Installation

UpStare is available in the form of Debian and RPM packages. The provided packages are:

Tip

If you believe your system meets the package dependencies, but installing packages fails due to missing dependencies, installation of the packages is still possible. Installation of RPM packages can be forced as shown in Figure 3-1, and installation of Debian packages can be forced as shown in Figure 3-2.

Figure 3-1. Forcing installation of RPM packages.

	  bash$ rpm -ivh --force --nodeps <RPM_PACKAGE_NAME>
          

Figure 3-2. Forcing installation of Debian packages.

	  bash$ dpkg -i --force-depends <DEB_PACKAGE_NAME>