How to Install and Uninstall python3-simpleeval Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-simpleeval" package

This tutorial shows how to install python3-simpleeval on Kali Linux

$ sudo apt update $ sudo apt install python3-simpleeval

2. Uninstall "python3-simpleeval" package

Please follow the guidelines below to uninstall python3-simpleeval on Kali Linux:

$ sudo apt remove python3-simpleeval $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-simpleeval package on Kali Linux

Package: python3-simpleeval
Source: simpleeval
Version: 0.9.12-1
Installed-Size: 95
Maintainer: Debian Tryton Maintainers
Architecture: all
Depends: python3-pkg-resources, python3:any
Size: 22196
SHA256: 2c77cfc328036f19f73b9286f288bb48eb8211fdd5d851f05cd4e116ea6ac622
SHA1: 74e641ea8d81f1b5c08f01c0577bdb0e5468963a
MD5sum: 366d8772bbba57911e26db3d07d15ced
Description: Simple, safe single expression evaluator library (Python 3)
Quick single file library for easily adding evaluatable expressions into
Python projects.
.
Short, easy to use, safe and reasonably extensible expression evaluator.
Designed for things like in a website where you want to allow the user to
generate a string, or a number from some other input, without allowing full
eval() or other unsafe or needlessly complex linguistics.
.
This package is targeting Python version 3.
Description-md5:
Homepage: https://github.com/danthedeckie/simpleeval
Tag: devel::lang:python, devel::library, implemented-in::python,
role::devel-lib, role::program
Section: python
Priority: optional
Filename: pool/main/s/simpleeval/python3-simpleeval_0.9.12-1_all.deb