How to Install and Uninstall pypy-pretend Package on Kali Linux

Last updated: May 16,2024

1. Install "pypy-pretend" package

Please follow the steps below to install pypy-pretend on Kali Linux

$ sudo apt update $ sudo apt install pypy-pretend

2. Uninstall "pypy-pretend" package

Learn how to uninstall pypy-pretend on Kali Linux:

$ sudo apt remove pypy-pretend $ sudo apt autoclean && sudo apt autoremove

3. Information about the pypy-pretend package on Kali Linux

Package: pypy-pretend
Source: python-pretend
Version: 1.0.9-2
Installed-Size: 30
Maintainer: Debian Python Team
Architecture: all
Depends: pypy
Size: 6740
SHA256: 6fa9a558501822adcc0883bb48fba18086eda57874d51e17043727fe0a7a5be1
SHA1: b8d1258b7ecbf5ae01507ce4271e87ebcf9d8196
MD5sum: 0e77362e43c5c90c5b61d74a878b33db
Description: Python library for stubbing (PyPy)
Pretend is a library to make stubbing with Python easier.
.
Stubbing is a technique for writing tests. You may hear the term mixed up with
mocks, fakes, or doubles. Basically a stub is an object that returns pre-canned
responses, rather than doing any computation.
.
This package contains the PyPy version of pretend.
Description-md5: 119c813093128043145eb28180fcfc8d
Homepage: https://github.com/alex/pretend
Section: python
Priority: optional
Filename: pool/main/p/python-pretend/pypy-pretend_1.0.9-2_all.deb