dnf list命令用于列出系统上的所有来自软件库的可用软件包和所有已经安装在系统上的软件包。 dnf list或# dnf list all 3.6.6.6、 列出所有安装了的 RPM 包 dnf list installed该命令用于列出所有安装了的 RPM 包 3.6.6.7、 列出所有可供安装的 RPM 包 该命令用于列出来自所有可用软件库的可供安装的软件包(不...
|install | Install a single or multiple packages on your system | |upgrade | Upgrade a package or packages on your system | |upgrade-minimal | Upgrade, but only 'newest' package match which fixes a problem that affects your system | |list | List a package or groups of packages | |info...
I've read that red packages mean that they are no longer available through any installed repo. However, on my machine, all packages listed underdnf list --installedappear red. Is there any piece of documentation on the colors? Contributor ...
15.使用DNF移除于依赖无用的软件包(Orphan Packages): dnf autoremove 16.使用DNF移除缓存的软件包: dnf clean all 17.获得特定DNF命令的帮助: dnf help clean 18.列出所有DNF的命令和选项: dnf help 19.查看DNF执行的历史记录: dnf history 20.显示所有软件包组: dnf grouplist 21.使用DNF安装一个软件包组:...
When we are looking for a package or want to check if a package is already installed on our system, displaying a list of packages can be pretty helpful. So let’s look at how to get this information using thednfcommand. List All Packages ...
# dnf list or # dnf list all 仅列出RPMDB中已安装的软件包。 1 # dnf list installed 列出可用的软件包,但不包括已安装的软件包。 1 # dnf list available 以下命令查看是否安装了给定的软件包。如果是,它将显示类似下面的输出。否则,它将显示以下错误消息“Error: No matching packages to list” ...
list 列出一个或一组软件包 makecache 创建元数据缓存 mark 在已安装的软件包中标记或者取消标记由用户安装的软件包。 module 与模块交互。 provides 查找提供指定内容的软件包 reinstall 重装一个包 remove 从系统中移除一个或多个软件包 repolist 显示已配置的软件仓库 repoquery 搜索匹配关键字的软件包 repository-...
dnf list available Lists all the packages that are available to be installed in all enabled repositories. dnf searchstring Searches the package descriptions for the specified string. dnf providesfeature Finds the name of the package to which the specified file or feature belongs, for example: ...
List all packages in all enabled repositories that are available to install. dnf repolist List all enabled repositories on your system. dnf repolist --disabled List all disabled repositories on your system. dnf repolist --all List...
list available #列出所有可安装的RPM包info <package> #查看软件包详情provides <file> #查找某一文件的提供者install <package> #安装软件包及其所需的所有依赖update <package> #升级软件包remove <package> #删除软件包reinstall <package> #重新安装特定软件包distro-sync #更新软件包到最新的稳定发行版check-...