Getting started with Linux on an Acer Chromebook R 13
Chromebook comes with the Stretch release of Debian Linux.
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
Chromebook Settings
- Turn on Linux on your Chromebook by going to Settings > Linux (Beta) > Turn on.
- 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
- What linux apps come with my Chromebook Acer R 13?
- Understanding the Linux Filesystem on your Chromebook
- Install linux software on a Chromebook Acer R 13
- Turn on GPU acceleration on Chromebooks
Comments
Post a Comment