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

Last updated: May 01,2024

1. Install "python-simpleeval" package

Here is a brief guide to show you how to install python-simpleeval on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-simpleeval

2. Uninstall "python-simpleeval" package

This is a short guide on how to uninstall python-simpleeval on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-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: python-pkg-resources, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/s/simpleeval/python-simpleeval_0.8.7-1_all.deb
Size: 9470
MD5sum: efae8a0340c01a7142e4fda6d8cfd84c
SHA1: ed1b3f19da84061697745511dfbfb1356bbc1563
SHA256: 48e61463d281527dceae0a8e8f4d865bb2f7edaa2fc59df204dfbeb304e166ea
Description-en: Simple, safe single expression evaluator library (Python 2)
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 2.
Description-md5: 63aa27b2061a9452bd9c823be09695cf
Homepage: https://github.com/danthedeckie/simpleeval
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu