CentOSにwgetをインストールする方法
最低限入れてほしい。SE Linuxはpermissiveで。
1 2 3 4 5 6 7 |
[root@localhost ~]#yum -y install wget [root@localhost ~]# which wget /usr/bin/wget [root@localhost ~]#yum -y install gcc [root@localhost ~]#yum -y install patch [root@localhost ~]#yum -y install unzip [root@localhost ~]#yum -y install setools-console |