How to Install and Uninstall upass Package on Kali Linux

Last updated: May 14,2024

1. Install "upass" package

This is a short guide on how to install upass on Kali Linux

$ sudo apt update $ sudo apt install upass

2. Uninstall "upass" package

Please follow the step by step instructions below to uninstall upass on Kali Linux:

$ sudo apt remove upass $ sudo apt autoclean && sudo apt autoremove

3. Information about the upass package on Kali Linux

Package: upass
Version: 0.3.0-1.1
Installed-Size: 59
Maintainer: Dominik George
Architecture: all
Depends: pass, python3-pyperclip, python3-urwid, python3:any
Enhances: pass
Size: 11504
SHA256: a2d7fb982e380111b8bad5cf3eded04135c319f1fd0e7145dd112a1c6e955501
SHA1: db2a910486f0bcf5c85323dff4101d4f537ff5dd
MD5sum: 440d9bf3ed5fe62b06fa031802a56269
Description: console UI for pass
upass is a curses-based (more specifically urwid) interface for pass, the
standard Unix password manager. It provides a simple, but powerful view of
the password store and can copy passwords or extended information to the
clipboard interactively.
.
pass is the standard unix password manager, to be found in the pass package.
.
There is another implementation of a curses interface, gopass.pw, but it
is a complete reimplementation. In contrast, upass simply wraps the standard
pass implementation.
Description-md5:
Homepage: https://github.com/Kwpolska/upass
Section: admin
Priority: optional
Filename: pool/main/u/upass/upass_0.3.0-1.1_all.deb