CentOS
From Null-pointer
It seems that some of my issues I have been having with yum install stems from my repo set ups which have prevented yum working as it would in a normal situation.
Contents |
IP addresss
[root@localhost ~]# /sbin/ifconfig
RPMForge
- https://rpmrepo.org/RPMforge/Using
- http://wiki.centos.org/AdditionalResources/Repositories/RPMForge?action=show&redirect=Repositories%2FRPMForge
CentOS 4.6
iptables
flush the iptables for ssh access
[root@localhost ~]# iptables --flush
useful things to add
[root@localhost ~]# yum install gcc
-maybe better-
[root@localhost ~]# yum install gcc-c++
[root@localhost ~]# yum install openssl-devel
[root@localhost ~]# yum install mock
[root@localhost ~]# yum install rpm-build
Install RubyGems on CentOS 4
CentOS-Testing.repo
[root@localhost ~]# yum --enablerepo c4-testing install ruby
CentOS 5.3
useful things to add
[root@localhost ~]# yum install gcc-c++
[root@localhost ~]# yum install mock
[root@localhost ~]# yum install rpm-build
[root@localhost ~]# yum install python-setuptools
visudo
[root@localhost ~]# /usr/sbin/visudo [1]
References
- ↑ Shannon Eric Peevey. (19 Feb 2008). "CentOS - visudo" Retrieved 13 Jan 2011.

