-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deploy-qtrpi.sh "unable to locate libinput5" #69
Comments
Hello,
I'm trying again with ./init-qtrpi-full.sh EDIT: Full init doesn't work either :( Best regards, |
Don't know if it could solve traviezo problem also, but I manage to fix the missing library by doing following steps (should no be accurate as I tried so many things...): |
QtRpi expect a "Raspbian Jessie" version. Since august 2017, Raspbian switched from Debian Jessie to Debian Stretch. Two solutions:
|
thanks GuillaumeLazar for your cmt, I'm using Raspbian stretch version and I got same problem on brand new install stretch raspbian. Edit: |
Good afternoon,
I'm trying to run the deploy-qtrpi.sh but I get the error "unable to locate libinput5". I looked into the script and it is basically the following command line that causes the error:
ssh $TARGET_HOST 'sudo apt-get install -y libts-0.0-0 libinput5 fontconfig'
I was looking to download manually the libinput5 library to the raspian Jessie version I have but it seems that since it depends on other packages the manual installation is halted due to these dependencies missing. Would you please tell me if there is anything I may have overlooked while running this script. Any help would be greatly appreciated. Thank you.
The text was updated successfully, but these errors were encountered: