How to Install and Uninstall python3-appdirs Package on Ubuntu 21.10 (Impish Indri)
Last updated: December 23,2024
1. Install "python3-appdirs" package
This is a short guide on how to install python3-appdirs on Ubuntu 21.10 (Impish Indri)
$
sudo apt update
Copied
$
sudo apt install
python3-appdirs
Copied
2. Uninstall "python3-appdirs" package
Please follow the guidelines below to uninstall python3-appdirs on Ubuntu 21.10 (Impish Indri):
$
sudo apt remove
python3-appdirs
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the python3-appdirs package on Ubuntu 21.10 (Impish Indri)
Package: python3-appdirs
Architecture: all
Version: 1.4.4-1
Priority: optional
Section: python
Source: appdirs
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 59
Depends: python3:any
Filename: pool/main/a/appdirs/python3-appdirs_1.4.4-1_all.deb
Size: 11020
MD5sum: 079ca26d3842b1c156a20fe7d37e3155
SHA1: b70eeddcd8f6b41b8f1036965e13f58f17736bc2
SHA256: 62e56808d01cc87fdeff0c06d38f83953c911a1b40b26f02707b56acefce92a8
SHA512: a7a2d24d5f4c3a78ddd1bfda7009064672b15d4ee200ae45d01289ba358ba95a9340b3e4cc9810842e866fc53ba44b3067d7a2d905a70ee2b6068c82fe0b3fdb
Homepage: https://github.com/ActiveState/appdirs
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
Task: ubuntustudio-audio
Architecture: all
Version: 1.4.4-1
Priority: optional
Section: python
Source: appdirs
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 59
Depends: python3:any
Filename: pool/main/a/appdirs/python3-appdirs_1.4.4-1_all.deb
Size: 11020
MD5sum: 079ca26d3842b1c156a20fe7d37e3155
SHA1: b70eeddcd8f6b41b8f1036965e13f58f17736bc2
SHA256: 62e56808d01cc87fdeff0c06d38f83953c911a1b40b26f02707b56acefce92a8
SHA512: a7a2d24d5f4c3a78ddd1bfda7009064672b15d4ee200ae45d01289ba358ba95a9340b3e4cc9810842e866fc53ba44b3067d7a2d905a70ee2b6068c82fe0b3fdb
Homepage: https://github.com/ActiveState/appdirs
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
Task: ubuntustudio-audio