How to Install libevt-dev software package in Ubuntu 17.04 (Zesty Zapus)

How to Install libevt-dev software package in Ubuntu 17.04 (Zesty Zapus)

libevt-dev software package provides Windows Event Log (EVT) format access library -- development files, you can install in your Ubuntu 17.04 (Zesty Zapus) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install libevt-dev 

libevt-dev is installed in your system.

Make ensure the libevt-dev package were installed using the commands given below,

$ sudo dpkg-query -l | grep libevt-dev *

You will get with libevt-dev package name, version, architecture and description in a table

libevt-dev package basic information:

Distro Ubuntu 17 04 zesty zapus
Section Library development
Package libevt-dev
Version 20160421-1
Description Windows Event Log (EVT) format access library -- development files
Sub Section libdevel


See Also, How to uninstall or remove libevt-dev software package from Ubuntu 17.04 (Zesty Zapus)?