How to Install and Uninstall python3-joblib Package on Kali Linux

Last updated: May 18,2024

1. Install "python3-joblib" package

Please follow the steps below to install python3-joblib on Kali Linux

$ sudo apt update $ sudo apt install python3-joblib

2. Uninstall "python3-joblib" package

This guide covers the steps necessary to uninstall python3-joblib on Kali Linux:

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

3. Information about the python3-joblib package on Kali Linux

Package: python3-joblib
Source: joblib
Version: 1.3.2-1
Installed-Size: 991
Maintainer: Debian Science Maintainers
Architecture: all
Depends: python3:any, procps, python3-pkg-resources
Recommends: python3-numpy, python3-pytest, python3-simplejson, python3-psutil
Size: 217328
SHA256: cabc1f7092ff566c3f88c907266966bda18a8596529286886090280e3a2b3b4b
SHA1: 467ec58121081f26c959635fd51a4d180759a931
MD5sum: 48e0e21c27e153bda007c07726d19c22
Description: 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:
Homepage: https://github.com/joblib/joblib
Section: python
Priority: optional
Filename: pool/main/j/joblib/python3-joblib_1.3.2-1_all.deb