OPNsense Forum

English Forums => Tutorials and FAQs => Topic started by: astromeier on April 05, 2019, 04:01:30 pm

Title: HowTo - LNAV installation (Ncurses Log Viewer)
Post by: astromeier on April 05, 2019, 04:01:30 pm
Dear all!
The GUI gives great views to the log files, but not the shell. (@OPNsense V19.1.4)

I missed my beloved LNAV (lnav.org (http://lnav.org)) - at freeBSD a port exists, but that wasn't installable via the OPNsense repo.

But i found my way:
Logged in as root:
Code: [Select]
cd ~
wget http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/lnav-0.8.4.txz
pkg add lnav-0.8.4.txz

I'm happy ;-)
Title: Re: HowTo - LNAV installation (Ncurses Log Viewer) update
Post by: astromeier on February 24, 2021, 08:52:24 pm
Hi!
For opnsense v 21.x:

If wget installation is needed:
Code: [Select]
pkg install wget

lnav installation:
Code: [Select]
cd ~
wget https://pkg.freebsd.org/FreeBSD:12:amd64/quarterly/All/lnav-0.9.0.txz
pkg add lnav-0.9.0.txz