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

Last updated: May 17,2024

1. Install "python-beaker" package

Please follow the steps below to install python-beaker on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-beaker

2. Uninstall "python-beaker" package

Learn how to uninstall python-beaker on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-beaker
Priority: optional
Section: universe/web
Installed-Size: 209
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: beaker
Version: 1.6.4-2build1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python
Recommends: python-pkg-resources
Suggests: python-sqlalchemy (>= 0.4), python-pycryptopp | python-crypto, python-pylibmc | python-memcache
Filename: pool/universe/b/beaker/python-beaker_1.6.4-2build1_all.deb
Size: 35804
MD5sum: 4c58f6355fe88630b7fffd09a93db9af
SHA1: 6a23c6be74cf774267a92e36f9d63785798427b3
SHA256: b9a1c9ee9a7a50b9fb76f9e15f564213d7e14fc9798ef002a4dedb922e695b76
Description-en: cache and session library
Beaker is a web session and general caching library that includes WSGI
middleware for use in web applications.
.
As a general caching library, Beaker can handle storing for various times any
Python object that can be pickled with optional back-ends on a fine-grained
basis.
.
Features:
* Fast, robust performance
* Multiple reader/single writer lock system to avoid duplicate simultaneous
cache creation
* Cache back-ends include dbm, file, memory, memcached, and database (using
SQLAlchemy for multiple-db vendor support)
* Signed cookies to prevent session hijacking/spoofing
* Cookie-only sessions to remove the need for a database or file backend
(ideal for clustered systems)
* Extensible Container object to support new back-ends
* Caches can be divided into namespaces (to represent templates, objects,
etc.) then keyed for different copies
* Create functions for automatic call-backs to create new cache copies after
expiration
* Fine-grained toggling of back-ends, keys, and expiration per Cache object
Description-md5: 3ec4866e63ad668875efce306e972134
Enhances: python-pylons
Homepage: http://pypi.python.org/pypi/Beaker
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu