Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 970 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 970 Bytes

reditr Debian deb file

Removed libudev0 dependency from ../DEBIAN/control file and

Repackaged deb file to include old Ubuntu libudev0 library for Debian Buster as Buster comes with libudev1

/reditr/reditr_3.0.0.0_amd64/lib/x86_64-linux-gnu/libudev.so.0.13.0 libudev.so.0

Where ls -l libudev.so.0 -> libudev.so.0.13.0 is symbolic link points to library.

sudo apt install libpango1.0-0 is still needed to install the deb file via dpkg -i file

Works on my Debian version 10.3 Buster

Note: placing the library in /opt/reditr directory did not work for me it would not find the library when started.

I do not know how to call the app from terminal or dmenu, it is installed in /opt/reditr/ so I execute it from inside the install directory by ./reditr_app

Note 2: This deb file will install libudev0 along with libudev1 to /lib/x86_64-linux-gnu. It sholud not conflict as libudev.so -> libudev.so.1 and libudev.so.0 points to the old library.