Installing
2. Downloading Apache Wicket
Download Latest Apache Wicket 8.x for Linux
If Prompted by the Browser then Choose to ‘Save it’!
3. Installing Apache Wicket
Next to Relocate Apache Wicket
(For a Local Setup store it into the Home Folder and Skip of Fixing Ownerships)
First, Check where is the downloaded Package Location:ls ~/Downloads | grep apache-wicket
The grep Command Refine the output List showing only the entries Matching the Keyword.
(But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.)
Now to Extract and Switch it with with one Command:sudo tar xvzf ~/Downloads/apache-wicket-* -C /opt/
Fix the Ownership with:
sudo chown -R root:root /opt/apache-wicket-*
4. Setting up Maven
Check if Apache Maven is Installed
Executing:mvn -v
If Not then to Install it play:
sudo apt install maven
5. Setting up Java
How to Install Required Oracle Java JDK on Ubuntu
Tested Working on Java 8, on Java 13 need to Test it…