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

Last updated: June 15,2024

1. Install "python-cookies" package

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

$ sudo apt update $ sudo apt install python-cookies

2. Uninstall "python-cookies" package

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

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

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

Package: python-cookies
Priority: optional
Section: universe/python
Installed-Size: 165
Maintainer: Ubuntu Developers
Original-Maintainer: Federico Ceratto
Architecture: all
Version: 2.2.1-1
Provides: python2.7-cookies
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-cookies/python-cookies_2.2.1-1_all.deb
Size: 36700
MD5sum: 59bc974ca8c00a354c0cd130a2023d63
SHA1: 40e1eb80a2f4bdb9501c311ab43b8f5d9f055914
SHA256: 2560a1a93de8d5bccb43cd888b72c3b372cc43e5db277ceb54b625e708010c4a
Description-en: Python RFC 6265-compliant cookie parser and renderer
Python module for HTTP cookies: parsing and rendering 'Cookie:' request
headers and 'Set-Cookie:' response headers according to RFC 6265,
and exposing a convenient API for creating and modifying cookies. It can be
used as a replacement of Python's Cookie.py (aka http.cookies).
It provides robust and lenient parsing and extensive documentation.
Description-md5: c577bfdc79ee2e235b0e3784fe74c500
Homepage: https://gitlab.com/sashahart/cookies
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu