Apt
本站的apt for RHAS4 up4 已经开通了
import the key:
[shell]
rpm –import /usr/share/rhn/RPM-GPG-KEY
rpm –import http://apt.ourlinux.net/RPM-GPG-KEY-bixuan
[/shell]
install apt:
[shell]
rpm -Uvh http://apt.ourlinux.net/apt-0.5.15lorg3.2-8.i386.rpm
[/shell]
or
[shell]
wget -c http://apt.ourlinux.net/apt-0.5.15lorg3.2-8.i386.rpm
[/shell]
use the repo:
[shell]
cat > /etc/apt/sources.list << end
rpm http://apt.ourlinux.net as4.4/i386 os
end
[/shell]