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

Last updated: September 28,2024

1. Install "python-unipath" package

This guide let you learn how to install python-unipath on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-unipath

2. Uninstall "python-unipath" package

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

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

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

Package: python-unipath
Priority: extra
Section: universe/python
Installed-Size: 182
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 0.2.1+dfsg-1
Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8)
Filename: pool/universe/p/python-unipath/python-unipath_0.2.1+dfsg-1_all.deb
Size: 50604
MD5sum: 9e50637aed63de525055ebd591539fb4
SHA1: 9c5f3ad615dc641af2a6244d72cd9d9bd9fc84da
SHA256: 232a7f7df227767c1a0af2ec0f3e1373d652e773c0fd70e815c1f0d3a22d6493
Description-en: object-oriented approach to file/pathname manipulations
Unipath is a package for doing pathname calculations and filesystem
access in an object-oriented manner, an alternative to functions in
os.path, shutilm glob, and even some functions in os.* It's based on
Jason Orendorff's path.py but does not adhere as strictly to the
underlying functions' syntax, in order to provide more user
convenience and higher-level functionality.
Description-md5: e0d85d3ccdbae2a1e270c9e7bf8dcb3e
Homepage: http://sluggo.scrapping.cc/python/unipath/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu