本文介绍了相当于Fedora上的packages.ubuntu.com的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是Fedora的新人,我想知道Fedora中是否有相当于 packages.ubuntu.com 通过名称或文件搜索包是非常方便的。

I'm new to Fedora and I would like to know if there is an equivalent of packages.ubuntu.com for Fedora? It's very convenient to search a package by name or file.

推荐答案

有PKGDB:

在包的详细信息中,您可以找到与包相关的所有内容,包括源代码,修补程序,错误,构建,更新,无论您想到什么:

In the detail of the package you can find everything related to the package, including source code, patches, bugs, builds, updates, whatever you can think of:

要搜索文件,从命令行使用DNF更方便:

To search for files, it is more convenient to use DNF from command line:

dnf provides /path/to/file

这篇关于相当于Fedora上的packages.ubuntu.com的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-24 06:23