How to fix Ubuntu No such file or directory: 'avifenc'

If you see an error message such as

how-to-fix-ubuntu-no-such-file-or-directory-avifenc_block1.txt
No such file or directory: 'avifenc'

on Ubuntu or similar Linux distributions, you need to install the libavif-bin package. This package provides the avifenc tool.

To install it, run

install_libavif_bin.sh
sudo apt install libavif-bin

Check out similar posts by category: Linux