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

Last updated: May 18,2024

1. Install "python3-fsquota" package

In this section, we are going to explain the necessary steps to install python3-fsquota on Kali Linux

$ sudo apt update $ sudo apt install python3-fsquota

2. Uninstall "python3-fsquota" package

This is a short guide on how to uninstall python3-fsquota on Kali Linux:

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

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

Package: python3-fsquota
Source: python-fsquota
Version: 0.1.0+dfsg1-4
Installed-Size: 97
Maintainer: Philipp Huebner
Architecture: amd64
Depends: python3 (<< 3.12), python3 (>= 3.11~), libc6 (>= 2.33), libtirpc3 (>= 1.0.2)
Size: 30492
SHA256: d9a1ef8b186719551d3df6179649e4c363b6f3eeb86284a936ac59270add46cd
SHA1: 4cb0c6a6e39bcb56abc50552541bcf9159dcf5f1
MD5sum: dad2453b418f49545ce0a5be9e8dfcf0
Description: Python filesystem quota module (Python 3)
This module for Python 3 allows accessing file system quotas on UNIX platforms
from Python scripts. This works both for locally mounted file systems and
network file systems (via RPC, i.e. Remote Procedure Call). The interface is
designed to be independent of UNIX flavours as well as file system types.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/tomzox/Python-Quota
Section: python
Priority: optional
Filename: pool/main/p/python-fsquota/python3-fsquota_0.1.0+dfsg1-4_amd64.deb