XanaduNWH 发表于 2005-2-27 00:44:56

求助,yum无法安装

最新下载了一个yum-2.3.0.tar.gz文件,但是解压缩之后找不到可以安装的文件.没有configure.执行make提示noting to do.make install等等都不能用.
哪里有详细的安装步骤呀.哪位大侠提供一下.

sutie 发表于 2005-2-27 00:59:59

看看INSTALL怎么写的!
为什么不apt??
http://www.linuxsir.org/bbs/showthread.php?t=29628

XanaduNWH 发表于 2005-2-27 01:11:55

INSTALL写到make;make install

sutie 发表于 2005-2-27 01:29:20

INSTALL贴出来!

XanaduNWH 发表于 2005-2-27 11:52:57

------------------INSTALL----------------
For usage information, please see the README.

run make
run make install, if you're a masochist.

you're better off making an rpm and installing it
-----------------------------------------

----------------------------README------------------------------
-------------------------------------
Yum - an automatic updater and installer for rpm-based systems
-------------------------------------

Included programs:
/usr/bin/yum                Main program

Basic usage description follows:

Yum is run with one of the following options:

- update
        If run without any packages, Yum will automatically upgrade every
        currently installed package.If one or more packages are
        specified, Yum will only update the packages listed.

- install <package list>
        Yum will install the latest version of the specified package
        (don't specify version information).

- remove <package list>
        Yum will remove the specified packages from the system.

- yum list
      List available packages

hew 发表于 2005-2-27 12:06:43

还是用二进制包吧。

frank9090 发表于 2005-9-16 09:15:36

我也是这个问题,执行make时出现nothing to do,强行执行make install后执行yum,提示no modutils name yum

怎么解决啊

fox_eagle2003 发表于 2005-9-16 12:09:17

看过安装说明没有?

dmgldd 发表于 2006-1-21 13:10:41

下载了yum-2.4.2.tar.gz , [安装了RHEL4.0想用yum来升级]相关文件如下:

------------------INSTALL----------------
For usage information, please see the README.

run make
run make install, if you're a masochist.

you're better off making an rpm and installing it
-----------------------------------------
************************************************************
----------------------------README------------------------------
-------------------------------------
Yum - an automatic updater and installer for rpm-based systems
-------------------------------------

Included programs:
/usr/bin/yum Main program

Basic usage description follows:

Yum is run with one of the following options:

- update
If run without any packages, Yum will automatically upgrade every
currently installed package. If one or more packages are
specified, Yum will only update the packages listed.

- install <package list>
Yum will install the latest version of the specified package
(don't specify version information).

- remove <package list>
Yum will remove the specified packages from the system.

- yum list
List available packages

安装的问题于楼主一样,请高手给看看!

jozhu 发表于 2006-1-21 13:16:30

我想知道yum这个包里都有些什么文件,那位给张截图?可能存在其他安装脚本
页: [1]
查看完整版本: 求助,yum无法安装