$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Lubuntu on Chromebook – Step-by-step

March 13, 2022 | By the+gnu+linux+evangelist.

ChromeBook Installing Lubuntu – QuickStart Guide

[xyz-ihs snippet=”336AdTop”]

Hi! This Tutorial shows you Step-by-stepHow to Install Lubuntu GNU/Linux Desktop in a Chromebook Computer.

And theGNU/Linux Lubuntu Installation on a Chromebook is Easily achieved in 2 Main Steps:

  1. Enabling Chromebook Developer Mode to Access Shell

  2. Downloading and Running the Crouton Tool

How to Install Lubuntu GNU/Linux in Chromebook - Featured
  1. 1. Enabling Developer Mode

    So First, Enable Developer Mode on Chromebook

    ChromeBook Developer Setup Guide
    [xyz-ihs snippet=”234Ad1″]
  2. 2. Launching the Shell Emulator

    Open a CROSH Tab
    Ctrl+Alt+t on Desktop, Type “shell” and Hit
    (Again Press to Execute Commands…).

    How to Install Lubuntu GNU/Linux in Chromebook - Open Terminal Shell Emulator
    In case first see: Terminal QuickStart Guide.
[xyz-ihs snippet=”336Ad0″] [nextpage title=”Installing Lubuntu”] [xyz-ihs snippet=”336Ad1″]
  1. 3. Downloading Cruton

    Download Cruton Script

    Cruton Tool
    [xyz-ihs snippet=”234Ad2″]
  2. 4. Listing Available Linux Releases

    Now to List the Available Releases do:

    sh ~/Downloads/crouton -r list

    Use the “-r” Parameter in the below Command to Use a Custom Release…

  3. 5. Installing Lubuntu

    Now to Setup Lubuntu GNU/Linux Desktop in Chromebook
    Try to run:

    sudo sh -e ~/Downloads/crouton -t lxde-desktop

    On a Chromebook Pixel instead:

    sudo sh -e ~/Downloads/crouton -t touch,lxde-desktop

    Now Just follow the CLI Wizard and After Wait patiently During Downloading and Setting-up…

    Again to Target an Ubuntu OS Release use the “-r” Flag like:
    sudo sh -e ~/Downloads/crouton -r focal -t lxde-desktop
  4. 6. Running Lubuntu

    Finally, to Run Lubuntu OS in CromeBook:

    sudo startlxde

    And you Can Easily Switch Back and Forward between Lubuntu and ChromeOS simply with: +++ / +++.

    Finally, in case try to Check: gitHub Cruton Issues Page. How to Install Lubuntu GNU/Linux in Chromebook - Lubuntu Unity Desktop

So Now I’m truly Happy if My Guide could Help you to Install Lubuntu GNU/Linux in Chromebook!