netuse
netuse copied to clipboard
Please try to get this packaged for distributions.
Neat little tool, but I think you should get these shipped into distros so that updates can be handled via package managers instead of a github repository, and the script gets a proper place in /usr/bin
.
I see your point in having this in one of the repositories, but to be honest I've never packaged an application before (and ave no real motivation to learn that either :stuck_out_tongue: ) If you have some experience with it, then you are most welcome to do so!
What I can do though, is distribute this application via pip
So all the user would have to do is pip install netuse
and upgrades could be done easily too!
Sure, using pip is not a bad idea. Although, learning how to package it in an RPM or a .deb package really shouldn't be difficult either.