ParaPara is a free and open source Linux image viewer. It is released under GNU General Public License v3.0. It comes with single, spread, and continuous display modes. It supports jpg, png, bmp, ico, gif and animated gifs files. It is fast and lightweight image viewer with zoom, resize, flip and rotate features.
Download ParaPara Image Viewer
Install ParaPara on Ubuntu Linux
ParaPara is available as a native .deb package file and flatpak from flathub. Download ParaPara in .deb file format from the above download link and save it on your Downloads folder. Open terminal command line application and run below command to install it. Here “com.github.aharotias2.parapara_3.2.7-1_all.deb” is the downloaded file name. you can chnage below command based on your file name.
sudo apt install ./Downloads/com.github.aharotias2.parapara_3.2.7-1_all.deb
After the installation open ParaPara from applications menu.
Install ParaPara via flatpak:
You need to install flatpak and flathub on your system and restart it after the installation. After that open terminal app and run below ParaPara flatpak installation command.
flatpak install flathub com.github.aharotias2.parapara
And start ParaPara using
flatpak run com.github.aharotias2.parapara
You can also uninstall it via
sudo flatpak uninstall com.github.aharotias2.parapara
That’s all.