-
Notifications
You must be signed in to change notification settings - Fork 67
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
[FeatureRequest] Separate out the pmm frontend into a package of its own. #261
Comments
It'll also be more easy for the development of pmm frontend as a discrete project, as more and more people be able to add options and its mapping to different package manager they know of, because of the smaller codebase it will depends to. |
The concept of having a common front end to all package manages makes it simpler to switch between distro and not worry about the specific command of the distro has to do general package managerment. |
In addition to the front-end flexibility The Bedrock Linux 0.8 roadmap includes a complete rewrite of |
Ping me up if any help is needed! I've been using and tinkering bedrock for about a month on my raspberry pi, nothing broken, great experience so far, got a fair bit of idea of this environment. I'm curious to know how complete rewrite of pmm would be 👀 |
If I remember I will reach out, but I'm likely to forget. I'm well equipped to manage the technical aspects of Bedrock, but I'm so greatly outnumbered by the community that I have difficulty tracking individuals. I'll almost certainly make public announcements about 0.8, e.g. when it's ready for public testing. If you keep an eye out for news either on the website or github you'll likely catch when things are ready for testing and be able to provide useful feedback then. |
The pmm frontend concept is quite useful not just in bedrock but also in the outside world too.
Sometimes we are familiar with certain package manager frontend, but sometimes we force-fully have to use some other distro/package-manager due to certain reasons, and we loose alot of time just by searching how another package manager work because the frontend supported by the distro is not in our taste.
Hence if the frontend used in pmm to mimic package manager of different distro be separated out into a minimal package of its own, it'll be quite useful!
Thanks for the consideration 😄
The text was updated successfully, but these errors were encountered: