在Chromebook上使用Linux
我在Chromebook上使用了Linux。
安装
设定 -> 开发者
操作系统的版本如下。
バージョン: 93.0.4522.0(Official Build)canary (64 ビット)
$ uname -a
Linux penguin 5.4.121-14987-gc13c5558aaab #1 SMP PREEMPT Wed May 26 08:20:13 PDT 2021 x86_64 GNU/Linux
$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
$ python3 --version
Python 3.7.3
$ bash --version
GNU bash, version 5.0.3(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.