How to Install and Uninstall xdg-user-dirs Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 08,2024

1. Install "xdg-user-dirs" package

Learn how to install xdg-user-dirs on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "xdg-user-dirs" package

This guide let you learn how to uninstall xdg-user-dirs on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the xdg-user-dirs package on Ubuntu 20.10 (Groovy Gorilla)

Package: xdg-user-dirs
Architecture: amd64
Version: 0.17-2ubuntu2
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: 541
Depends: libc6 (>= 2.14)
Filename: pool/main/x/xdg-user-dirs/xdg-user-dirs_0.17-2ubuntu2_amd64.deb
Size: 48304
MD5sum: 1c81182c3942f2822a66b9411cc8dacf
SHA1: cf479595ecaf9a685344fb332a54ca93d62c36a7
SHA256: 0b12af79f585dc6cf10106bfada01c98649e52f1d13f19cfa57f7a184a77b21c
SHA512: 59bb3514de6de924835777c2d88c07fc7736d8dafde2eed9722df36ab3364ce7ffede168e50f56bdb982fa75953e2945352c596d63ef93502a13fdbd546694a4
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