How to Install and Uninstall xdg-user-dirs Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 12,2024

1. Install "xdg-user-dirs" package

Here is a brief guide to show you how to install xdg-user-dirs on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install xdg-user-dirs

2. Uninstall "xdg-user-dirs" package

This guide covers the steps necessary to uninstall xdg-user-dirs on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove xdg-user-dirs $ sudo apt autoclean && sudo apt autoremove

3. Information about the xdg-user-dirs package on Ubuntu 21.10 (Impish Indri)

Package: xdg-user-dirs
Architecture: amd64
Version: 0.17-2ubuntu3
Multi-Arch: foreign
Priority: important
Section: utils
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GNOME Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 542
Depends: libc6 (>= 2.34)
Filename: pool/main/x/xdg-user-dirs/xdg-user-dirs_0.17-2ubuntu3_amd64.deb
Size: 53836
MD5sum: f88917148764e81e5e74f13a6b34e541
SHA1: 8ed773fa560e78b5507d10b5b491197a13404f8f
SHA256: 6bad0bb502f656b2dd8426f09e7d79f09b1d996e6ba6f529471bc608021fcd33
SHA512: ccc0ec18b0cba10b008e4e7e673cc9af3d778ad56cf7b0fcd082b9612287e3be1f64384ce9f0809ed10dfb10cfc083c6d162e9da8c7506836d988596ef47ad94
Homepage: http://www.freedesktop.org/wiki/Software/xdg-user-dirs
Description-en: tool to manage well known user directories
xdg-user-dirs is a tool to help manage "well known" user directories
like the desktop folder and the music folder. It also handles
localization (i.e. translation) of the filenames.
.
The way it works is that xdg-user-dirs-update is run very early in the
login phase. This program reads a configuration file, and a set of
default directories. It then creates localized versions of these
directories in the users home directory and sets up a config file in
$(XDG_CONFIG_HOME)/user-dirs.dirs (XDG_CONFIG_HOME defaults to
~/.config) that applications can read to find these directories.
Description-md5: bede57a95f8202be418742bfd703ba9d
Task: minimal