getconf LONG_BIT # 查看系统位数 uname -a # kernel 版本 /opt/vc/bin/vcgencmd version # firmware版本 strings /boot/start.elf | grep VC_BUILD_ID # firmware版本 cat /proc/version # kernel cat /etc/os-release # OS版本资讯 cat /etc/issue # Linux distro 版本 cat /etc/debian_version # Debian版本编号
# 安装软件sudo apt-get install xxx# 卸载软件sudo apt-get remove xxx# 清除无用软件包sudo apt-get autoremove# 更新软件源的软件包信息,在配置新的软件源后运行sudo apt-get update
wget http://ftp.cn.debian.org/debian/pool/main/a/apt/apt_1.4.9_amd64.deb
dpkg -i apt_1.4.9_amd64.deb