Source installation
- Backup the original software repository and execute the following command:
cp /etc/apt/sources.list /etc/apt/sources.list.bak
- 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
- Update software repository and execute the following command:
sudo apt-get update
- Install command:
sudo apt-get install esprocee
- Uninstall command:
sudo apt-get remove esprocee
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-Enterprise-20250117-amd64.deb
- Install deb and execute the following command under the directory where deb files are installed:
sudo dpkg -i esProc-Enterprise-20250117-amd64.deb
- Uninstall command:
sudo dpkg -r esprocee