strang1ato / nhi

:tv: Automatically capture all potentially useful information about each executed command (as well as its output) and get powerful querying mechanism
GNU General Public License v3.0
295 stars 11 forks source link

Is there any way to make this work on Ubuntu 20.04? #17

Closed nickchomey closed 2 years ago

strang1ato commented 2 years ago

@nickchomey Ubuntu 20.04 comes with linux kernel 5.4, however kernel 5.5+ is required by nhi. If you upgrade your kernel to 5.5+ then nhi should work fine.

You can check your kernel version by running: uname -r

nickchomey commented 2 years ago

Thanks. I think I will pass on this for now as I'd imagine that it could create problems to use a kernel that is not officially supported by Ubuntu. When the major packages that I use announce that they support 22.04, I'll upgrade and try nhi then.

strang1ato commented 2 years ago

@nickchomey I will start working on adding support to ubuntu 22.04 in the second half of may (when I will be less busy)