`
sillycat
  • 浏览: 2539106 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

Yum on Linux System

阅读更多
Yum on Linux System

download the file
>wget http://www.parallels.com.cn/downloads/Prima/Tools/yum_forAS4.tar.gz

unzip the file
>tar zxvf yum_forAS4.tar.gz
>cd yum_forAS4

Install all the rpm packages
>sudo rpm -ivh *.rpm

copy the repo file to the right directory
>sudo cp CentOS-Base.repo /etc/yum.repos.d/

import the GPG key
>sudo rpm --import http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-4

try to download and install one software to test it.
>sudo yum install httpd-devel

references:
http://blog.csdn.net/wade23/article/details/5440633
http://peiyan.blog.51cto.com/344889/177666

分享到:
评论

相关推荐

    cvs operations on linux

    在Linux操作系统中,CVS(Concurrent Versions System)是一种广泛使用的版本控制系统,它允许开发者对源代码和其他文本文件进行版本管理。这篇博文“cvs operations on linux”将深入探讨在Linux环境下如何有效地...

    用yum安装+snort配置步骤

    本文将详细介绍如何在Linux环境下通过YUM工具安装Snort入侵检测系统(Intrusion Detection System, IDS),并进行基本配置。Snort是一款开源的网络入侵检测系统,能够实时分析网络流量并根据预设规则发现潜在的安全...

    Linux: Powerful Server Administration

    Get hands-on recipes to make the most of Ubuntu Server, CentOS 7 Linux Server and RHEL 7 Server About This Book Get Linux servers up and running in seconds, In-depth guide to explore new features and...

    解决On no!Something has gone wrong.

    在Linux系统中,"On no! Something has gone wrong." 是一个常见的错误提示,通常表示系统遇到了问题或有软件运行异常。解决这个问题需要一系列步骤,包括诊断错误来源、修复相关组件和确保系统的稳定运行。以下是...

    CUDA for Linux

    By following these steps, you will have successfully installed and verified the CUDA Toolkit on your Linux system, enabling you to leverage the power of parallel computing through CUDA.

    NovalIDE linux平台Python IDE

    How to install NovalIDE on linux? steps: 1.extract NovalIDE-x.x.x.tar.gz to lcoal 2.cd NovalIDE-x.x.x 3.install wxpython development tool on ubuntu or debian system: run: apt-get install python-wx...

    keeplived离线安装openssl-devel依赖包

    在linux系统centos6.5版本中安装keeplived时,需要安装penssl-devel依赖包,但是服务器是不允许连接外网(互联网)的,无法使用yum命令进行安装操作,所以本人研究了一下如何在离线状态下安装penssl-devel依赖包。...

    ubuntu_ Linux 3.x.x and 4.x.x version_CP210x驱动带源码

    and tested on the Linux 3.13.0 kernel on Ubuntu 14.04. This driver is a modified version of the existing driver in the Linux 3.13.0 kernel, which is maintained at kernel.org. It is recommened to use ...

    yum安装apache|php|mysql

    yum -y install httpd httpd-manual system-config-httpd httpd-devel # 设置 Apache 自启动 chkconfig --levels 235 httpd on # 启动 Apache 服务 /etc/init.d/httpd start ``` 安装完成后,Apache 也会被设置为...

    LINUX命令、编辑器与SHELL编程PDF.part01

    Sobell是多本UNIX和Linux畅销书的作者,著有Prentice Hall PTR出版社出版的A Prac-tical Guide to Red Hat Linux,Second Edition一书,以及Addison-Wesley出版社出版的A Practical Guide to UNIX System,Hands-on ...

    opencv-java安装Linux依赖包

    在Linux系统中安装OpenCV(Open Source Computer Vision Library)的Java版本,需要处理一系列依赖问题。OpenCV是一个强大的计算机视觉库,广泛应用于图像处理、机器学习等领域,支持多种编程语言,包括Java。以下是...

    linux 谷歌浏览器开机自启并全屏

    例如,在Systemd系统中,你可以创建一个systemd服务单元文件,比如`/etc/systemd/system/start_chrom.service`,内容如下: ```ini [Unit] Description=Start Chrome on Boot [Service] Type=simple ExecStart=/...

    LINUX命令、编辑器与SHELL编程PDF.part02.rar

    Sobell是多本UNIX和Linux畅销书的作者,著有Prentice Hall PTR出版社出版的A Prac-tical Guide to Red Hat Linux,Second Edition一书,以及Addison-Wesley出版社出版的A Practical Guide to UNIX System,Hands-on ...

    Redhat 使用CentOS的yum源进行升级或软件安装

    分类: linux 2012-07-19 15:54 1113人阅读 评论(0) 收藏 举报 Redhat默认的源不但速度不给力,而且软件版本陈旧,今天试着将Redhat默认源替换为CentOS的163源,发现速度能达到2M/s左右,而且版本都比较新,非常...

    linux NFS配置(5.x&6.x)

    在深入探讨Linux 5.x与6.x版本中NFS配置的区别之前,我们首先需要了解NFS(Network File System,网络文件系统)的基本概念及其在Linux系统中的重要作用。NFS允许一个系统在网络上共享目录和文件,通过网络可以从...

    Linux离线安装Nginx资源包

    sudo vi /etc/systemd/system/nginx.service ``` 在文件中添加如下内容: ```ini [Unit] Description=Nginx HTTP Server After=network.target [Service] User=root ExecStart=/usr/local/nginx/sbin/nginx ...

    如何配置linux下的snmp服务

    access myacl "any" "notwrite" "systemview" "" "" 192.168.1.0/24 -V systemonly # 日志配置 syslog facility local0 logto /var/log/snmpd.log # 视图配置 view all included .1.3.6.1.4.1.0 # 只允许查看根MIB...

    Linux下源码编译安装PostgreSQL过程与问题总结

    - **错误信息**:`Error when bootstrapping CMake: Cannot find appropriate C++ compiler on this system. Please` - **解决方法**:确保系统上已经安装了C++编译器,通常情况下`gcc`包含了C++编译器,如果未...

    linux系统时间修改及同步等

    首先,Linux系统中的时间分为硬件时钟(Hardware Clock)和系统时钟(System Clock)。硬件时钟是计算机主板上的实时时钟,即使系统关闭也会继续运行;而系统时钟是Linux内核中的时间,当系统启动时,它会从硬件时钟...

Global site tag (gtag.js) - Google Analytics