yun & apt
Posted eiguleo
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了yun & apt相关的知识,希望对你有一定的参考价值。
...占位
説明 | Redhat系 | Debian系 |
更新缓存 | yum makecache | apt-get update |
更新包 | yum update | apt-get upgrade |
检索包 | yum search | apt-cache search |
检索包内文件 | yum provides | apt-file search |
安装指定的包 | yum install | apt-get install |
删除指定的包 | yum remove | apt-get remove |
显示指定包的信息 | yum info | apt-cache show |
显示包所在组的一览 | yum grouplist | - |
显示指定包所在组的信息 | yum groupinfo | - |
安装指定的包组 | yum groupinstall | - |
删除指定的包组 | yum groupremove | - |
参考库的设定文件 | /etc/yum.repos.d/* | /etc/apt/sources.list |
安装完的包的列表 | rpm -qa | dpkg-query -l |
显示安装完的指定包的信息 | rpm -qi | apt-cache show |
安装完的指定包内的文件列表 | rpm -ql | dpkg-query -L |
安装完的包的信赖包的列表 | rpm -qR | apt-cache depends |
安装完的文件信赖的包 | rpm -qf | dpkg -S |
以上是关于yun & apt的主要内容,如果未能解决你的问题,请参考以下文章
Ubuntu修改Ubuntu的apt-get源为国内镜像源的方法
RPM 相当于 pacman -Syu 或 apt-get update && apt-get upgrade