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

first draft of installing flox from its repo on debian and red hat documentation #33

Open
wants to merge 13 commits into
base: preview
Choose a base branch
from

Conversation

bryanhonof
Copy link
Member

@bryanhonof bryanhonof commented Sep 23, 2024

ghudgins and others added 12 commits September 9, 2024 16:55
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.
@floxbot floxbot added the documentation Improvements or additions to documentation label Sep 23, 2024
Copy link

@bryanhonof bryanhonof force-pushed the add-repo-installation-for-debian-and-red-hat branch from 7742563 to 6d51ca3 Compare September 23, 2024 11:28
Copy link

```


## 2. Installing from Flox's repository using “yum”
Copy link

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`:
Copy link

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.
Copy link

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.

Copy link

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.

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!

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

Successfully merging this pull request may close these issues.

8 participants