i just installed linux on one of my machines, i downloaded yum...src.rpm and used the install commands that come with it:
["$RPM_BUILD_ROOT" != "/"] && rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
# install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/etc/yum.conf
# install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/etc/cron.daily/yum.cron
and i still dont have yum in my machine
i have tried the rpm cmd:
rpm -iv yum-2.6.0-1.src.rpm
but i get an error msg:
cannot write to %sourcedir /usr/src/redhat/SOURCE
currently on my /etc there are two folders with the word yum on them but collectively they have 7 files total
which other command do i need to run to install yum any assistance willbe greatly appreciated.
