Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update Red Hat/CentOS/Fedora wiki install commands from YUM to DNF#3870

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
Copilot wants to merge4 commits intolatest
base:latest
Choose a base branch
Loading
fromcopilot/update-installation-commands

Conversation

Copy link
Contributor

CopilotAI commentedOct 27, 2025
edited
Loading

DNF5 no longer supportsyum groupinstall and the'Development Tools' group name. Wiki installation instructions for Red Hat/CentOS/Fedora need updating.

Changes

  • UpdatedInstall-Homebridge-on-Red-Hat,-CentOS-or-Fedora-Linux.md with DNF commands:

    • yum installdnf install
    • yum groupinstall -y 'Development Tools'dnf group install -y 'development-tools'
  • Addedwiki-docs/README.md with instructions for applying changes to the wiki repository

Before/After

 # install additional dependencies-sudo yum install -y gcc-c++ make net-tools python2 python3+sudo dnf install -y gcc-c++ make net-tools python2 python3 # install build tools-sudo yum groupinstall -y 'Development Tools'+sudo dnf group install -y 'development-tools'

Note

The wiki is a separate repository. A maintainer will need to apply these changes tohomebridge.wiki manually. Seewiki-docs/README.md for details.

Original prompt

This section details on the original issue you should resolve

<issue_title>YUM deprecated & using DNF instead of yum</issue_title>
<issue_description>### Proposed Change

As of DNF5, theyum groupinstall command no longer works, and "Development Tools" is no longer valid.
Image
The fix for this is to change it fromsudo yum groupinstall -y 'Development Tools' tosudo dnf group install -y 'development-tools'.
YUM is also deprecated, and I fixed the commands to replace it with DNF:

# install additional dependenciessudo dnf install -y gcc-c++ make net-tools python2 python3# install build toolssudo dnf group install -y 'Development Tools'# test node is workingnode -v

Wiki Page Link

https://github.com/homebridge/homebridge/wiki/Install-Homebridge-on-Red-Hat%2C-CentOS-or-Fedora-Linux</issue_description>

Comments on the Issue (you are@copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our2 minute survey.

CopilotAIand others added3 commitsOctober 27, 2025 13:25
Co-authored-by: NorthernMan54 <19808920+NorthernMan54@users.noreply.github.com>
Co-authored-by: NorthernMan54 <19808920+NorthernMan54@users.noreply.github.com>
Co-authored-by: NorthernMan54 <19808920+NorthernMan54@users.noreply.github.com>
CopilotAI changed the title[WIP] Fix installation commands to use DNF instead of YUMUpdate Red Hat/CentOS/Fedora wiki install commands from YUM to DNFOct 27, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@NorthernMan54NorthernMan54Awaiting requested review from NorthernMan54

At least 1 approving review is required to merge this pull request.

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

YUM deprecated & using DNF instead of yum

2 participants

@NorthernMan54

[8]ページ先頭

©2009-2025 Movatter.jp