_____ _ _____ _____ | | |_ ___ ___ _____ ___| | __| | --| | _| . | | -_| | |__ | |_____|_|_|_| |___|_|_|_|___|_____|_____| ---------------------------------------------------------------- Installing and using the "lagrange" browser in a Linux container ---------------------------------------------------------------- To begin, we must enable the Linux mode: 1 - Click the clock (bottom right corner) then the settings icon 2 - From the settings screen, scroll down to the bottom, click "About ChromeOS" 3 - Scroll down to the bottom, click "Linux Development Environment" (or it may say "Enable Linux Development Environment" 4 - Just click Next through the wizard, adjusting username and size as required Now that the Linux mode is enabled, you will be left in a Linux terminal bash prompt, now you are ready to configure the Linux environment and install Lynx browser 5 - First off, let's update the system with the following commands, just type them at the prompt and press ENTER sudo apt update && sudo apt upgrade -y This will update the Linux container, it may take some time to complete depending on your machine specs and internet connection 6 - Now, we need to install Flatpak as Lagrange is a Flatpak application, so next, run the following command: sudo apt install flatpak -y 7 - Once Flatpak is installed, we need to add the repository so next run the following command: flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo (make sure you put that all in one line, not split like above) 8 - Once the repo is installed, you need to restart the linux container for the change to take effect, to do this, right- click the Linux Terminal icon and choose "Shut Down Linux" 9 - Now, start the Linux container up again, click the Terminal icon, then click "penguin" to start the container 10 - Once the container is started (and you're at the bash prompt), run the following command: flatpak install flathub fi.skyjake.Lagrange -y This will install the Lagrange application 11 - Once the install is completed, the icon will appear in the "Linux Apps" group in the applications menu button. Enjoy burrowing the Gopher holes and even checking out some Gemini capsules.