How to Install and Uninstall unburden-home-dir Package on Kali Linux

Last updated: January 23,2025

1. Install "unburden-home-dir" package

Please follow the step by step instructions below to install unburden-home-dir on Kali Linux

$ sudo apt update $ sudo apt install unburden-home-dir

2. Uninstall "unburden-home-dir" package

This tutorial shows how to uninstall unburden-home-dir on Kali Linux:

$ sudo apt remove unburden-home-dir $ sudo apt autoclean && sudo apt autoremove

3. Information about the unburden-home-dir package on Kali Linux

Package: unburden-home-dir
Version: 0.4.2
Installed-Size: 65
Maintainer: Axel Beckert
Architecture: all
Depends: libconfig-file-perl, libfile-basedir-perl, libfile-rsync-perl, libfile-touch-perl, libfile-which-perl, libipc-run-perl, libstring-expand-perl, libtry-tiny-perl, perl:any
Pre-Depends: dpkg (>= 1.15.7.2)
Recommends: lsof, x11-common
Suggests: agedu, autotrash, bleachbit, corekeeper, eatmydata, fslint, ncdu | baobab | filelight | xdiskusage | xdu, unburden-home-dir-doc, tmpreaper
Enhances: x11-common
Size: 21932
SHA256: edb2ef4a5b6ccfee26d3fcee591b1dd5e78f7c729493dad89add8f6a80c020e8
SHA1: 0b6811d81bcc72a555c78d588c3383c32c46f9b6
MD5sum: e478df87f7c4fd030a872291940e9e2a
Description: Remove or move cache files automatically from user's home
unburden-home-dir allows users to move cache files from browsers,
etc. off their home directory, i.e. on a local harddisk or tmpfs and
replace them with a symbolic link to the new location (e.g. on /tmp/
or /scratch/) upon login. Optionally the contents of the directories
and files can be removed instead of moved.
.
This is helpful at least in the following cases:
.
The idea-giving case are big workstation setups where $HOME is on NFS
and all those caches put an unnecessary burden (hence the name) on
the file server since caching over NFS doesn't have the best
performance and may clog the NFS server, too.
.
A similar case, but with different purpose is reducing I/O on mobile
devices like laptops or netbooks to extend the battery life or reduce
the wearing down of CF or SD cards, e.g. in single board computers
like the Raspberry Pi or Alix or APU boards: Moving browser caches
etc. off the real disk into a tmpfs filesystem reduces the amount of
disk I/O which reduces the power consumption of the disk.
.
Another possible solution for saving non-crucial I/O is using the
package eatmydata to ignore a software's fsync calls.
.
The other type of use cases for unburden-home-dir is to reduce disk
space usage, e.g. on devices with small disk space but a lot of RAM
as seen often on boxes with flash disks or early netbooks, e.g. the
first EeePC with 4GB disk space and 2GB RAM. In this case you want to
move off as many cache files, etc. as possible to some tmpfs
filesystem, e.g. /tmp/.
.
It may also help to reduce the amount of needed backup disk space by
keeping those files in places where they don't get backed up. In that
case it's an alternative to keeping the blacklist in your backup
software up-to-date.
.
For some users it may also be helpful to stay under their quota.
.
The package also contains an Xsession hook which calls this script on
X login for every user. But by default no files or directories are
configured to be moved elsewhere, so nothing will happen
automatically without configuration.
Description-md5:
Homepage: https://github.com/xtaran/unburden-home-dir
Tag: admin::automation, admin::filesystem, hardware::laptop,
hardware::storage, implemented-in::perl, interface::commandline,
role::program, scope::utility, system::laptop, use::filtering,
use::organizing, use::storing, use::synchronizing, works-with::file
Section: x11
Priority: optional
Filename: pool/main/u/unburden-home-dir/unburden-home-dir_0.4.2_all.deb