\documentclass{article}
\usepackage{ulem}
\usepackage{graphicx}
\usepackage{hyperref}
\pagestyle{headings}
\begin{document}
\part{Composer Package Manager}
Horde 6 needs the Composer Package Manager.<br />
Currently, composer 2.2 - 2.4 are supported.

\section{Preferred: Get it via Phar.io Phive Installer}
Install only for you as a normal user

<pre><code>
phive install composer
</code></pre>
OR

Install for all users as root into /usr/local/bin

<pre><code>
phive install composer
</code></pre>
See <a href="https://phar.io/#Install">https://phar.io/\#Install</a>

\section{Manual download}
See <a href="https://getcomposer.org/download/">https://getcomposer.org/download/</a> for instructions. Place the downloaded file in /usr/local/bin or another location in the search path and set the executable bit

\section{<a href="https://wiki.horde.org/OpenSUSE">OpenSUSE</a> 15.4 and Tumbleweed}
<pre><code>
sudo zypper in php-composer2
</code></pre>
\section{Ubuntu 22.04 and up}
<pre><code>
sudo apt install composer
</code></pre>
\section{Fedora, <a href="https://wiki.horde.org/RedHat">RedHat</a>, RHEL}
See Phar.io Phive or manual download

\section{Debian 11}
See Mailing list:<br />
<a href="https://marc.info/?l=horde\&amp;m=167152123830875\&amp;w=2">https://marc.info/?l=horde\textbackslash\{\}\&m=167152123830875\textbackslash\{\}\&w=2</a> (or see Manual download above)

\section{Debian 12}
<pre><code>
sudo apt install composer
</code></pre>
\end{document}
