How to Install and Uninstall lastpass-cli Package on Kali Linux

Last updated: May 10,2024

1. Install "lastpass-cli" package

This is a short guide on how to install lastpass-cli on Kali Linux

$ sudo apt update $ sudo apt install lastpass-cli

2. Uninstall "lastpass-cli" package

This tutorial shows how to uninstall lastpass-cli on Kali Linux:

$ sudo apt remove lastpass-cli $ sudo apt autoclean && sudo apt autoremove

3. Information about the lastpass-cli package on Kali Linux

Package: lastpass-cli
Version: 1.3.7-1
Installed-Size: 243
Maintainer: Chris Lamb
Architecture: amd64
Depends: binutils, ca-certificates, libc6 (>= 2.34), libcurl4 (>= 7.16.2), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4)
Recommends: pinentry-curses
Suggests: xclip | xsel
Size: 91924
SHA256: d053c713e3f3f721ca4e809d822f6753c86c5673dc2d4d9b7cc89721ca36f622
SHA1: 49e0821fe17ff6b2b7d50e27ea498618c27ee9f9
MD5sum: fa44b5cd6a99b8fe8f618857e7b60ec1
Description: command line interface to LastPass.com
This application is a command line interface to the LastPass.com services. It
brings both better security and convenience by allowing you to access, add,
modify, and delete entries in your online LastPass vault, all from the
terminal. You can also generate passwords for every server you use and
securely store those passwords directly in LastPass. LastPass Enterprise
features are supported as well, including Shared Folders.
.
Users who prefer the command line can access their data directly with “lpass
ls” then using “lpass show -c --password Sitename” to put the Sitename
password on the copy buffer. You can utilize “lpass show” to store passwords
used in scripts, rather than putting passwords in the scripts themselves.
LastPass can also be used as you work within the command line to help you
login to servers. We’ve included some example scripts below.
.
The new tool is beneficial for LastPass users who want to use the command
line to login to other machines as they work. There are examples such as
contrib/examples/change-ssh-password.sh which shows automated password
changing on a server. You could run it automatically on a nightly basis,
regularly changing the password on the server as a security measure.
Description-md5:
Homepage: https://github.com/lastpass/lastpass-cli
Section: utils
Priority: optional
Filename: pool/main/l/lastpass-cli/lastpass-cli_1.3.7-1_amd64.deb