You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/docs/02_downloads.md

1.4 KiB

layout title permalink
page Downloads /downloads

The latest stable release is v{{ site.version }}.

The following options are available for installing lnav:

Linux

Download a statically linked 64-bit binary.

Install from the Snap Store:

$ sudo snap install lnav

MacOS

Download a statically linked 64-bit binary

Install using Homebrew:

$ brew install lnav

Source

Download the source and install any dependencies. The following commands will unpack the source tar ball, configure the build for your system, build, and then install:

$ tar xvfz lnav-{{site.version}}.tar.gz
$ cd lnav-{{site.version}}
$ ./configure
$ make
$ make install

GitHub

If you would like to contribute to the development of lnav, visit our page on GitHub.