esProc (Community Edition) for Linux
deb installation directions

Source installation

  1. Backup the original software repository and execute the following command:
    cp /etc/apt/sources.list /etc/apt/sources.list.bak
  2. Add esproc download source in the software repository file and execute the following command:
    echo 'deb [trusted=yes]  http://www.raqsoft.com/raqesproc/update/debian/ /' >> /etc/apt/sources.list
  3. Update software repository and execute the following command:
    sudo apt-get update
  4. Install command:
    sudo apt-get install esproc
  5. Uninstall command:
    sudo apt-get remove esproc
Note: If it isn't the first time to install esProc deb package under the current system environment through the sofware repository, just skip step 1 and step 2.

deb installation

  1. Download deb installation package and execute the following command:
    wget http://www.raqsoft.com/raqesproc/update/debian/esProc-20240201-amd64.deb
  2. Install deb and execute the following command under the directory where deb files are installed:
    sudo dpkg -i esProc-20240201-amd64.deb
  3. Uninstall command:
    sudo dpkg -r esproc