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

Last updated: May 17,2024

1. Install "python3-platformdirs" package

Please follow the guidelines below to install python3-platformdirs on Kali Linux

$ sudo apt update $ sudo apt install python3-platformdirs

2. Uninstall "python3-platformdirs" package

Please follow the guidance below to uninstall python3-platformdirs on Kali Linux:

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

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

Package: python3-platformdirs
Source: platformdirs
Version: 4.2.0-1
Installed-Size: 103
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 15888
SHA256: 08eb09b78d106446ffa3bf19d82ffca5dc99a7e210db69923bf0d14adc618916
SHA1: 708bb807451f27098d25707a25db69773a7dab10
MD5sum: d5f5e00cf7ae0f44b23878fca9023e36
Description: determining appropriate platform-specific directories (Python 3)
Depending on your system (Linux, Mac OS X, or Windows), you have to use
different directories for storing user data. platformdirs will help you choose
an appropriate:
.
* user data directory (user_data_dir function)
* user config directory (user_config_dir function)
* user cache directory (user_cache_dir function)
* site data directory (site_data_dir function)
* site config directory (site_config_dir function)
* user log directory (user_log_dir function)
.
On Linux systems, these function return directories based on the XDG Base
Directory Specification.
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://github.com/platformdirs/platformdirs
Section: python
Priority: optional
Filename: pool/main/p/platformdirs/python3-platformdirs_4.2.0-1_all.deb