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

Installation Failure with infisical-cli on Fedora 41 #2900

Open
viniciusnevescosta opened this issue Dec 19, 2024 · 0 comments
Open

Installation Failure with infisical-cli on Fedora 41 #2900

viniciusnevescosta opened this issue Dec 19, 2024 · 0 comments

Comments

@viniciusnevescosta
Copy link

Describe the bug

The installation script for infisical-cli fails to add the repository correctly due to an unsupported argument (--add-repo) in dnf config-manager. This results in the installation not proceeding and throwing errors.

To Reproduce

Steps to reproduce the behavior:

  1. Download the installation script infisical-infisical-cli_rpm.sh from the Infisical website.

  2. Make the script executable:

    sudo chmod +x infisical-infisical-cli_rpm.sh
  3. Run the installation script:

    sudo ./infisical-infisical-cli_rpm.sh
  4. Observe the error message related to --add-repo not being supported by dnf config-manager.

Expected behavior

The installation script should successfully add the repository to the package manager and proceed with the installation of infisical-cli.

Screenshots

Screenshot From 2024-12-19 15-55-09

Platform you are having the issue on:

  • OS: Fedora 41 (Workstation)
  • Architecture: x86_64
  • Package Manager: DNF 5.2.8.1

Additional context

  • The error occurs when dnf config-manager fails with the argument --add-repo, which is unsupported in DNF version 5.x.

  • I have already verified that the repository URL and setup script are correct.

  • The error message log includes:

    Unknown argument --add-repo for command config-manager. Add --help for more information about the arguments.
    Failed. Retrying command dnf config-manager --add-repo
    

Please let me know if you need additional information to resolve this issue.

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

No branches or pull requests

1 participant