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

Last updated: November 16,2024

1. Install "python-zc.lockfile" package

Please follow the guidelines below to install python-zc.lockfile on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-zc.lockfile

2. Uninstall "python-zc.lockfile" package

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

$ sudo apt remove python-zc.lockfile $ sudo apt autoclean && sudo apt autoremove

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

Package: python-zc.lockfile
Priority: extra
Section: universe/python
Installed-Size: 88
Maintainer: Ubuntu Developers
Original-Maintainer: Debian/Ubuntu Zope Team
Architecture: all
Source: zc.lockfile
Version: 1.0.2-0ubuntu1
Depends: python-zc, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-pkg-resources
Filename: pool/universe/z/zc.lockfile/python-zc.lockfile_1.0.2-0ubuntu1_all.deb
Size: 7022
MD5sum: c77c31b500932f6f7193e2e4b72cb432
SHA1: 45c97ff1014d5e68fe2e85983a8bd884966537c8
SHA256: 0c6b184aee1d80ba5706ab0615562363fc9d278963af6781431a104d877efae4
Description-en: Basic inter-process locks
The zc.lockfile package provides a basic portable implementation of
interprocess locks using lock files. The purpose if not specifically to lock
files, but to simply provide locks with an implementation based on
file-locking primitives. Of course, these locks could be used to mediate
access to *other* files. For example, the ZODB file storage implementation
uses file locks to mediate access to file-storage database files. The database
files and lock file files are separate files.
Description-md5: 2601600f2ea52ab1aab4207066acac17
Homepage: http://pypi.python.org/pypi/zc.lockfile
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu