https://support.google.com/chromebook/answer/3227606?hl=en
Try a hard reset only after other ways to fix the problem have failed. It will restart your Chromebook hardware (like your keyboard and touchpad), and might delete some files in your Downloads folder.
For most Chromebooks, follow the steps below:
- Turn off your Chromebook.
- Press and hold Refresh
+ tap Power
.
- When your Chromebook starts up, release Refresh
.
On tablets: Press the Volume Up and Power buttons for at least 10 seconds, then release them.
Press and hold the Power key for 3 seconds.
Before you can sign in another person, be sure you've added the second person to your Chromebook. Then follow these steps:
- Sign in to your Google Account.
- At the bottom right, select the time.
- Select your Google Account email.
- Select Sign in another user.
- You'll see a reminder to use the feature only with people you trust. Select OK.
- Pick a person, then enter their password. You can add up to 7 users.
Switching profiles is as easy as clicking on the profile picture in the system tray popup. But there is a keyboard shortcut as well. <Ctrl> + <Alt> + <Period> and <Ctrl> + <Alt> + <Comma> keyboard shortcuts.
https://support.google.com/chromebook/answer/177889- Select Settings
.
- Select Menu
About Chrome OS.
- Under "Google Chrome OS," you'll see which version of the Chrome operating system your Chromebook is using.
- Select Check for Updates.
- If your Chromebook finds a software update, it will start to download automatically.
- Scroll down and select About Chrome OS.
- Select Detailed build information.
- Next to "Channel," select Change channel.
- Pick a channel.
- Select Change Channel.
- If you're switching to a more experimental channel (Beta or Dev), your Chromebook will start to download an update, then ask you to restart your Chromebook.
- If you're switching to a more stable channel (Stable or Beta), click Change channel and Powerwash. When the update installs, click Relaunch and Powerwash. Everything will be deleted from your Chromebook, and you'll need to sign in with your Google Account again.
https://chromereleases.googleblog.com/
https://support.google.com/chromebook/answer/9145439
- Select Settings
.
- Under "Linux (Beta)," select Turn On.
sudo apt remove atom
https://www.aboutchromebooks.com/news/chromebooks-project-crostini-install-debian-apps-packages-in-chrome-os/
https://kmyers.me/blog/chromeos/getting-the-atom-text-editor-to-work-on-chromeos/
Lets start by accessing your Terminal via the “Terminal” application or Gnome Terminal to get into your virtual machine. Once you have the terminal open, simply run the following commands:
sudo apt-get update sudo apt-get install gconf2 gvfs-bin git wget curl wget https://atom.io/download/deb -O atom.deb sudo dpkg -i atom.deb sudo apt-get install -f rm atom.deb
sudo dpkg -r package_name