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

Last updated: July 07,2024

1. Install "python3-path" package

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

$ sudo apt update $ sudo apt install python3-path

2. Uninstall "python3-path" package

Learn how to uninstall python3-path on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-path
Priority: optional
Section: universe/python
Installed-Size: 112
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: path.py
Version: 8.1.2+dfsg-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/path.py/python3-path_8.1.2+dfsg-1_all.deb
Size: 24704
MD5sum: f85d80768d04a49f1edf6696f3631bef
SHA1: 9a5f8476a64204f9cd1316f89e5c77c4a7fc1882
SHA256: a54a19e9a909d791ad9f53196b3e30cdbe7b33c24b86cdc6b1f63225eb959b4f
Description-en: module wrapper for os.path for Python 3
path.py implements a path objects as first-class entities, allowing common
operations on files to be invoked on those path objects directly.
.
This package installs the library for Python 3.
Description-md5: fc0fdb9769787900771b405f3352349d
Homepage: https://github.com/jaraco/path.py
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu