Getting started with Linux on an Acer Chromebook R 13

Chromebook comes with the Stretch release of Debian Linux.

Chromebook Settings

  1. Turn on Linux on your Chromebook by going to Settings > Linux (Beta) > Turn on.
  2. Then launch the Terminal app.

Command line

In Terminal, check all the repositories to see if you need any updates.

sudo apt update
Check to see which of your packages are upgradable.

apt list --upgradable
Then type this to update them.

sudo apt upgrade
...
Do you want to continue? [Y/n]   y

Next steps

Source

Comments

Popular posts from this blog

How to run apache and a localhost on a Chromebook R 13

Install linux software on a Chromebook Acer R 13