-
Notifications
You must be signed in to change notification settings - Fork 3
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
Change installation for RPM and Deb to use yum/dnf and apt. #14
Comments
Need to explore:
|
@tomberek CentOS 7 uses
|
Apt on an Ubuntu LiveCD works with dpkg, but fails with
which seems related to:
Perhaps related to being on overlayfs or symbolic links in the tarball. |
Doing this with keys:
|
This should work now. These are likely more correct ways to use these tools. These are also more complicated than download and run the file. But they ARE tested! https://github.com/flox/flox-installers/pull/244/files#diff-46ba6075f63da0cb2a6b89e6834c5335ef0d63563a460a4f938242f0771ef654R29-R44 Deb
Yum
@stahnma go with something along these lines? thoughts? |
@stahnma is this something we can move forward on? |
#33 is related (or is this). |
We should walk the user through setting up a package repository to install flox (or at least have that as an option) since it would install dependencies and prompt for GPG key importation and such.
Note this could also mean modification of the uninstall procedures.
The text was updated successfully, but these errors were encountered: