Closed VictorLamoine closed 3 years ago
Do NOT install this way! Instead follow the proposal:
make -j4
rm -f packages/*
fakeroot make -j4 package
sudo apt install packages/openhantek_*_amd64.deb
Beside the possibility to remove cleanly this has also the benefit that dependency packages are installed automatically (they are marked also as automatically installed). If you want to remove OpenHantek6022 and the dependencies are no longer needed you can remove them also (apt autoremove
).
Got it thanks
You can cleanly uninstall with CMake:
sudo xargs rm < "install_manifest.txt"
Describe the bug The udev rules are not installed in a directory parsed by
udev
.To Reproduce
git
repo)make install
udev
rules are installed in/usr/local/lib/udev/rules.d/60-hantek.rules
Un-plug / plug the Hantek 6022, start the application and the applications errors about wrong permissions to access the device.
Quick fix, create a symlink:
Computer environment: