树莓派4 (2)修改

做~自己de王妃 提交于 2019-12-04 07:34:10
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

 

 

 

 

 

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!