-
Notifications
You must be signed in to change notification settings - Fork 1
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
first draft of installing flox from its repo on debian and red hat documentation #33
base: preview
Are you sure you want to change the base?
Conversation
Inspired by https://discourse.flox.dev/t/how-can-i-make-fish-my-default-shell-without-a-nest-of-shells/949/7 --------- Co-authored-by: Zach Mitchell <[email protected]>
Co-authored-by: Bryan Honof <[email protected]>
Co-authored-by: Zach Mitchell <[email protected]> Co-authored-by: Bryan Honof <[email protected]>
This is necessary on macOS and was just left out by mistake
… the all group (#21) Bumps the all group with 1 update: [trove-classifiers](https://github.com/pypa/trove-classifiers). Updates `trove-classifiers` from 2024.7.2 to 2024.9.12 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/trove-classifiers/commit/4e5d35f7a09b57f0a2b65a3dd471c001e5bc7478"><code>4e5d35f</code></a> Add Odoo 18 trove classifier (<a href="https://redirect.github.com/pypa/trove-classifiers/issues/187">#187</a>)</li> <li>See full diff in <a href="https://github.com/pypa/trove-classifiers/compare/2024.7.2...2024.9.12">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=trove-classifiers&package-manager=pip&previous-version=2024.7.2&new-version=2024.9.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This PR adds link validation to the build process.
🚀 Deployed on https://66f117a990f66d9524803a3d--floxdocs.netlify.app |
…cumentation Signed-off-by: barstoolbluz <[email protected]>
7742563
to
6d51ca3
Compare
🚀 Deployed on https://66f1514160bee9ec17630cf5--floxdocs.netlify.app |
``` | ||
|
||
|
||
## 2. Installing from Flox's repository using “yum” |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know how much we need to cover yum. RHEL8 came out in 2019 and had dnf
. RHEL7 is on "pay us stupid amounts of money to keep supporting it for 3 more years" zone now. And all Fedora systems are dnf
now.
Please see the above error message for a hint. | ||
``` | ||
|
||
I've tried manually creating an entry for the Flox repo in `/etc/zypp/repos.d/flox.repo`: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we do first person in docs?
|
||
## 4. Installing from Flox's repository on SUSE/OpenSUSE | ||
|
||
This should work, because OpenSUSE/SUSE use yum, but doesn't. The long story is that you can use `rpm` to install the GPG key and then use `yum` to add the repo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think they use zypper
which isn't yum. Zypper is built in libresolv
which dnf
also uses though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you need assistance on the SuSe stuff, we can pair on it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i thought i remembered zypper using yum to install rpm packages? happy to pair on this!
Refs: https://github.com/flox/floxdocs-old/pull/629