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

Last updated: May 14,2024

1. Install "python3-appdirs" package

Learn how to install python3-appdirs on Kali Linux

$ sudo apt update $ sudo apt install python3-appdirs

2. Uninstall "python3-appdirs" package

Please follow the guidelines below to uninstall python3-appdirs on Kali Linux:

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

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

Package: python3-appdirs
Source: appdirs
Version: 1.4.4-4
Installed-Size: 57
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 12484
SHA256: 78281b513d400420c99b812197f2c49791cabbe8676aca629a4283dda239d94b
SHA1: 1e46e18b52bcae2b816a3b23b7ca4cf9164591c7
MD5sum: 8e1abde2c0a468f62b4dc92acb2a1ab5
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. appdirs 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/ActiveState/appdirs
Section: python
Priority: optional
Filename: pool/main/a/appdirs/python3-appdirs_1.4.4-4_all.deb