2

I downloaded the tar.gz off of the Ubuntu Package website and have tried following 3 different tutorials, and every time I try to do something terminal tells me I can't. I haven't made any progress.

1 Answers1

2

chntpw is in the default repositories of Ubuntu 17.04 and all currently supported versions of Ubuntu. To install chntpw open the terminal and type:

sudo apt update  
sudo apt install chntpw  
karel
  • 114,770
  • Yeah, I did try this. For some reason it returns an error saying Unable to locate package. – Drew Cornell May 04 '17 at 05:29
  • 1
    Check in Software & Updates -> Ubuntu Software tab that the first four software sources in the list are checked by check marks. Don't try to install the chntpw .tar.gz file you downloaded. Use apt to install chntpw and apt will download and install chtpw for you. – karel May 04 '17 at 05:30
  • 1
    Hey. It worked. I just needed you there to hold my hand. Thanks. – Drew Cornell May 04 '17 at 05:33