Unable to locate package htpasswd – ubuntu

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>

Leave a Reply