GlassFish 4 Ubuntu 18.04 - Extracting
-
Installing Unzip Tool
Check if already there:which unzip
If not then:
sudo apt-get install unzip
If Got “User is Not in Sudoers file” then see: How to Enable sudo
-
Then Double-Click on Archive and Extract into /tmp
Or from Command Line:
unzip -d /tmp/ $HOME/Downloads/glassfish*.zip
Contents