Linux how to find installed package name of Java and remove it

The tip below applies to systems that use the “dnf” package manager, e.g. RedHat 8 and AlmaLinux. 1. Find installed package based on wildcard name You can use the following command to search all of the installed packages based on a wildcard name. For example, if we wish to find the package name that provides… Continue reading Linux how to find installed package name of Java and remove it

Fix unexpected end of file bug with Drush on RHEL8/CentOS 8 / AlmaLinux

If you are using Drush (the command line tool for Drupal), you might come across this error on certain Linux distributions: This error is caused by an incompatibility between Drush and the Linux distribution used. Drush will still be functional, however these error messages will clutter your console. In order to fix this, you can… Continue reading Fix unexpected end of file bug with Drush on RHEL8/CentOS 8 / AlmaLinux

How to fix “ERROR: the certificate of … is not trusted” on RHEL 8 / CentOS 8 /AlmaLinux 8

Every operating system (and most browsers) have their own local list of trusted Certificate Authorities (CA). If a SSL certificate is issued by one of the CA’s in this list the SSL certificate will be validated. However if you try to access a website of which the SSL certificate is NOT issued by a known… Continue reading How to fix “ERROR: the certificate of … is not trusted” on RHEL 8 / CentOS 8 /AlmaLinux 8

Install daemonize on RHEL 8 / CentOS 8 / AlmaLinux 8

Sometimes when installing a package on Linux you will come across the following error: The error reads the following: 1. Cause The cause of this error is that the daemonize package is required, but it cannot be found in the repositories available on the system. Thus it throws the error that you see above. Daemonize… Continue reading Install daemonize on RHEL 8 / CentOS 8 / AlmaLinux 8