kernelsauce / turbo

Turbo is a framework built for LuaJIT 2 to simplify the task of building fast and scalable network applications. It uses a event-driven, non-blocking, no thread design to deliver excellent performance and minimal footprint to high-load applications while also providing excellent support for embedded uses.
http://turbo.readthedocs.io/
Apache License 2.0
525 stars 84 forks source link

"luarocks remove" does not uninstall turbo #351

Open mesilliac opened 4 years ago

mesilliac commented 4 years ago

I installed turbo via sudo luarocks install turbo (as --local didn't work), then ran sudo luarocks remove turbo. It claimed turbo was removed, and luarocks list shows nothing, but all installed turbo files are still on my system.