Problem scenario
You want a Bash script to install Java on Linux. (If you want to install Java on Windows, see this posting.) You want it to work regardless if it is a Linux that is part of the Debian/Ubuntu family, RedHat family (e.g., CentOS/Fedora), or SUSE. What do you do to write a universal script to make it easy for other systems administrators to install Java (or potentially automate the process across several servers)?
…
Continue reading “How Do You Install Java on Any Type of Linux with a Script?”