How to Install and Uninstall multiwatch.x86_64 Package on CentOS Stream 8

Last updated: May 18,2024

1. Install "multiwatch.x86_64" package

Please follow the step by step instructions below to install multiwatch.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install multiwatch.x86_64

2. Uninstall "multiwatch.x86_64" package

Please follow the step by step instructions below to uninstall multiwatch.x86_64 on CentOS Stream 8:

$ sudo dnf remove multiwatch.x86_64 $ sudo dnf autoremove

3. Information about the multiwatch.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:10:11 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : multiwatch
Version : 1.0.0
Release : 3.el8
Architecture : x86_64
Size : 17 k
Source : multiwatch-1.0.0-3.el8.src.rpm
Repository : epel
Summary : Forks and watches multiple instances of a program in the same context
URL : https://redmine.lighttpd.net/projects/multiwatch/wiki
License : MIT
Description : Multiwatch forks multiple instance of one application and keeps them running.
: It is made to be used with spawn-fcgi, so all forks share the same fastcgi
: socket (no web server restart needed if you increase/decrease the number of
: forks), and it is easier than setting up multiple daemontool supervised
: instances.