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

Last updated: June 29,2024

1. Install "python-appdirs" package

This tutorial shows how to install python-appdirs on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-appdirs

2. Uninstall "python-appdirs" package

This guide covers the steps necessary to uninstall python-appdirs on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-appdirs
Priority: optional
Section: python
Installed-Size: 51
Maintainer: Ubuntu Developers
Original-Maintainer: Benjamin Drung
Architecture: all
Source: appdirs
Version: 1.4.0-2
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/main/a/appdirs/python-appdirs_1.4.0-2_all.deb
Size: 9768
MD5sum: 5abdcf21c36df882c5d026f9ea433a7e
SHA1: ad5a5859ed5dabc8d889f1bd14f027a45920efd0
SHA256: 67813c392bc8f94b8449eb74d71d1db172f449f237c64d9548e0ee71a3af14ec
Description-en: determining appropriate platform-specific directories (Python 2)
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 2 version of the package.
Description-md5: 1aa59bb5be009cd5cfca8211d0813a39
Homepage: https://github.com/ActiveState/appdirs
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y
Task: ubuntustudio-audio