Skip to content
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

Unable to locate libxr17 and libxr17-dev packages #28

Closed
saybr00k opened this issue Nov 20, 2015 · 5 comments
Closed

Unable to locate libxr17 and libxr17-dev packages #28

saybr00k opened this issue Nov 20, 2015 · 5 comments

Comments

@saybr00k
Copy link

Hello, I'm trying to install xraylib on ubuntu 14.04. I executed:

curl http://lvserver.ugent.be/apt/xmi.packages.key | sudo apt-key add -

then used: sudo gedit /etc/apt/sources.list

which opened the text file where I entered:

deb [arch=amd64] http://lvserver.ugent.be/apt/ubuntu trusty stable
deb-src http://lvserver.ugent.be/apt/ubuntu trusty stable

and then saved the file. After this I executed: sudo apt-get update

followed by: sudo apt-get install libxrl7 xraylib libxrl7-dev libxrlf03-7 libxrl-perl

at which point I get the error messages:
E: Unable to locate package libxr17
E: Unable to locate package libxr17-dev

Any help on figuring out why it can't seem to locate these packages would be amazing. One thing that does come up when I execute "sudo gedit /etc/apt/sources.list" is:
(gedit:4568)" IBUS-WARNING **: The owner of /home/saybrook/.config/ibus/bus is not root!

I'm not sure if this makes any difference. Thanks in advance for any help!

@tschoonj
Copy link
Owner

I think you made a typo somewhere. The error message says libxr17, which should be libxrl7 (1 vs l). Can you check if your sudo apt-get command corresponds exactly to what you wrote here?

@saybr00k
Copy link
Author

Thank you for the quick response. I actually tried it many times and perhaps that was the issue(I'm not sure how to type the second 'number one' you wrote. However, I tried 'sudo apt-get' without the xr17's and it prompted me to install them automatically which I did and everything seems to work now.

@tschoonj
Copy link
Owner

It's not a one: it's an l, the twelfth letter of the alphabet in lower case 😄

@saybr00k
Copy link
Author

Hah I thought it might be but then I couldn't reproduce it in the chat box here or the terminal XD. Thanks for your help at any rate

@tschoonj
Copy link
Owner

You're welcome. Let me know if you need help with using xraylib.

Tom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants