O&K Print Watch Linux – Install
For Debian-based Linux distributions:
- Navigate to the directory with the downloaded DEB package.
- Run the dpkg command with the -i parameter, e.g. : sudo dpkg -i printwatch_1.0.0.123.x86_64.deb
- Enter the administrator password.
- Wait for the installation process to complete.
- Check the status of the service:
sudo systemctl status printwatch
.
For RedHat-based Linux distributions:
- Navigate to the directory with the downloaded rpm package.
- Run the rpm command with the rpm -ivh parameter, e.g: sudo rpm -ivh printwatch_1.0.0.123.x86_64.rpm
- Enter the administrator password.
- Wait for the installation process to complete.
- Check the status of the service:
sudo systemctl status printwatch
.