`
wodamazi
  • 浏览: 1416517 次
文章分类
社区版块
存档分类
最新评论

Text size: Text size: smallText size: mediumText size: large In Linux, what is RPM, and how do I use it to install software?

 
阅读更多

RPM (RPM Package Manager) is a popular utility for installing software on Unix-like systems, particularly Red Hat Linux. The following is an example of how to use RPM:

  1. Log in as root , or use the su command to change to the root user at the workstation on which you want to install the software.
  2. Download the package you wish to install. The package will be named something like DeathStar0_42b.rpm .
  3. To install the package, enter the following command at the prompt: rpm -i DeathStar0_42b.rpm

    If you are upgrading from an earlier version of the software package, run RPM in upgrade mode, as in the following example: rpm -U DeathStar0_42b.rpm

For more information, see the RPM.org web site . You can also view the manual page on RPM using the following command:

man rpm

Note: Indiana University has a site license covering the use of Red Hat Enterprise Linux (RHEL) by students, faculty, and staff at IU. For details, see IU's software agreement with Red Hat .

At Indiana University, for personal or departmental Linux or Unix systems support, see At IU, how do I get support for Linux or Unix?

This is document aheo in domain all .
Last modified on May 13, 2009 .
分享到:
评论

相关推荐

    smalltext:Swift中基于Catalyst的微型文本编辑器

    这是对Catalyst(Mac Idiom)的现代重新构想,这是我从2000年至2001年为Mac开发的第一个项目之一,SmallText。 这只是出于娱乐目的,不能预期会起作用,它不是可用的产品,并且我不打算进一步开发它。 屏幕截图

    pygame游戏之旅 按钮上添加文字的方法

    本文为大家分享了pygame游戏之旅的第11篇,供大家参考,具体内容如下 定义一个button函数,将文字,颜色等作为参数。 def button (msg, x, y, w, h, ic, ac): mouse =pygame.mouse.get_pos() ... smallText = pyga

    关键字自动提取插件 for 帝国CMS 6.0.rar

    1.对所有模型,只要数据表有newstext或者smalltext的字段,都进行关键字分析 2.去掉无效的“,” 使用: 1.上传/e/extend/ 后台发布自动获取关键字: 2.替换/e/admin/ecmsinfo.php(或者自己对照着修改。推荐用...

    WelcomeScreenComponent-React-Native:这是React Native的可重用的欢迎屏幕组件

    WelcomeScreenComponent-React-Native 这是React ...道具清单和默认值largeText =“在这里写您的产品的简短描述...” largeTextColor =“黑色” largeTextSize = 25 smallText =“小文本在这里” smallTextColor =

    JS幻灯插件 for 帝国CMS.rar

    link href="' get_theme_csspath(cc) '" id="link_for_theme" rel="stylesheet" type="text/css" />');})();[removed] [removed][removed] b、在紧挨<body>下插入下面代码 [removed] var wr_Begin_...

Global site tag (gtag.js) - Google Analytics