0

I am trying to run sudo dpkg -i chntpw* while running Ubuntu from a USB drive on my PC. I get this message.

(Reading database ... 169714 files and directories currently installed.)
Preparing to unpack chntpw_1.0-1+b1_amd64.deb ...
Unpacking chntpw (1.0-1+b1) over (1.0-1+b1) ...
dpkg: dependency problems prevent configuration of chntpw:
 chntpw depends on libgcrypt20 (>= 1.6.0); however:
  Package libgcrypt20 is not installed.

dpkg: error processing package chntpw (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Errors were encountered while processing:
 chntpw

I am trying to recover lost password.

Newbee
  • 1

1 Answers1

1

If you run

sudo apt-get update
sudo apt-get install -f

this should be resolved. But you need to be connected to internet.

Pilot6
  • 92,041