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

Last updated: May 18,2024

1. Install "python3-xgboost" package

This guide let you learn how to install python3-xgboost on Kali Linux

$ sudo apt update $ sudo apt install python3-xgboost

2. Uninstall "python3-xgboost" package

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

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

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

Package: python3-xgboost
Source: xgboost
Version: 2.0.3-1
Installed-Size: 633
Maintainer: Debian Deep Learning Team
Architecture: amd64
Depends: libxgboost0 (= 2.0.3-1), python3 (<< 3.13), python3 (>= 3.11~), python3-numpy, python3-scipy, python3:any
Suggests: python3-sklearn
Size: 115712
SHA256: db7f431dacbdb8ecb2bf351560819bb799526fb534d84681c419e4772ad12bfe
SHA1: 19e38785e912e30d762c8d8d33e6b9ee50767aa5
MD5sum: 76a13efe02eec5c154e507447798b951
Description: Scalable and Flexible Gradient Boosting (Python3)
XGBoost is an optimized distributed gradient boosting library designed to be
highly efficient, flexible and portable. It implements machine learning
algorithms under the Gradient Boosting framework. XGBoost provides a parallel
tree boosting (also known as GBDT, GBM) that solve many data science problems
in a fast and accurate way. The same code runs on major distributed environment
(Kubernetes, Hadoop, SGE, MPI, Dask) and can solve problems beyond billions of
examples.
.
This package contains the xgboost python3 binding.
Description-md5:
Homepage: https://xgboost.ai/
Section: science
Priority: optional
Filename: pool/main/x/xgboost/python3-xgboost_2.0.3-1_amd64.deb