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

Last updated: May 20,2024

1. Install "python3-beaker" package

Learn how to install python3-beaker on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-beaker

2. Uninstall "python3-beaker" package

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

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

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

Package: python3-beaker
Priority: optional
Section: universe/python
Installed-Size: 209
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: beaker
Version: 1.6.4-2build1
Depends: python3:any (>= 3.3.2-2~)
Recommends: python3-pkg-resources
Suggests: python3-sqlalchemy
Filename: pool/universe/b/beaker/python3-beaker_1.6.4-2build1_all.deb
Size: 35826
MD5sum: 95102eff832edd87a1a6101d6b15b307
SHA1: 5e28c6b2c69e508587850c76f08b966bebfe66cc
SHA256: 2b1adb90e75859a67d207ca083bbf59c6613ee4f63a1785f305976d701c0ea23
Description-en: cache and session library for Python 3
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: 922e69d14bef57398de1639ba01219cd
Homepage: http://pypi.python.org/pypi/Beaker
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu