Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Last updated: Wednesday 27 May 2026 @ 00:15:58

Install anneal-casefold

Although you should read the joshuascript/anneal-casefold README.md for the most up to date instructions, instructions are provided here for convenience. You can install joshuascript/anneal-casefold via the following steps:

  1. Ensure git is installed on your system: https://git-scm.com/install/linux

  2. Ensure you have the anneal-casefold dependencies installed on your system:

  • python3
  • e2fsprogs >= 1.45
  • losetup
  • findmnt
python3 -V

# e2fsprogs
mkfs.ext4 -V
debugfs -V

losetup -V
findmnt -V
  1. Navigate to some directory where you would like to keep the anneal-casefold git repo
cd <some directory that the repo directory will live within>
  1. Clone the repo
git clone https://github.com/joshuascript/anneal-casefold.git
  1. Navigate into the repo
cd anneal-casefold
  1. Install the anneal command:
./install.sh

You should now have the anneal command.