You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: