How to Install and Uninstall pypy-appdirs Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "pypy-appdirs" package

Here is a brief guide to show you how to install pypy-appdirs on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pypy-appdirs

2. Uninstall "pypy-appdirs" package

Please follow the guidance below to uninstall pypy-appdirs on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the pypy-appdirs package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pypy-appdirs
Priority: optional
Section: universe/python
Installed-Size: 51
Maintainer: Ubuntu Developers
Original-Maintainer: Benjamin Drung
Architecture: all
Source: appdirs
Version: 1.4.0-2
Depends: pypy
Filename: pool/universe/a/appdirs/pypy-appdirs_1.4.0-2_all.deb
Size: 9744
MD5sum: aa225b9dd22a99d3e7946eb90dcad739
SHA1: 026be37922103a94aa830dfa054de1ff457fab40
SHA256: c1892bc0bd8f51a98d136452cbe82c7b4b8059094d5f25532a3d028453b2fdaf
Description-en: 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
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu