-
-
Notifications
You must be signed in to change notification settings - Fork 553
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
Yum installation #430
Comments
Thank you for your issue! Looking at this search https://pkgs.org/download/tokei it doesn't appear to available on CentOS. I don't maintain any of the package mirrors, nor do I know what would be required to make available to @vRallev Relatedly I'm curious what you're using |
We run a job once a day to collect stats about our repository: how many modules do we have, what's their size, what's the cost to maintain them. Part of the size and cost are lines of code. Right now we use CLOC, but I'd rather use Tokei because it would reduce the time this job runs from 12 to 5min. |
@vRallev Interesting, you can always get a pre-built binary from GitHub releases, while waiting for |
I just ran into this issue on Centos 7 in 2022, so in case anyone else finds this from Google search like I did and wants to install it.. Being a rust program, you can install it on Centos from the command line: "cargo install tokei" (that requires rust/rustup/cargo to be installed and it installs by default as a user (instead of global) app, but those are easy issues). Thanks for a killer program. |
Is it possible to install Tokei with
yum
? Our CI machines only can useyum
and notdnf
.The text was updated successfully, but these errors were encountered: