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

Last updated: May 16,2024

1. Install "python3-pathspec" package

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

$ sudo apt update $ sudo apt install python3-pathspec

2. Uninstall "python3-pathspec" package

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

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

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

Package: python3-pathspec
Priority: optional
Section: universe/python
Installed-Size: 62
Maintainer: Ubuntu Developers
Architecture: all
Source: python-pathspec
Version: 0.3.4-0ubuntu1
Filename: pool/universe/p/python-pathspec/python3-pathspec_0.3.4-0ubuntu1_all.deb
Size: 12706
MD5sum: a92625502c3951ee344ac87f28bced5d
SHA1: e240270b3e115d0527ca9be4173452d3c4ed3baa
SHA256: 9ec86909c88a467d6a47918b923359b6e3b3f18efdaae5e8806c6df1578b7562
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 3 module.
Description-md5: a48ef3ead0f772f7647097e7dc5e0a39
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu