I just tried to install the htpasswd command and got the following error: Unable to locate package htpasswd. Turns out you need apache2-utils:
<code>sudo apt-get install apache2-utils</code>
I just tried to install the htpasswd command and got the following error: Unable to locate package htpasswd. Turns out you need apache2-utils:
<code>sudo apt-get install apache2-utils</code>