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

Last updated: May 07,2024

1. Install "python-fswrap" package

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

$ sudo apt update $ sudo apt install python-fswrap

2. Uninstall "python-fswrap" package

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

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

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

Package: python-fswrap
Priority: extra
Section: universe/python
Installed-Size: 62
Maintainer: Ubuntu Developers
Original-Maintainer: Julien Danjou
Architecture: all
Version: 0.1.1-1.1
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2)
Filename: pool/universe/p/python-fswrap/python-fswrap_0.1.1-1.1_all.deb
Size: 7318
MD5sum: 3d90cdf0287e1de394d77bf79b03fd84
SHA1: e32a2f536982283945f14380d183ed27d5d9c5b9
SHA256: 40506f9c1cfee198c314f8b2227245657ef2596ba1f4a73a95cff53421f01075
Description-en: Unified object oriented interface for interacting with file system objects
File system operations in Python are distributed across modules: os,
os.path, fnmatch, shutil and distutils. This module attempts to make the
right choices for common operations to provide a single interface.
Description-md5: 7f65e4c7bf5f93c7d56a04267a73673f
Homepage: https://github.com/lakshmivyas/fswrap
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu