Step-by-step – Apache JMeter Installation in Fedora 35

September 20, 2021 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading JMeter

    Download Latest Apache JMeter Binaries.

    Apache JMeter .tgz for Linux

    If you are using Firefox then on Prompt Choose “Open with Archive Manager”:

    Firefox Prompt

    Or After try to Select the Package by the Downloads Button on Top Panel:

    Downloaded Packages

    Instead, on Google-Chrome simply try to Choose the Package on the Bottom Panel:

    Chrome Bottom Panel Downloads

    How to Install Chrome Browser on Fedora

  2. 3. Extracting JMeter

    Then Extract into /tmp
    Possibly Double-Click/Right-Click and Open with Archive Manager:

    JMeter Quick Start for Fedora - Extraction
    Or from Command Line:

    tar xvzf ~/Downloads/apache-jmeter*.tgz -C /tmp/
  3. 4. Installing JMeter

    Installing JMeter on Fedora
    (This for a System-Wide Installation, instead for a Local one store it into the Home Folder.)
    To Swith the Binaries into the Target use:

    sudo mv /tmp/apache-jmeter* /opt/apache-jmeter

    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo
    Setting the SuperUser as Owner with:

    sudo chown -R root:root /opt/apache-jmeter

    Finally, make a Symlink to JMeter binary:

    sudo ln -s /opt/apache-jmeter/bin/jmeter /usr/local/bin/jmeter
  4. 5. Setting Up Java

    How to Install Required Oracle Java SE JRE/JDK for Fedora

    GNU/Linux Java SE Installation Guide

    The Oracle JDK 8+ is the Recommended Choice.
    SetUp also the $JAVA_HOME Env. Var.!

Contents


Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

QuickChic Theme • Powered by WordPress