If you download an update, you might need to restart your Chromebook. Update your packages. Open the Terminal app, and then run this command: sudo apt-get update && sudo apt-get dist-upgrade. Tip: You might need to restart your Chromebook for changes to take effect. Linux automatically ...
How to Use the Terminal to Install Apps If you've never used Linux before, the thought of having to use the Terminal to install applications can be a bit daunting. But don't fret---it's quite simple and uses a very common system called APT. To get started, let's update the apt p...
Chromebooks news, How-To guides, Linux on ChromeOS, Android, Gaming on ChromeOS, and lots more. Dedicated to ChromeOS.
Once you have Linux up and running on a Chromebook, it’s just a few simple steps to install LibreOffice.Here’s how to do that. Use an alternative browser on a Chromebook This use case ties in with my programming activities, but there are reasons that non-programmers might want a differ...
If you use the Linux Terminal regularly on your Chromebook, you must know these handy shortcuts to copy and paste commands. The best way to copy a line of command in Chrome OS is to just select it using the touchpad or mouse.Selecting the command will copyit automatically. No need to ...
The last step is to click 'Install' on the popup window. The setup process could take a while, depending on your internet connection. Feel free to grab a coffee while you wait. When it's done, a terminal window will appear, where you can begin typing commands. You can get to the te...
First of all, follow our guide toset up Linux on Chromebook. After that, launch the Terminal app from the app drawer. Then, execute this commandto update Linux packages. sudo apt update && sudo apt upgrade -y Now,click on this linktodownload the Steaminstallerfor your Chromebook. Similar ...
Open a Linux terminal by searching forTerminalin the ChromeOS launcher and choosingPenguin. Type outpwshand then press enter on your keyboard to launch PowerShell. You can now type out PowerShell commands! There's not much to PowerShell on ChromeOS, as it doesn't overwrite any existing termin...
Once Linux is enabled and the terminal window is set up, you can update and upgrade Linux on your Chromebook. Like on any other Debian-based distro, you can use the update and upgrade commands on your Chromebook. To update your machine, use: sudo apt update Let the update process complete...
There are two main options you can use to install Linux on your Chromebook. You can either create a dual-boot environment using chrx, an open-source project that replaces the now-defunct ChrUbuntu project, or in a chroot environment using Crouton. There is also a third option, which uses ...