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

Last updated: October 18,2024

1. Install "pypy-appdirs" package

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

$ sudo apt update $ sudo apt install pypy-appdirs

2. Uninstall "pypy-appdirs" package

Here is a brief guide to show you how to uninstall pypy-appdirs on Kali Linux:

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

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

Package: pypy-appdirs
Source: appdirs
Version: 1.4.4-2
Installed-Size: 59
Maintainer: Debian Python Team
Architecture: all
Depends: pypy
Size: 12984
SHA256: 45e5732208b342ede43f69bccdb7c81311501e82a7bf420e566aba58b8a53350
SHA1: a761c5f1d7b00fc942014bde5699f016ef946e78
MD5sum: 07facbb914106f2a286b457b18bde289
Description: determining appropriate platform-specific directories (PyPy)
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 PyPy version of the package.
Description-md5: a6647ea37326c8190528f28bda2f0ff0
Homepage: https://github.com/ActiveState/appdirs
Section: python
Priority: optional
Filename: pool/main/a/appdirs/pypy-appdirs_1.4.4-2_all.deb