How to Install and Uninstall lift Package on Kali Linux

Last updated: May 02,2024

1. Install "lift" package

Please follow the guidance below to install lift on Kali Linux

$ sudo apt update $ sudo apt install lift

2. Uninstall "lift" package

This guide covers the steps necessary to uninstall lift on Kali Linux:

$ sudo apt remove lift $ sudo apt autoclean && sudo apt autoremove

3. Information about the lift package on Kali Linux

Package: lift
Version: 2.6.1-1
Installed-Size: 84
Maintainer: Nicolas Delvaux
Architecture: all
Depends: python3-junit.xml, python3-paramiko, python3-yaml, python3:any
Size: 18796
SHA256: 9a2b7594c337eef151cd068f2955257542c36cb194adbe1052e9c76ce6f72d79
SHA1: 22023ab03d9511a524cb9426b0b073367116bd9c
MD5sum: c0ffd42be3b210daaa0a8fcc4a029244
Description: Integration and functional testing framework
Lift provides an integration/functional test platform which handles executable
tests easily and generically.
.
* Lift only deals with executables and their return code
- A particular test can be written in the language that fit it the most
* Test declaration in a simple YAML syntax
- No need to learn a programming language to integrate a test in a suite
* Easily declare a test as running locally or on a remote machine
* Remote tests: upload needed assets automatically and cleanup afterward
* Naturally organize a test suite in multiple sub-folders/sub-test suites
* Easily run a sub-test suite or specific tests from the command line
* Pass environment variables to tests
* Inheritance of remotes and environment across sub-test suites
- For example, remotes can be defined in the top folder and used below
* Only one command to run all or specific tests: lift
* Export XUnit reports, for easy integration with Jenkins & friends
Description-md5:
Homepage: https://github.com/Malizor/lift
Section: devel
Priority: optional
Filename: pool/main/l/lift/lift_2.6.1-1_all.deb