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

Last updated: May 17,2024

1. Install "lift" package

Please follow the step by step instructions below to install lift on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install lift

2. Uninstall "lift" package

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

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

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

Package: lift
Priority: optional
Section: universe/devel
Installed-Size: 123
Maintainer: Ubuntu Developers
Original-Maintainer: Nicolas Delvaux
Architecture: all
Version: 2.0.0-1build1
Depends: python3, python3-paramiko, python3-yaml, python3:any (>= 3.3.2-2~)
Filename: pool/universe/l/lift/lift_2.0.0-1build1_all.deb
Size: 17618
MD5sum: c027db79b8a12ad1c9b2bf67f5b9865f
SHA1: b99d954c7660418ea7d82572263b1dc8b85ff6f3
SHA256: 0d952839c406325b24a0028927e2311f0867e5d2ac80bf04c1ea62b11d033f3b
Description-en: 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
Description-md5: 74527e188be5b70163083db2ca6dfd5e
Homepage: https://github.com/Malizor/lift
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu