-
Notifications
You must be signed in to change notification settings - Fork 784
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
Package these tools for Linux distributions #99
Comments
I'm working on a cross-platform manager right now called webman and I'm implementing a feature to install package groups. Modern-unix will be the first group to add, so stay tuned. |
After lots of work, I've merged the Nearly all of the packages are supported, and those that aren't are easily installable with an Give it a go and let me know what you think! Here's the latest release. |
@spookyuser A big refactor to allow multiple package repos broke the |
Awesome thanks sm, seems to be working now. Btw great package :) |
The tools themselves should certainly be packaged (and most of them are in major Linux distros). But the idea to have a meta package that installs all of them is quite weird to me.
But since so many people seem to have an interest in this I created a meta package for openSUSE which will pull in all the tools. Installable via:
|
These tools are great. What I'd like to do is something like
apt install modern-unix
or
apt install modern-tools
...and then have them all available in my operating system.
What do you others think? Should someone start an initiative to create a package from these tools and put it to official Debian/Fedora/Arch/ repositories?
Maybe we could start by creating an universal package out of these (is this feasible for simple binaries?) or putting up an unofficial repository for these tools?
Is this repository a right place to propose this?
The text was updated successfully, but these errors were encountered: