slogging/doc/source/install/install_debian_packages.rst
2018-04-06 13:16:14 +09:00

1.3 KiB

How to Install with Debian Packages

  1. Install Debian Package:

    sudo dpkg -i python-slogging_[slogging-version]_all.deb
  2. You can ignore following kind of error messages.:

    dpkg: dependency problems prevent configuration of python-slogging:
     python-slogging depends on python-pbr; however:
      Package python-pbr is not installed.
     python-slogging depends on python-iptools; however:
      Package python-iptools is not installed.
     python-slogging depends on python-tzlocal; however:
      Package python-tzlocal is not installed.
     python-slogging depends on python-swift; however:
      Package python-swift is not installed.
    
    dpkg: error processing package python-slogging (--install):
     dependency problems - leaving unconfigured
    Errors were encountered while processing:
     python-slogging
  3. Check if the Debian Package has successfully installed:

    dpkg -l | grep slogging
  4. After install Debian packages, you need to install following dependent packages:

    pbr
    iptools
    tzlocal
    swift
  • You can install Swift by SAIO - Swift All In One.

  • You can install pbr, iptools, tzlocal by pip command like:

    pip install [package_name]