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

Last updated: November 07,2024

1. Install "python3-joblib" package

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

$ sudo apt update $ sudo apt install python3-joblib

2. Uninstall "python3-joblib" package

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

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

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

Package: python3-joblib
Priority: optional
Section: universe/python
Installed-Size: 357
Maintainer: Ubuntu Developers
Original-Maintainer: Yaroslav Halchenko
Architecture: all
Source: joblib
Version: 0.9.4-1
Depends: python3:any (>= 3.3.2-2~)
Recommends: python3-numpy, python3-nose, python3-simplejson
Filename: pool/universe/j/joblib/python3-joblib_0.9.4-1_all.deb
Size: 71772
MD5sum: c3e1df680ba6fd8cdbe96286556eb063
SHA1: bcfcc3395ef243bfa56c524cff6bff1071fb2cae
SHA256: 87300db293acc797fa5e96c6f4841462a9bf3f08eca0480a8b36dfd5bcafb85e
Description-en: tools to provide lightweight pipelining in Python
Joblib is a set of tools to provide lightweight pipelining in
Python. In particular, joblib offers:
.
- transparent disk-caching of the output values and lazy
re-evaluation (memoize pattern)
- easy simple parallel computing
- logging and tracing of the execution
.
Joblib is optimized to be fast and robust in particular on large,
long-running functions and has specific optimizations for numpy arrays.
.
This package contains the Python 3 version.
Description-md5: d9cbe6074eb37b71b9b1da9e9ad4a60d
Homepage: http://packages.python.org/joblib/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu