-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Download debs instead of compiling from source #1479
Comments
Function credit: http://askubuntu.com/a/30581/91562 |
I think that it's an interesting idea, but it ultimately doesn't solve the problem that is all The only real solution I can offer is to scour for permalinks to individual |
I've run into issues with The Java frameworks specifically seem to assume
On the RPi2 with their flavor of Ubuntu 14.04
|
I think this can be closed for #1500 though I still think we're a ways away from that. I'm working on travis and toolset changes currently, and will see if I can start moving things toward distro agnostic installations. |
This will be much, much faster than compiling big projects from source, doesn't require sudo, and still installs everything into a prefix folder. I expect we can also find a version of this that works with rpm-based systems.
Turns out this is really easy to do. Here's a rough pattern:
Note that
apt-get download
does not also download dependencies. If you need to download dependencies too, use this apt command instead to download all the necessary deb files.Thoughts?
The text was updated successfully, but these errors were encountered: