I'm trying to install httrack. I used this comnmand:
sudo apt-get httrack
with no luck.
How can I install?
I'm trying to install httrack. I used this comnmand:
sudo apt-get httrack
with no luck.
How can I install?
It's
sudo apt-get install httrack
Note the install
command before the package name parameter. See the Man Page.