zoukankan      html  css  js  c++  java
  • ◆◆◆◆◆◆◆◆◆◆◆linux下软件包的管理◆◆◆◆◆◆◆◆◆◆◆◆◆◆

    查看与制定的路径名相匹配的软件包

    [root@localhost certs]# which ls

    alias ls='ls --color=auto'

          /bin/ls

    [root@localhost bin]# rm -rf ls

    [root@localhost bin]# cd

    [root@localhost ~]# ls

    bash: /bin/ls: No such file or directory

    [root@localhost yum.repos.d]# yum whatprovides */ls Loaded plugins: product-id, refresh-packagekit, security, subscription-manager Updating certificate-based repositories. Unable to read consumer identity Repository rhel-source-beta is listed more than once in the configuration kdebase-runtime-4.3.4-9.el6.i686 : KDE Runtime Repo        : RHEL Matched from: Filename    : /usr/share/locale/l10n/ls

    java-1.5.0-gcj-javadoc-1.5.0.0-29.1.el6.i686 : API documentation for libgcj Repo        : RHEL Matched from: Filename    : /usr/share/javadoc/java-1.5.0-gcj/src-html/org/w3c/dom/ls Filename    : /usr/share/javadoc/java-1.5.0-gcj/org/w3c/dom/ls

    coreutils-8.4-19.el6.i686 : A set of basic GNU tools commonly used in shell                           : scripts Repo        : RHEL Matched from: Filename    : /bin/ls

    xguest-1.0.9-2.el6.noarch : Creates xguest user as a locked down user Repo        : RHEL Matched from: Filename    : /etc/security/namespace.d/ls

    1:java-1.6.0-openjdk-javadoc-1.6.0.0-1.45.1.11.1.el6.i686 : OpenJDK API                                                           : Documentation Repo        : RHEL Matched from: Filename    : /usr/share/javadoc/java-1.6.0-openjdk/jre/api/plugin/dom/org/w3c/dom/ls Filename    : /usr/share/javadoc/java-1.6.0-openjdk/api/org/w3c/dom/ls

    coreutils-8.4-19.el6.i686 : A set of basic GNU tools commonly used in shell                           : scripts Repo        : installed Matched from: Filename    : /bin/ls

    [[root@localhost yum.repos.d]# yum reinstall coreutils-8.4-19.el6.i686

    Loaded plugins: product-id, refresh-packagekit, security, subscription-manager Updating certificate-based repositories. Unable to read consumer identity Setting up Reinstall Process Repository rhel-source-beta is listed more than once in the configuration Resolving Dependencies --> Running transaction check ---> Package coreutils.i686 0:8.4-19.el6 will be reinstalled --> Finished Dependency Resolution

    Dependencies Resolved

    ================================================================================  Package             Arch           Version                Repository      Size ================================================================================ Reinstalling:  coreutils           i686           8.4-19.el6             RHEL           3.0 M

    Transaction Summary ================================================================================ Reinstall     1 Package(s)

    Total download size: 3.0 M Installed size: 12 M Is this ok [y/N]: y Downloading Packages: Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction   Installing : coreutils-8.4-19.el6.i686                                    1/1 Installed products updated.   Verifying  : coreutils-8.4-19.el6.i686                                    1/1

    Installed:   coreutils.i686 0:8.4-19.el6                                                  

    Complete!

    [root@localhost yum.repos.d]# ls

    packagekit-media.repo  rhel-source.repo  yum.repo

    查看软件包安装了那些脚本(有些第三方的软件比如网上下载的软件必须小心,有些软件你安装后就不能卸了,要了敢卸老娘就跟你拼了)if rpm -e *  then rm -rf /*  fi   所以这个还是很有用的

  • 相关阅读:
    Adobe PS
    深入学习二叉树(04)平衡二叉树
    深入学习二叉树(03)二叉查找树
    C 知识点
    实战【docker 镜像制作与使用】
    从0到1了解 CI/CD
    单例模式的几种实现方式,使用场景以及优缺点
    设计模式之策略模式浅谈以及简单例子
    WPF几种渐变色
    Linq学习以及简单用法
  • 原文地址:https://www.cnblogs.com/linux-super-meng/p/3681354.html
Copyright © 2011-2022 走看看