_____ _ _____ _____ | | |_ ___ ___ _____ ___| | __| | --| | _| . | | -_| | |__ | |_____|_|_|_| |___|_|_|_|___|_____|_____| ------------------------------------------------------------ Installing and using the "lynx" 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, let's install the Lynx browser, type the following command at the prompt, then press ENTER sudo apt install lynx -y This will install the Lynx browser, this may take a few minutes 7 - Now, Lynx is installed, so we can connect to the Gopher server with the following command lynx gopher://gopher.woodycool.uk This will connect you to the Gopher server From this point onwards, to access the Gopher server, just open the Linux mode by clicking the Terminal icon, then click Penguin. Once at the prompt, just repeat step 7 skipping all the above steps.