How to Install and Uninstall lcrack Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "lcrack" package

Please follow the steps below to install lcrack on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install lcrack

2. Uninstall "lcrack" package

This tutorial shows how to uninstall lcrack on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove lcrack $ sudo apt autoclean && sudo apt autoremove

3. Information about the lcrack package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: lcrack
Priority: optional
Section: universe/utils
Installed-Size: 152
Maintainer: Ubuntu Developers
Original-Maintainer: Tiago Bortoletto Vaz
Architecture: amd64
Version: 20040914-1
Depends: libc6 (>= 2.4)
Filename: pool/universe/l/lcrack/lcrack_20040914-1_amd64.deb
Size: 42040
MD5sum: ccbf47d46121f6fe51f1c7b2f8c836a5
SHA1: 37f3e7e6caa5a6dc541d4bfe02d6890270f21809
SHA256: 2ce1222813c82929cdfdf96e0435d47720adb634f7f359b5309cfaf3d514211c
Description-en: A generic password cracker
Lepton's Crack is a generic password cracker, easily customizable with
a simple plug-in system. It can perform a dictionary-based (wordlist)
attack, as well as a brute-force (incremental) password scan.
.
For the incremental scan, the user can provide a regex-like expression
that will be enumerated, thus checking every possible combination. This
powerful feature effectively combines `shoulder-surfing' with standard
brute-forcing.
.
By default it comes with the following modules:
* md4 : standard MD4 hash
* md5 : standard MD5 hash
* nt4 : NT MD4/Unicode
* dom : Lotus Domino HTTP password
* sha1 : standard SHA-1 hash
* null : trivial 1-byte hash
Description-md5: 624bccbacba3fd5719a49db949e5d31e
Homepage: http://usuarios.lycos.es/reinob/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions