How to Install sxiv in Ubuntu 18.04



Install sxiv by entering the following commands in the terminal:

sudo apt update
sudo apt install sxiv

Description:

simple X image viewer

sxiv is an alternative to feh and qiv. Its only dependency besides xlib is imlib2. The primary goal for writing sxiv is to create an image viewer, which only has the most basic features required for fast image viewing. It works nicely with tiling window managers and its code base should be kept small and clean to make it easy for you to dig into it and customize it for your needs.

Homepage: https://github.com/muennich/sxiv

Version: 24-1

Section: universe/graphics