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

Last updated: May 20,2024

1. Install "python3-appdirs" package

This guide let you learn how to install python3-appdirs on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-appdirs

2. Uninstall "python3-appdirs" package

Please follow the step by step instructions below to uninstall python3-appdirs on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: python3:any (>= 3.3.2-2~)
Filename: pool/universe/a/appdirs/python3-appdirs_1.4.0-2_all.deb
Size: 9750
MD5sum: 2e58e0cabd1fcca420567dbfaec17217
SHA1: a89ba13e46367858c845a891f7260a658e972776
SHA256: 28659b55c2e52f8598a35fe6a2d65780dc9c5d6ee6eb35e64a9eb465881bbe6d
Description-en: 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: fc137eaa41349ca1fb6fd982bc86e1a0
Homepage: https://github.com/ActiveState/appdirs
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu