How to Install and Uninstall python3-simpleeval Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 02,2024

1. Install "python3-simpleeval" package

Please follow the instructions below to install python3-simpleeval on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-simpleeval

2. Uninstall "python3-simpleeval" package

In this section, we are going to explain the necessary steps to uninstall python3-simpleeval on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-simpleeval package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-simpleeval
Priority: optional
Section: universe/python
Installed-Size: 40
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Tryton Maintainers
Architecture: all
Source: simpleeval
Version: 0.8.7-1
Depends: python3-pkg-resources, python3:any (>= 3.3.2-2~)
Filename: pool/universe/s/simpleeval/python3-simpleeval_0.8.7-1_all.deb
Size: 9544
MD5sum: 4b8010ff29b7d2882088bb6b9c3117c1
SHA1: 5cbfbbbde3f82380bac13e785b32d381f84cd900
SHA256: c20eb370910fa81f267360b1a260728ffebd28e9182fbdbfbf8f0e8ef29efb7b
Description-en: 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: 0aa25bcd8cac055f7b085cd859beb1b8
Homepage: https://github.com/danthedeckie/simpleeval
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu