How to Install and Uninstall xdg-user-dirs Package on Kali Linux

Last updated: May 14,2024

1. Install "xdg-user-dirs" package

Please follow the step by step instructions below to install xdg-user-dirs on Kali Linux

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

2. Uninstall "xdg-user-dirs" package

Learn how to uninstall xdg-user-dirs on Kali Linux:

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

3. Information about the xdg-user-dirs package on Kali Linux

Package: xdg-user-dirs
Version: 0.18-1
Installed-Size: 376
Maintainer: Debian GNOME Maintainers
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 54396
SHA256: 581bad07fbc84d7ca180fa68cfd3480fde9cae595020bc6d41352addbdfd7300
SHA1: 3078a53d4fed8731a7ccefe30f252ca874cde290
MD5sum: 4ee790ca0f3c6f03901d86911d9569f0
Description: 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:
Multi-Arch: foreign
Homepage: https://www.freedesktop.org/wiki/Software/xdg-user-dirs
Tag: implemented-in::c, role::program, use::configuring
Section: utils
Priority: optional
Filename: pool/main/x/xdg-user-dirs/xdg-user-dirs_0.18-1_amd64.deb