Installing
-
2. Downloading
Download Apache ActiveMQ for Linux.
-
3. Extracting
Then Extract the Archive into /tmp/
With the Archive Manager (If needed Double-Click on file)Or from Shell:
tar xvzf ~/Downloads/apache-activemq*.tar.gz -C /tmp
-
4. Installing
Finally, to Install Apache ActiveMQ on Ubuntu
Relocate Apache ActiveMQ Folder with:sudo mv /tmp/apache-activemq* /opt/
And then set the SuperUser as owner with:
sudo chown -R root:root /opt/apache-activemq*
How to Install Required Oracle Java JDK on Ubuntu
Contents