Wednesday, 10 October 2018

How to Download and install Tomcat server on linux mint OS

For download

$> sudo wget http://mirrors.fibergrid.in/apache/tomcat/tomcat-9/v9.0.12/bin/apache-tomcat-9.0.12.tar.gz


For unpacking
$>tar -xzf apache-tomcat-9.0.12.tar.gz

Related Posts:

  • How To Install java 8 On Ubuntu 16.04 / 17.10 / 18.04 Today, from this post , I will try to show you, how we can install java 8 in   Ubuntu 16.04 / 17.10 / 18.04 environment. So lets start... For doing this you need to follow some steps these are as below:- Step 1: A… Read More
  • How To Install VirtualBox 5.2 on Linux Mint 19 / Linux Mint 18 VirtualBox is an open-source hypervisor application that helps you create and run guest operating systems (“virtual machines”) such as Linux and Windows under a host operating system. VirtualBox can be installed on hos… Read More
  • How To Install MySQL on Ubuntu 16.04 MySQL is an open-source database management system, commonly installed as part of the popular LAMP(Linux, Apache, MySQL, PHP/Python/Perl) stack. It uses a relational database and SQL (Structured Query Language) to manage its… Read More
  • How to fix sudo after “chmod -R 777 /usr/bin”? Today, by mistakenly, I set the 'sudo chmod -R 777' to my /usr/bin folder as a root user. After doing that, I found that , my sudo command was not working at all. After spending a couple (of) hours over googl… Read More
  • How to install Google Chrome For installing Google Chrome in your Ubuntu system, you have need to follow some following steps. STEP 1 : Execute the following commands- cd /tmp wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.d… Read More

0 comments:

Post a Comment