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

Last updated: May 14,2024

1. Install "python-park" package

This is a short guide on how to install python-park on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-park

2. Uninstall "python-park" package

Please follow the steps below to uninstall python-park on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-park
Priority: optional
Section: universe/python
Installed-Size: 64
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 1.0.0-1
Depends: python (>= 2.7.1-0ubuntu2), python (<< 2.8)
Filename: pool/universe/p/python-park/python-park_1.0.0-1_all.deb
Size: 7240
MD5sum: fffbc90a2964381b3d7b21b744407808
SHA1: ec7d5776febc362b2deb465979d39c517448ea8f
SHA256: da06702c960cf7820afaf85a724cbc4292593bab9c047c89909826053d0f85ba
Description-en: persistent key-value API for Python with ordered traversal of keys
Park is a persistent key-value API for Python with ordered traversal of
keys. Both keys and values are binary safe. It's similar in use to
LevelDB, but has no dependencies outside the Python standard library.
It is meant to be extremely easy to use and can scale to a few
gigabytes of data.
Description-md5: 400c977d8ea823938c9907d340670e14
Homepage: https://github.com/litl/park
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu