liblz4-tool software package provides Fast LZ compression algorithm library - tool, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install liblz4-tool
liblz4-tool is installed in your system.
Make ensure the liblz4-tool package were installed using the commands given below,
$ sudo dpkg-query -l | grep liblz4-tool *
You will get with liblz4-tool package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Utilities |
| Package | liblz4-tool |
| Version | 0.0~r114-2ubuntu1 |
| Description | Fast LZ compression algorithm library - tool |
| Sub Section | Utils |