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 install libsodium-dev in the proposed way #24

Closed
robphoenix opened this issue Feb 29, 2016 · 4 comments
Closed

Unable to install libsodium-dev in the proposed way #24

robphoenix opened this issue Feb 29, 2016 · 4 comments

Comments

@robphoenix
Copy link

On Ubuntu 14.04 installing libsodium-dev did not work for me, I got an unable to find package result.

I installed it from this instead.

sudo add-apt-repository ppa:chris-lea/libsodium
sudo apt-get update && sudo apt-get install libsodium-dev
@fhunleth
Copy link
Collaborator

Thanks for figuring this out and letting me know. Do you know how official that ppa is?

@robphoenix
Copy link
Author

I don't, but in a quick google search it turns up in a few places, looks pretty legit, but I don't know a lot about these things.

https://launchpad.net/~chris-lea/+archive/ubuntu/libsodium
travis-ci/apt-source-safelist#145
https://paragonie.com/book/pecl-libsodium/read/00-intro.md

@robphoenix
Copy link
Author

It also appears as though libarchive-dev is now available through apt-get.

@fhunleth
Copy link
Collaborator

Closing this since .deb files are provided now. The .deb has a statically linked fwup that doesn't require libsodium or libarchive to be installed.

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