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

Last updated: May 16,2024

1. Install "python-pathspec" package

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

$ sudo apt update $ sudo apt install python-pathspec

2. Uninstall "python-pathspec" package

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

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

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

Package: python-pathspec
Priority: optional
Section: universe/python
Installed-Size: 62
Maintainer: Ubuntu Developers
Architecture: all
Version: 0.3.4-0ubuntu1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-pathspec/python-pathspec_0.3.4-0ubuntu1_all.deb
Size: 12640
MD5sum: 3cf861061387ba9d56bdbd4d158124f8
SHA1: bd5ad66f9711a93a1721c9881c4f1ad3984c3304
SHA256: c6b7456ad22c9b06a367d08bffff66fd06e624ba1c08bb79cb471fd8ca873783
Description-en: Utility library for gitignore style pattern matching of file paths
pathspec is a utility library for pattern matching of file paths. So
far this only includes gitignore style pattern matching which itself
incorporates POSIX glob patterns.
.
This package provides the Python 2 module.
Description-md5: 749be7968b3b6a22bb2651a1aa1650ae
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu