cat /proc/version
zhj001@zhj001-PC:~$ cat /proc/version
Linux version 5.10.60-amd64-desktop (deepin@wh-k8snode-70) (gcc (Uos 8.3.0.6-1+dde) 8.3.0, GNU ld (GNU Binutils for Uos) 2.31.1) #3 SMP Tue Nov 9 20:52:29 CST 2021
cat /etc/debian_version
zhj001@zhj001-PC:~$ cat /etc/debian_version
10.10
cat /etc/os-release
zhj001@zhj001-PC:~$ cat /etc/os-release
PRETTY_NAME="Deepin 20.3"
NAME="Deepin"
VERSION_ID="20.3"
VERSION="20.3"
ID=Deepin
HOME_URL="https://www.deepin.org/"
BUG_REPORT_URL="https://bbs.deepin.org/"
lsb_release -a
zhj001@zhj001-PC:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Deepin
Description: Deepin 20.3
Release: 20.3
Codename: n/a
uname -a
zhj001@zhj001-PC:~$ uname -a
Linux zhj001-PC 5.10.60-amd64-desktop #3 SMP Tue Nov 9 20:52:29 CST 2021 x86_64 GNU/Linux
uname -r
zhj001@zhj001-PC:~$ uname -r
5.10.60-amd64-desktop
screenfetch
如果提示没有先更新一下 apt-get
apt install screenfetch
就可以了