找回密码
 中文实名注册
查看: 176|回复: 0

树莓派 raspbian 常用的操作命令

[复制链接]

697

主题

1085

帖子

2万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
22883
发表于 2021-7-13 08:10:30 | 显示全部楼层 |阅读模式

复制代码

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

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 中文实名注册

本版积分规则

小黑屋|东台市机器人学会 ( 苏ICP备2021035350号-1;苏ICP备2021035350号-2;苏ICP备2021035350号-3 )

GMT+8, 2024-5-20 00:53 , Processed in 0.046880 second(s), 28 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表