Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Install gdebi-core
    1. apt-get install gdebi-core
  2. Install the required deb package using dpkg.
    1. #dpkg -i <.deb>
  3. Step 2 will install the package, run the postinstall script and setup set up pbs.conf file.
  4. Update the /etc/pbs.conf as per requirements
  5. Update /etc/hosts file.
  6. Start PBS
    1. /etc/init.d/pbs start

...

  1. Install the required deb package using dpkg.
    1. #dpkg -i <.deb>
  2. Step 1 installation will not be successful, if the dependencies are not already installed. To install dependencies now -
    1. apt-get -f install
  3. Step 2 will install the dependencies, complete PBS installation, run the postinstall script and setup set up pbs.conf file.
  4. Update the /etc/pbs.conf as per requirements
  5. Update /etc/hosts file.
  6. Start PBS
    1. /etc/init.d/pbs start

...