OPERATING SYSTEMSOS Linux

Install Librewolf in Ubuntu 22.04 via Flatpak

We will install Librewolf using flatpak.
Note: A custom version of Firefox, focused on privacy, security and freedom.
Run these commands to install flatpak (they are probably already installed in your system as this was part of lab 2)
sudo apt install flatpak
sudo apt install gnome-software-plugin-flatpak
flatpak remote-add –if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
BTW: You can copy the commands from here: https://flatpak.org/setup/Ubuntu
Use this command to install librewolf via flatpak
flatpak install flathub io.gitlab.librewolf-community
To run the application use this command:
flatpak run io.gitlab.librewolf-community
After this command you will be able to run the app from the menu

Note This will take about 10 to 15 minutes

source

ubuntu