Biblioteca is a free and open source document viewer application for Linux. Using Biblioteca, you can browse and read GNOME documentation. The key features of Biblioteca include offline documentation access even without an internet connection, dark mode support, find the information with advanced fuzzy search functionality, mobile and adaptive design ensures a seamless experience across various devices and many more. It is released under GNU General Public License v3.0.
How to Install Biblioteca on Ubuntu
To install Biblioteca on your system, open the terminal application and run below Biblioteca flatpak install command.
flatpak install flathub app.drey.Biblioteca
And open Biblioteca using below command or via Show Apps from the Ubuntu dock.
flatpak run app.drey.Biblioteca
Note: If you don’t already have flatpak and flathub installed, please install them on your system using the commands provided below. After the installation, please restart your system.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
And you can also uninstall it using blow commands.
flatpak uninstall app.drey.Biblioteca
[OR]
sudo flatpak uninstall app.drey.Biblioteca