美文网首页
Debian 环境配置

Debian 环境配置

作者: 云石畅想 | 来源:发表于2020-01-08 13:26 被阅读0次

一、查看版本信息和内核信息

$ cat /proc/version
Linux version 4.19.0-6-amd64 (debian-kernel@lists.debian.org) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP Debian 4.19.67-2 (2019-08-28)

$ uname -a
Linux xxx 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2 (2019-08-28) 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/"


$ cat /etc/issue
Debian GNU/Linux 10 \n \l

$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 10 (buster)
Release:        10
Codename:       buster

二、vim 环境

安装支持python的vim
vim-nox: This package contains a version of vim compiled with support for scripting with Lua, Perl, Python 3, Ruby, and Tcl but no GUI.

相关文章

网友评论

      本文标题:Debian 环境配置

      本文链接:https://www.haomeiwen.com/subject/ttfsactx.html