Source installation
- Backup the original software repository and execute the following command:
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
- Add esproc download source in the software repository file and execute the following command:
sudo sh -c 'echo "deb [trusted=yes] http://www.raqsoft.com/raqesproc/update/debian/ /" >> /etc/apt/sources.list'
- Update software repository and execute the following command:
sudo apt-get update
- Install command:
sudo apt-get install esprocse
- Uninstall command:
sudo apt-get remove esprocse
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
- Download deb installation package and execute the following command:
wget http://www.raqsoft.com/raqesproc/update/debian/esProc-Standard-20250313-amd64.deb
- Install deb and execute the following command under the directory where deb files are installed:
sudo dpkg -i esProc-Standard-20250313-amd64.deb
- Uninstall command:
sudo dpkg -r esprocse