执行setup,报错 -bash: setup: command not found

执行setup,报错。

[[email protected] ~]# setup
-bash: setup: command not found

出现这个问题的是因为没有安装setuptool软件

1.安装setuptool

[[email protected] ~]# yum install setuptool -y

2.安装系统服务管理

[[email protected] ~]# yum install ntsysv -y

3.安装setup中的防火墙设置

[[email protected] ~]# yum  install system-config-securitylevel-tui -y

4.安装setup中配套的网络设置

[[email protected] ~]# yum install system-config-network-tui -y

5.安装时区

[[email protected] ~]# yum  install system-config-date -y

6.安装setup工具配套的

[[email protected] ~]# yum  install authconfig-gtk -y

7.安装setup工具配套的键盘配置组件

[[email protected] ~]# yum  install system-config-keyboard -y

很好这回在输入setup 就不会报错了。

这个英文看着也不太舒服,哎,英文不好。那么我们怎么把英文改成中文呢。很简单。

1.设置setup中文,设置好了重启系统。

[[email protected] ~]# echo LANG="zh_CN.UTF-8" > /etc/sysconfig/i18n 

[[email protected] ~]# echo SUPPORTED="zh_CN.UTF-8:zh_CN:zh" >> /etc/sysconfig/i18n

[[email protected] ~]# echo SYSFONT="latarcyrheb-sun16" >> /etc/sysconfig/i18n

2.设置好了重启系统。看修改成中文了。

3.如果用的是xshell也将编码改为UTF-8

setup 命令中防火墙配置选项无法打开,出现下面错误

解决方法yum安装system-config-firewall system-config-firewall-tui dbus eggdbus

yum install -y system-config-firewall system-config-firewall-tui dbus eggdbus && service messagebus start

原文地址:http://blog.51cto.com/10642812/2071932

时间: 2024-10-10 08:29:46

执行setup,报错 -bash: setup: command not found的相关文章

Mac 执行 gulp 报错 -bash: gulp: command not found

在mac系统下安装gulp,之后执行gulp 报如下错误: -bash: gulp: command not found 回溯安装过程发现问题如下 1.执行 npm root: Applications/XAMPP/xamppfiles/htdocs/gulp/node_modules 以上路径说明npm只安装到了本地目录,需要执行如下命令更改npm目录: npm config set prefix /usr/local 再执行:npm root  结果:usr/local/lib/node_m

Linux 命令行报错 -bash: vi: command not found

Mac 下使用终端遇到了这个问题: appledeMacBook-Air:~ air$ vi .bash_profile -bash: vi: command not found 如图所示: 解决方法寻找中…… 这篇文章 Linux命令行报bash:.....:command not found的解决办法 介绍的方法能暂时用,但还未解决,继续摸索中…………

安装 MySQL报错 -bash: mysql: command not found

安装MySQL后(安装文件),不能直接在命令行中mysql. 因为命令行直接查找的是/usr/local/bin下边的命令,需要我们把mysql的命令放到.bash_profile中. vim ~/.bash_profile 添加:export PATH=$PATH:/usr/local/mysql/bin 保存,退出 重新启动(加载)bash_profile文件 source ~/.bash_profile 就可以了. # mysql -u root-bash: mysql: command

关于 在cygwin64 Terminal 输入 $ ssh ,却报错 -bash: ssh: command not found 的解决方案 !

1 1 1 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxx

Mac打开Terminal报错-bash : : command not found

问题描述: Mac系统在打开Terminal的时候,报错-bash : : command not found. 问题分析: 报错并不影响Terminal的使用,于是忽略不计.但是在修改.bash_profile文件后,为了使配置生效,使用source命令,也是报错-bash : : command not found. 开始以为是source命令找不到,将/bin加入到环境变量中,还是报这个错误. 问题陷入困境. 在网上搜索,发现大部分问题都类似是 -bash:nginx: command n

MySQL执行外部sql脚本文件命令报错:unknown command '\'

由于编码不一致导致的 虽然大部分导出是没有问题的 但是数据表中存储包含一些脚本(富文本内容)会出现该问题,强制指定编码即可解决. mysql导入时指定编码: mysql -u root -p --default-character-set=utf8 或者在导出时后显式指定编码就不存在这个问题了: mysqldump -uroot -p --default-character-set=utf8 mydb > E://xxxx.sql MySQL执行外部sql脚本文件命令报错:unknown com

python安装locustio报错error: invalid command 'bdist_wheel'的解决方法

locust--scalable user load testing tool writen in Python(是用python写的.规模化.可扩展的测试性能的工具) 安装locustio需要的环境条件是:Python2.6+,但是不支持Python3. 今天在cmd里运行pip install locustio,报错提示:error: invalid command 'bdist_wheel'. 原因:pip和setuptools的版本较低. 解决方案:升级pip和setuptools. 一

linux报错-bash: ./xx.sh: Permission denied

linux报错-bash: ./xx.sh: Permission denied 在linux下执行sh文件时提示: -bash: ./xx.sh: Permission denied 进行授权: chmod 777 xx.sh Linux chmod +755和chmod +777 区别: 755 代表用户对该文件拥有读,写,执行的权限, 同组其他人员拥有执行和读的权限,没有写的权限,其他用户的权限和同组人员权限一样. 777代表,user,group ,others ,都有读写和可执行权限.

eclipse下执行wordcount报错 java.lang.ClassNotFoundException 解决办法

eclipse下执行wordcount报错 java.lang.ClassNotFoundException 17/08/29 07:52:54 INFO Configuration.deprecation: fs.default.name is deprecated. Instead, use fs.defaultFS 17/08/29 07:52:54 WARN util.NativeCodeLoader: Unable to load native-hadoop library for y