search
Homephp教程php手册yum命令,以及为eclipse安装php插件

yum是一个用于管理rpm包的后台程序,由python写成,可以非常方便的解决rpm的依赖关系, #yum list 列出资源库中特定的可以安装或更新以及已经安装的rpm包 # yum lsit perl* 列出perl开头的包 # yum list updates 列出所有可更新的rpm包 # yum list installed

yum是一个用于管理rpm包的后台程序,由python写成,可以非常方便的解决rpm的依赖关系,
        # yum list        列出资源库中特定的可以安装或更新以及已经安装的rpm包
        # yum lsit perl*       列出perl开头的包
        # yum list updates   列出所有可更新的rpm包
        # yum list installed   列出已经安装的所有的rpm包
        # yum info  perl*    列出资源库中perl开头的所有包的信息
        # yum info updates 列出所有可更新的rpm信息
        # yum info installed  列出已经安装的所有rpm包的信息
        #  yum info extras  列出所有已经安装但是不包含在资源库的rpm包信息

        #  yum search  perl             //在包名称、包描述等中搜索
        #  yum provides realplay     //搜索包含特定文件名的rpm包

         安装rpm包
         # yum install perl*        //安装perl开头的所有包
         删除rpm包,包括与该包有依赖性的包
         # yum remove perl*       //会删除perl-*所有包

        更新
        检查可更新的rpm包
         # yum check -update
         更新所有的rpm包
         # yum update
         更新指定的rpm包,与更新kernel和kernel source
         # yum update kernel kernel-source

         大版本的版本升级,与yum update不同的是,连旧的淘汰的包也升级
         #yum upgrade
        
         清空缓存
          # yum clean packages          清除暂存中rpm包文件
          # yum clean headers             清除暂存中rpm头文件
          # yum clean oldheader          清除暂存中旧的rpm头文件 
          # yum clean all                        清楚暂存中旧的rpm头文件和包文件

 ============================================================         

     "工欲善其事,必先利其器"。 命令行vi虽然很酷,但当要同时打开的文件一多就抓瞎,特别不利于项目管理。

     yum -y install eclipse        安装eclipse
     whereis eclipse
     eclipse: /usr/share/eclipse
     如果出现上面的东东说明安装成功了。
     但在运行eclipse时可能出现的报错:   An error has occurred. See the log file....
     运行:rpm -V icu4j-eclipse
     如果出现下面的错误,需要重装icu4j,

missing     /usr/lib/eclipse/features/com.ibm.icu_4.2.1.v20100412
missing     /usr/lib/eclipse/features/com.ibm.icu_4.2.1.v20100412/feature.xml
missing     /usr/lib/eclipse/plugins/com.ibm.icu.source_4.2.1.v20100412.jar
missing     /usr/lib/eclipse/plugins/com.ibm.icu_4.2.1.v20100412.jar
  yum -remove icu4j-eclipse 选择y,比较悲催的是elicpse关联都会被删,之前都白下半天了,所以建议先运行 yum install icu4j 。
再运行yum install eclipse,这样之后可运行eclipse。

 

     为eclise安装pdt(php插件)
            Help-->Install New Software --> Add --> Location:
           http://download.eclipse.org/technology/dltk/updates-dev/4.0-stable/
         Help-->Install New Software --> Add --> Location:
             http://download.eclipse.org/tools/pdt/updates/release

       http://phpeclipse.sourceforge.update/stable/1.2.x
        http://update.phpeclipse.net/update/stable/1.2.x

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
详解CentOS6.5使用yum升级gcc的步骤详解CentOS6.5使用yum升级gcc的步骤Dec 31, 2023 am 10:59 AM

因为需要用到C++11,但CentOS自带的gcc4.4.7不支持,所以决定升级gcc。操作如下:#备份mv/etc/yum.repos.d/devtools-2.repo/etc/yum.repos.d/devtools-2.repo.bakwgethttp://people.centos.org/tru/devtools-2/devtools-2.repo-O/etc/yum.repos.d/devtools-2.repoyuminstalldevtoolset-2-gccdevtoolse

centos离线安装中文版GitLabcentos离线安装中文版GitLabFeb 19, 2024 am 11:36 AM

1.下载gitlab安装包从【清华大学开源软件镜像站】下载最新中文版gitlab安装包,安装包里自带了简体中文汉化包。从【gitlab官网】下载gitlab最新安装包。2.安装gitlab以gitlab-ce-14.9.4-ce.0.el7.x86_64为例,将其上传至centos服务器使用yum安装gitlabyum-yinstallgitlab-ce-14.3.2-ce.0.el7.x86_64.rpm使用yum安装gityum-yinstallgit#安装git修改gitlab配置文件vi

怎么解决pip不是内部或外部命令问题怎么解决pip不是内部或外部命令问题Jan 01, 2021 pm 01:46 PM

解决pip不是内部或外部命令问题的方法:1、右键点击此电脑,打开属性;2、切换到高级栏目,点击环境变量选项;3、找到PATH变量,将pip所在路径添加到属性值中即可。

Linux包管理工具yum和apt有什么区别Linux包管理工具yum和apt有什么区别May 30, 2023 am 09:53 AM

一般来说著名的Linux系统基本上分两大类:RedHat系列:Redhat、Centos、Fedora等;Debian系列:Debian、Ubuntu等。yum(YellowdogUpdater,Modified)是一个在Fedora和RedHat以及SUSE中的Shell前端软件包管理器。apt(AdvancedPackagingTool)是一个在Debian和Ubuntu中的Shell前端软件包管理器。概述一般来说著名的Linux系统基本上分两大类:RedHat系列:Redhat、Cento

centos7+yum怎么删除phpcentos7+yum怎么删除phpJan 19, 2023 am 10:00 AM

centos7 yum删除php的方法:1、通过“php-v”查看PHP版本;2、使用“rpm -qa|grep php”查看已经安装的PHP相关扩展;3、通过执行“yum remove php”命令卸载php即可。

linux yum是什么工具linux yum是什么工具Feb 10, 2023 am 10:09 AM

在linux中,yum是一个专门为了解决包的依赖关系而存在的软件包管理器;yum是改进型的RPM软件管理器,它很好的解决了RPM所面临的软件包依赖问题。当管理员使用yum安装RPM包时,yum会先从服务器端下载包的依赖性文件,通过分析此文件从服务器端一次性下载所有相关的RPM包并进行安装。

linux怎么使用yum安装phplinux怎么使用yum安装phpJan 29, 2023 am 09:46 AM

linux使用yum安装php的方法:1、执行“mkdir /usr/local/php”命令;2、下载yum源的更新安装包;3、安装相关yum源安装包;4、通过“yum install”命令安装php即可。

分享基于 Python 的 强大Shell 语言和命令提示符分享基于 Python 的 强大Shell 语言和命令提示符Apr 11, 2023 pm 07:49 PM

Xonsh 是一种基于 Python 的、跨平台的、面向 Unix 的 shell 语言和命令提示符,它本质上是一个Python解释器,具有运行 Shell 命令的良好语法。因此,在熟悉的Shell环境中,您拥有Python的所有功能。适用于所有主要系统,包括 Linux、OSX 和 Windows。Bash 脚本对于小型或批量应用程序来说既快速又有效。Bash 的限制之一是它处理数学函数和浮点数。如果您是 Python 程序员,应该会非常喜欢,它拥有庞大的可用函数库。对于 Raspberry

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Hot Tools

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!