<liclass="toctree-l1"><aclass="reference external"href="https://github.com/alibaba/arthas/issues?q=label%3Aquestion-answered">Questions and answers</a></li>
<liclass="toctree-l1"><aclass="reference external"href="https://github.com/alibaba/arthas">Fork me at GitHub</a></li>
<spanid="manual-installation"></span><h1>Manual Installation<aclass="headerlink"href="#manual-installation"title="Permalink to this headline">¶</a></h1>
<divclass="section"id="download">
<spanid="download"></span><h2>Download<aclass="headerlink"href="#download"title="Permalink to this headline">¶</a></h2>
<p>If the downloading is rather clumsy, try to download from the <aclass="reference external"href="https://maven.aliyun.com/">repository in AliYun</a>; the downloading URL template is (remember to fill up the version <codeclass="docutils literal notranslate"><spanclass="pre">3.x.x</span></code> template to your needs)</p>
<spanid="install"></span><h2>Install<aclass="headerlink"href="#install"title="Permalink to this headline">¶</a></h2>
<divclass="highlight-bash notranslate"><divclass="highlight"><pre><span></span>sudo su admin
rm -rf /home/admin/.arthas/lib/* <spanclass="c1"># remove all the leftover of the old outdated Arthas</span>
<spanclass="nb">cd</span> arthas
./install-local.sh <spanclass="c1"># switch the user based on the owner of the target Java process.</span>
</pre></div>
</div>
</div>
<divclass="section"id="start">
<spanid="start"></span><h2>Start<aclass="headerlink"href="#start"title="Permalink to this headline">¶</a></h2>
<divclass="highlight-bash notranslate"><divclass="highlight"><pre><span></span>./as.sh <spanclass="c1"># make sure the old Arthas has been shut down (using command shutdown);</span>
Built with <ahref="http://sphinx-doc.org/">Sphinx</a> using a <ahref="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <ahref="https://readthedocs.org">Read the Docs</a>.