-2

I'm trying to install httrack. I used this comnmand:

sudo apt-get httrack

with no luck.

How can I install?

gertvdijk
  • 67,947
  • "with no luck" Please [edit] your question to include the exact error message you get. REmember that we can't see your screen and fully rely on the information you include in your question body. – gertvdijk Apr 24 '15 at 12:55
  • 2
    @gertvdijk It is pretty obvious the error here isn't it? – Tim Apr 24 '15 at 12:55
  • @Tim I don't see any error message reported. I do see an error in your command provided, but I don't know whether that was the exact command as entered by the OP in his terminal. – gertvdijk Apr 24 '15 at 12:57

1 Answers1

3

It's

sudo apt-get install httrack

Note the install command before the package name parameter. See the Man Page.

Tim
  • 32,861
  • 27
  • 118
  • 178
gertvdijk
  • 67,947
  • 1
    I'd give you a +1, but the question was just too simple :) But no matter. here is my +1. – A.B. Apr 24 '15 at 13:08