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

add function for installing with different package managers #811

Closed
BizarreBits opened this issue Jun 27, 2022 · 0 comments · Fixed by #812
Closed

add function for installing with different package managers #811

BizarreBits opened this issue Jun 27, 2022 · 0 comments · Fixed by #812
Assignees
Labels
bash related to bash shell or scripts scripts related to shell scripts (bash and CMD)

Comments

@BizarreBits
Copy link
Contributor

As a devonfw-ide user on Linux I want to install software without worrying if my package manager is supported. For that a function has to be added that automatically installs with the correct package manager for a given linux distribution.

This function needs to:

  • find the installed package manager
  • install the given packag(es)
  • return an error if no corresponding package could be found
  • return an error if the installed package manager is not supported
@BizarreBits BizarreBits self-assigned this Jun 27, 2022
@BizarreBits BizarreBits added scripts related to shell scripts (bash and CMD) bash related to bash shell or scripts labels Jun 27, 2022
@hohwille hohwille added this to the release:2022.04.004 milestone Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bash related to bash shell or scripts scripts related to shell scripts (bash and CMD)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants