Tag: OpenSuse
Occurrence | Published | ||
---|---|---|---|
Published: April 2025 | |||
Java installationOn OpenSuse use: zypper install java-21-openjdk java-21-openjdk-headless On Amazon Linux instead use: yum install java-21-amazon-corretto java-21-amazon-corretto-headless If Java was already installed you may need to check the correct JRE is set as the default: update-alternatives --config java |
|||
PostgreSQL installationOn OpenSuse this will be done when the service is first started and until then no configuration files will exist. |
|||
Pre-installation checklistServers Operating system ▢ OpenSuse 15.6 ▢ Amazon 2023 ▢ Fedora 41 The product is tested on OpenSuse 15.5 but will run on most modern Linux versions supporting systemd. |
|||
Published: October 2023 | |||
Sendmail configurationIn OpenSuse the former directory will be used, in Amazon Linux, Fedora and Redhat the latter will be used. |
|||
Configuring ApacheAutomatic starting To enable Apache to start when the server is booted, on OpenSuse use: systemctl enable apache2 systemctl start apache2 On Amazon Linux, Fedora or Redhat use: systemctl enable httpd systemctl start httpd |
|||
Jiglu installation directories/usr/share/sendmail/mailer Sendmail mailer configuration files for OpenSuse. |