How to Install and Uninstall ylva Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 04,2024

1. Install "ylva" package

Please follow the guidance below to install ylva on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ylva

2. Uninstall "ylva" package

Please follow the instructions below to uninstall ylva on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove ylva $ sudo apt autoclean && sudo apt autoremove

3. Information about the ylva package on Ubuntu 20.10 (Groovy Gorilla)

Package: ylva
Architecture: amd64
Version: 1.6-3
Priority: optional
Section: universe/utils
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Francisco Vilmar Cardoso Ruviaro
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 57
Depends: libc6 (>= 2.4), libsqlite3-0 (>= 3.5.9), libssl1.1 (>= 1.1.0)
Filename: pool/universe/y/ylva/ylva_1.6-3_amd64.deb
Size: 17220
MD5sum: 26608412a99f4dcc53588c552160afc8
SHA1: 4aa753a3dfe238bcc1465c240dfd6f86780b6e9d
SHA256: 983ab7cb9601d8f06d8ad2ad38e740fba3f8fb3a5115c9a88afa8cf1045945e6
SHA512: c5359ee859b8fd0ca6901cbcb7e4027680a3a5a6b4133cb372ea7945c182470b72b173fc028dfec00267d1e766464d9f2d3627a005526b443f797b0fc6e6b76d
Homepage: https://github.com/nrosvall/ylva
Description-en: command line password manager
Ylva is an old Swedish female name, it means "she-wolf" a derivative
of Old Norse úlfr. When it comes to the password manager, before the
release 1.4, Ylva was known as Titan.
.
Password management belongs to the command line, deep into the Unix
heartland, the shell. Ylva makes managing passwords easy and secure.
It's a traditional command line software written in C. Ylva is very
portable and should run fine on most Unix-like operating systems.
Ylva is mainly developed on Linux.
.
Command line password manager is useful. You may choose to run it on
a remote server to make your passwords available remotely (over SSH
etc.). No need to sync your password database between machines.
.
Ylva uses OpenSSL (or LibreSSL) for encryption. For password database
SQLite is used. Ylva encrypts the database using AES with 256 keys.
Encrypted database is authenticated using HMAC. For key generation
PKBDF2-SHA256 is used with 200 000 iterations.
.
Ylva does not stay running, so possible plain text passwords are not
in memory except for a very short while. For example, running command
ylva --auto-encrypt --list-all would list all the password entries,
encrypt the database and then exit. Plain text passwords will be in
memory only couple of seconds. This makes it very hard for malware
to steal them.
.
When the database is decrypted, it's readable only by the owner
(chmod 600). Ylva does that automatically for the database file
so you don't have to change the permissions.
Description-md5: 4aec8197e6874142d663b8efe26606fd