How to install Ueberzug
How to install Ueberzug
The ueberzug project has been archived. However, in order to install ueberzug one can follow these steps:
- Install dependencies
sudo apt install libx11-dev libxres-dev libxext-dev
If during the installation process, errors appear due to absence of other depedencies, the user is encouraged to search the error message in the internet in order to locate the misssing dependency.
- Follow the install instructions found in this ueberzug fork:
git clone "https://github.com/gokberkgunes/ueberzug-tabbed.git"
cd ueberzug-tabbed
python -m pip install .
NOTE: One may need to call above pip install commands as pip install --break-system-packages to successfully install the packages.