|
复制代码
getconf LONG_BIT #查询版本位数
sudo reboot # 重启
sudo halt # 关机
sudo rpi-update #树莓派更新
sudo apt-get update #更新软件信息数据库
sudo apt-get upgrade #进行系统升级
sudo raspi-config #配置
ifconfig #显示联网信息,会返回有线网络和无线网络的MAC地址和IP地址状态
sudo apt-get install xrdp #WINDOWS的远程桌面连接树莓派服务
sudo apt-get install 软件名1 软件名2 软件名3…… #安装软件
sudo apt-get remove 软件名1 软件名2 软件名3…… #卸载软件
sudo apt-get remove –purge 软件名1 #卸载并清除配置
sudo apt-cache search 软件名1 软件名2 软件名3…… #搜索软件包
sudo apt-get install chromium-browser chromium-l10n #安装chrome
|
|
|