Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Boot to a live version of Ubuntu Desktop on a cd or a usb key

  2. Install Ubuntu on the target hard drive

  3. Update ubuntu once it is finished installing

  4. sudo apt update

  5. sudo apt upgrade

  6. sudo apt full-upgrade

  7. sudo apt autoremove

Install Java (cur

...

ver21)

...

Detailed instructions found here

  1. sudo apt install default-jdk

  2. java -version

  3. javac -version

...