大家好,我是「Bigder」
Linux下使用yum命令安装程序,比如:安装git
1、安装前查看git是否已经安装「git -version」
-bash: git: command not found
2、「yum -y install git」参数-y代表安装过程不需要二次确认了。
3、安装成功后,再次使用「git -version」查看版本,已经安装成功了。
get了新指令、试试吧~
2分钟练习一个Linux常用指令
01、Linux怎么判断当前登录用户(网页端学习linux)
03、Linux查看端口是否被占用-没有自己的Linux服务器,网页上练习Linux命令(网页端学习linux)
07、Linux创建文件夹和展示目录(网页端学习linux)
08、Linux打包解压文件-Exiting with failure status due to previous errors
09、Linux关闭防火墙-iptables|iptable.service could not be found
11、Linux性能压测命令用ab- command not found、plugins: fastestmirror
软件测试基础知识
以上,
「Bigder」