両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン |
linux:commands:package_management [2025/02/09 12:20] – [dnf5 は Fedora 38 以降でパッケージ更新を高速化できる😍] ともやん | linux:commands:package_management [2025/03/29 20:06] (現在) – [パッケージ管理] ともやん |
---|
<html> | <html> |
<style> | <style> |
.wrap_mintbl_code table .wrap_color_term { | .dokuwiki div.wrap_mintbl table td { |
| vertical-align: top; |
| padding: .3em; /* bootstrap fix */ |
| } |
| .dokuwiki div.wrap_mintbl table div.wrap_color_command { |
margin: 0; | margin: 0; |
padding: .5em; | padding: .5em; |
} | } |
.wrap_mintbl_code table .wrap_color_command pre { | .dokuwiki div.wrap_mintbl table div.wrap_color_command pre { |
padding: 0; | padding: 0; |
margin: 0 0 2px 0; | margin: 0 0 2px 0; |
</script> | </script> |
</html> | </html> |
<WRAP mintbl_code> | <WRAP mintbl> |
^ 操作 ^ Fedora ^ Ubuntu ^ | ^ 操作 ^ Fedora ^ Ubuntu ^ |
| インストール | <WRAP color_term><WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:single">sudo</u></font> <font color="#26A269">dnf</font> install package_name</pre></html></WRAP></WRAP> | <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>sudo apt</b> update | | インストール | <WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:single">sudo</u></font> <font color="#26A269">dnf</font> install package_name</pre></html></WRAP> | <WRAP color_command><html><pre><font color="#FF5F00"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:single">sudo</u></font> <font color="#26A269">apt</font> update |
<b class=GRN>$</b> <b class=HIY>sudo apt</b> install package_name</pre></html></WRAP></WRAP> | | <font color="#FF5F00"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:single">sudo</u></font> <font color="#26A269">apt</font> install package_name</pre></html></WRAP> | |
| アップデート | <WRAP color_term><WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:single">sudo</u></font> <font color="#26A269">dnf</font> update</pre></html></WRAP></WRAP> <WRAP color_term><WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:single">sudo</u></font> <font color="#26A269">dnf</font> update package_name</pre></html></WRAP></WRAP> | <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>sudo apt</b> update | | アップデート | <WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:single">sudo</u></font> <font color="#26A269">dnf</font> update</pre></html></WRAP> <WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:single">sudo</u></font> <font color="#26A269">dnf</font> update package_name</pre></html></WRAP> | <WRAP color_command><html><pre><font color="#FF5F00"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:single">sudo</u></font> <font color="#26A269">apt</font> update |
<b class=GRN>$</b> <b class=HIY>sudo apt</b> upgrade package_name</pre></html></WRAP></WRAP> | | <font color="#FF5F00"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:single">sudo</u></font> <font color="#26A269">apt</font> upgrade package_name</pre></html></WRAP> | |
| アンインストール | <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>sudo dnf</b> remove package_name</pre></html></WRAP></WRAP> | <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>sudo apt</b> remove package_name</pre></html></WRAP></WRAP> | | | アンインストール | <WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:single">sudo</u></font> <font color="#26A269">dnf</font> remove package_name</pre></html></WRAP> | <WRAP color_command><html><pre><font color="#FF5F00"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:single">sudo</u></font> <font color="#26A269">apt</font> remove package_name</pre></html></WRAP> | |
| インストール済\\ パッケージの一覧表示 | <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>dnf</b> list installed</pre></html></WRAP></WRAP> <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>dnf</b> list *package_name*</pre></html></WRAP></WRAP> <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>dnf</b> <b class=HIK>-qa</b></pre></html></WRAP></WRAP> <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>dnf</b> -qa | <b class=HIY>grep</b> package_name</pre></html></WRAP></WRAP> | <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>dpkg</b> <b class=HIK>-l</b></pre></html></WRAP></WRAP> <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>dpkg</b> <b class=HIK>-l</b> | <b class=HIY>grep</b> package_name</pre></html></WRAP></WRAP>\\ | | | インストール済\\ パッケージの一覧表示 | <WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269">dnf</font> list installed</pre></html></WRAP> <WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269">dnf</font> list *package_name*</pre></html></WRAP> <WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269">dnf</font> <font color="#A347BA">-qa</font></pre></html></WRAP> <WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269">dnf</font> -qa | <font color="#26A269">grep</font> package_name</pre></html></WRAP> | <WRAP color_command><html><pre><font color="#FF5F00"><b>$</b></font> <font color="#26A269">apt</font> list <font color="#A347BA">--installed</font></pre></html></WRAP> <WRAP color_command><html><pre><font color="#FF5F00"><b>$</b></font> <font color="#26A269">dpkg</font> <font color="#A347BA">-l</font></pre></html></WRAP> <WRAP color_command><html><pre><font color="#FF5F00"><b>$</b></font> <font color="#26A269">dpkg</font> <font color="#A347BA">-l</font> | <font color="#26A269">grep</font> package_name</pre></html></WRAP>\\ | |
| パッケージの検索 | <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>dnf</b> search package_name</pre></html></WRAP></WRAP> | <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>apt-cache</b> search package_name</pre></html></WRAP></WRAP> | | | パッケージの検索 | <WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269">dnf</font> search package_name</pre></html></WRAP> | <WRAP color_command><html><pre><font color="#FF5F00"><b>$</b></font> <font color="#26A269">apt-cache</font> search package_name</pre></html></WRAP> | |
| パッケージ内\\ ファイル一覧 | <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>dnf</b> repoquery <b class=HIK>-l</b> package_name</pre></html></WRAP></WRAP> <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>dnf</b> <b class=HIK>-ql</b> package_name</pre></html></WRAP></WRAP>|<WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>dpkg</b> <b class=HIK>-L</b> package_name</pre></html></WRAP></WRAP> | | | パッケージ内\\ ファイル一覧 | <WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269">dnf</font> repoquery <font color="#A347BA">-l</font> package_name</pre></html></WRAP> <WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269">dnf</font> <font color="#A347BA">-ql</font> package_name</pre></html></WRAP>|<WRAP color_command><html><pre><font color="#FF5F00"><b>$</b></font> <font color="#26A269">dpkg</font> <font color="#A347BA">-L</font> package_name</pre></html></WRAP> | |
| コマンドが含まれている\\ パッケージを調べる | <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>dnf</b> provides command_name</pre></html></WRAP></WRAP> | <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>sudo apt</b> install apt-file | | コマンドが含まれている\\ パッケージを調べる | <WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269">dnf</font> provides command_name</pre></html></WRAP> | <WRAP color_command><html><pre><font color="#FF5F00"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:single">sudo</u></font> <font color="#26A269">apt</font> install apt-file |
<b class=GRN>$</b> <b class=HIY>sudo apt-file</b> update | <font color="#FF5F00"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:single">sudo</u></font> <font color="#26A269">apt-file</font> update |
<b class=GRN>$</b> <b class=HIY>sudo apt-file</b> search command_name</pre></html></WRAP></WRAP> | | <font color="#FF5F00"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:single">sudo</u></font> <font color="#26A269">apt-file</font> search command_name</pre></html></WRAP> | |
| パッケージ依存関係の表示 | <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>dnf</b> deplist package_name</pre></html></WRAP></WRAP> | - | | | パッケージ依存関係の表示 | <WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269">dnf</font> deplist package_name</pre></html></WRAP> | - | |
| パッケージに依存している\\ パッケージを表示 | <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>dnf</b> <b class=HIK>-q --whatrequires</b> package_name</pre></html></WRAP></WRAP> | - | | | パッケージに依存している\\ パッケージを表示 | <WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269">dnf</font> <font color="#A347BA">-q --whatrequires</font> package_name</pre></html></WRAP> | - | |
| 一時的に\\ リポジトリを有効化 | <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>sudo dnf</b> <b class=HIK>--enablerepo</b>=remi install package_name</pre></html></WRAP></WRAP> | - | | | 一時的に\\ リポジトリを有効化 | <WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:single">sudo</u></font> <font color="#26A269">dnf</font> <font color="#A347BA">--enablerepo</font>=remi install package_name</pre></html></WRAP> | - | |
| 一時的に\\ リポジトリを無効化 | <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>sudo dnf</b> <b class=HIK>--disablerepo</b>=remi install package_name</pre></html></WRAP></WRAP> | - | | | 一時的に\\ リポジトリを無効化 | <WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:single">sudo</u></font> <font color="#26A269">dnf</font> <font color="#A347BA">--disablerepo</font>=remi install package_name</pre></html></WRAP> | - | |
| グループリスト表示 | <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>dnf</b> grouplist</pre></html></WRAP></WRAP>インストール可能なグループ一覧を英語で取得する<WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>bash</b> <b class=HIK>-c</b> 'LANG=C;dnf grouplist'</pre></html></WRAP></WRAP>\\ <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>dnf</b> grouplist hidden</pre></html></WRAP></WRAP>インストール可能なグループ一覧を英語で取得する<WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>bash</b> <b class=HIK>-c</b> 'LANG=C;dnf grouplist hidden'</pre></html></WRAP></WRAP> | - | | | グループリスト表示 | <WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269">dnf</font> grouplist</pre></html></WRAP>インストール可能なグループ一覧を英語で取得する<WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269">bash</font> <font color="#A347BA">-c</font> 'LANG=C;dnf grouplist'</pre></html></WRAP>\\ <WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269">dnf</font> grouplist hidden</pre></html></WRAP>インストール可能なグループ一覧を英語で取得する<WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269">bash</font> <font color="#A347BA">-c</font> 'LANG=C;dnf grouplist hidden'</pre></html></WRAP> | - | |
| グループ\\ インストール | <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>sudo dnf</b> groupinstall "X Window System"</pre></html></WRAP></WRAP> | - | | | グループ\\ インストール | <WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:single">sudo</u></font> <font color="#26A269">dnf</font> groupinstall "X Window System"</pre></html></WRAP> | - | |
| GUI パッケージ管理(旧) | <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>yumex</b></pre></html></WRAP></WRAP> | <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>software-center</b></pre></html></WRAP></WRAP> | | | GUI パッケージ管理(旧) | <WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269">yumex</font></pre></html></WRAP> | <WRAP color_command><html><pre><font color="#FF5F00"><b>$</b></font> <font color="#26A269">software-center</font></pre></html></WRAP> | |
| GUI パッケージ管理(新) | <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>dnfdragora</b></pre></html></WRAP></WRAP> | <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>software-center</b></pre></html></WRAP></WRAP> | | | GUI パッケージ管理(新) | <WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269">dnfdragora</font></pre></html></WRAP> | <WRAP color_command><html><pre><font color="#FF5F00"><b>$</b></font> <font color="#26A269">software-center</font></pre></html></WRAP> | |
| キャッシュクリア | <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>sudo dnf</b> clean all</pre></html></WRAP></WRAP> | | | | キャッシュクリア | <WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:single">sudo</u></font> <font color="#26A269">dnf</font> clean all</pre></html></WRAP> | | |
</WRAP> | </WRAP> |
| |
===== dnf / yum 比較 ===== | ===== dnf / yum 比較 ===== |
<WRAP mintbl_code> | <WRAP mintbl> |
^ 操作 ^ dnf ^ yum ^ | ^ 操作 ^ dnf ^ yum ^ |
| ソースのダウンロード | <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>dnf</b> download <b class=HIK>--source</b> samba</pre></html></WRAP></WRAP> | <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>yumdownloader</b> <b class=HIK>--source</b> samba</pre></html></WRAP></WRAP> | | | ソースのダウンロード | <WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269">dnf</font> download <font color="#A347BA">--source</font> samba</pre></html></WRAP> | <WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269">yumdownloader</font> <font color="#A347BA">--source</font> samba</pre></html></WRAP> | |
| リポジトリ同期 | <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>dnf</b> <b class=HIY>reposync</b></pre></html></WRAP></WRAP> | <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>reposync</b></pre></html></WRAP></WRAP> | | | リポジトリ同期 | <WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269">dnf</font> reposync</pre></html></WRAP> | <WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269">reposync</font></pre></html></WRAP> | |
| ビルドに必要なパッケージの\\ インストール | <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>sudo dnf</b> builddep samba.spec</pre></html></WRAP></WRAP> | <WRAP color_term><WRAP color_command><html><pre><b class=GRN>$</b> <b class=HIY>sudo yum-builddep</b> samba.spec</pre></html></WRAP></WRAP> | | | ビルドに必要なパッケージの\\ インストール | <WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:solid">sudo</u></font> <font color="#26A269">dnf</font> builddep samba.spec</pre></html></WRAP> | <WRAP color_command><html><pre><font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:solid">sudo</u></font> <font color="#26A269">yum-builddep</font> samba.spec</pre></html></WRAP> | |
</WRAP> | </WRAP> |
| |
===== キャッシュのキープ ===== | dnf5 で builddep を使用する場合...🤔\\ |
Dnf の場合 | ※要インストール ''dnf5-command(builddep)''😉\\ |
<WRAP color_term> | <WRAP color_term> |
<WRAP color_command><html><pre> | <WRAP color_command><html><pre> |
$ sudo vi /etc/dnf/dnf.conf | <font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:solid">sudo</u></font> <font color="#26A269">dnf</font> install <font color="#A347BA">-y</font> <font color="#A2734C">'dnf5-command</font><font color="#2A7BDE"><b>(</b></font><font color="#A2734C">builddep</font><font color="#2A7BDE"><b>)</b></font><font color="#A2734C">'</font> |
| </pre></html></WRAP> |
| <WRAP color_result_hlong><html><pre> |
| Updating and loading repositories: |
| Repositories loaded. |
| <b>Package </b> <b>Arch </b> <b>Version </b> <b>Repository </b> <b> Size</b> |
| Upgrading: |
| <font color="#26A269"> dnf5 </font> x86_64 <b>5.2.12.0-1.fc41 </b> updates 2.2 MiB |
| <font color="#7D7D7D"> replacing dnf5 x86_64 5.2.11.0-1.fc41 updates 2.2 MiB</font> |
| <font color="#26A269"> libdnf5 </font> x86_64 <b>5.2.12.0-1.fc41 </b> updates 3.6 MiB |
| <font color="#7D7D7D"> replacing libdnf5 x86_64 5.2.11.0-1.fc41 updates 3.5 MiB</font> |
| <font color="#26A269"> libdnf5-cli </font> x86_64 <b>5.2.12.0-1.fc41 </b> updates 883.4 KiB |
| <font color="#7D7D7D"> replacing libdnf5-cli x86_64 5.2.11.0-1.fc41 updates 883.1 KiB</font> |
| <font color="#26A269"> rpm </font> x86_64 <b>4.20.1-1.fc41 </b> updates 3.1 MiB |
| <font color="#7D7D7D"> replacing rpm x86_64 4.20.0-1.fc41 fedora 3.1 MiB</font> |
| <font color="#26A269"> rpm-libs </font> x86_64 <b>4.20.1-1.fc41 </b> updates 730.0 KiB |
| <font color="#7D7D7D"> replacing rpm-libs x86_64 4.20.0-1.fc41 fedora 725.9 KiB</font> |
| Installing: |
| <font color="#26A269"> dnf5-plugins </font> x86_64 5.2.12.0-1.fc41 updates 1.2 MiB |
| Installing dependencies: |
| <font color="#26A269"> dbus </font> x86_64 1:1.14.10-4.fc41 fedora 0.0 B |
| <font color="#26A269"> dbus-broker </font> x86_64 36-4.fc41 fedora 382.8 KiB |
| <font color="#26A269"> dbus-common </font> noarch 1:1.14.10-4.fc41 fedora 11.2 KiB |
| <font color="#26A269"> device-mapper </font> x86_64 1.02.199-4.fc41 fedora 348.2 KiB |
| <font color="#26A269"> device-mapper-libs </font> x86_64 1.02.199-4.fc41 fedora 414.7 KiB |
| <font color="#26A269"> elfutils-default-yama-scope </font> noarch 0.192-9.fc41 updates 1.8 KiB |
| <font color="#26A269"> elfutils-libelf </font> x86_64 0.192-9.fc41 updates 1.2 MiB |
| <font color="#26A269"> elfutils-libs </font> x86_64 0.192-9.fc41 updates 670.2 KiB |
| <font color="#26A269"> file-libs </font> x86_64 5.45-7.fc41 fedora 9.9 MiB |
| <font color="#26A269"> kbd </font> x86_64 2.6.4-4.fc41 fedora 1.5 MiB |
| <font color="#26A269"> kbd-legacy </font> noarch 2.6.4-4.fc41 fedora 567.1 KiB |
| <font color="#26A269"> kbd-misc </font> noarch 2.6.4-4.fc41 fedora 2.5 MiB |
| <font color="#26A269"> kmod </font> x86_64 33-1.fc41 fedora 235.5 KiB |
| <font color="#26A269"> libseccomp </font> x86_64 2.5.5-2.fc41 fedora 173.3 KiB |
| <font color="#26A269"> rpm-build-libs </font> x86_64 4.20.1-1.fc41 updates 210.7 KiB |
| <font color="#26A269"> systemd-pam </font> x86_64 256.12-1.fc41 updates 1.1 MiB |
| <font color="#26A269"> xkeyboard-config </font> noarch 2.42-2.fc41 fedora 6.5 MiB |
| Installing weak dependencies: |
| <font color="#26A269"> cryptsetup-libs </font> x86_64 2.7.5-1.fc41 fedora 2.3 MiB |
| <font color="#26A269"> diffutils </font> x86_64 3.10-8.fc41 fedora 1.6 MiB |
| <font color="#26A269"> elfutils-debuginfod-client </font> x86_64 0.192-9.fc41 updates 84.2 KiB |
| <font color="#26A269"> kmod-libs </font> x86_64 33-1.fc41 fedora 147.2 KiB |
| <font color="#26A269"> libbpf </font> x86_64 2:1.4.7-1.fc41 updates 402.5 KiB |
| <font color="#26A269"> libxkbcommon </font> x86_64 1.7.0-4.fc41 fedora 336.4 KiB |
| <font color="#26A269"> qrencode-libs </font> x86_64 4.1.1-8.fc41 fedora 160.9 KiB |
| <font color="#26A269"> systemd </font> x86_64 256.12-1.fc41 updates 16.4 MiB |
| <font color="#26A269"> systemd-networkd </font> x86_64 256.12-1.fc41 updates 2.1 MiB |
| <font color="#26A269"> systemd-resolved </font> x86_64 256.12-1.fc41 updates 671.1 KiB |
| <font color="#26A269"> systemd-udev </font> x86_64 256.12-1.fc41 updates 12.0 MiB |
| <font color="#26A269"> tpm2-tss </font> x86_64 4.1.3-3.fc41 fedora 1.6 MiB |
| |
| Transaction Summary: |
| Installing: 30 packages |
| Upgrading: 5 packages |
| Replacing: 5 packages |
| |
| Total size of inbound packages is 20 MiB. Need to download 20 MiB. |
| After this operation, 65 MiB extra will be used (install 75 MiB, remove 10 MiB). |
| [ 1/35] rpm-build-libs-0:4.20.1-1.fc41.x86_64 100% | 42.8 KiB/s | 98.8 KiB | 00m02s |
| [ 2/35] dnf5-plugins-0:5.2.12.0-1.fc41.x86_64 100% | 52.3 KiB/s | 454.1 KiB | 00m09s |
| [ 3/35] elfutils-libelf-0:0.192-9.fc41.x86_64 100% | 19.8 KiB/s | 207.3 KiB | 00m10s |
| [ 4/35] file-libs-0:5.45-7.fc41.x86_64 100% | 53.3 KiB/s | 762.0 KiB | 00m14s |
| [ 5/35] elfutils-libs-0:0.192-9.fc41.x86_64 100% | 34.4 KiB/s | 261.8 KiB | 00m08s |
| [ 6/35] elfutils-default-yama-scope-0:0.192-9.fc41.noarch 100% | 3.4 KiB/s | 12.4 KiB | 00m04s |
| [ 7/35] elfutils-debuginfod-client-0:0.192-9.fc41.x86_64 100% | 20.1 KiB/s | 46.3 KiB | 00m02s |
| [ 8/35] dbus-1:1.14.10-4.fc41.x86_64 100% | 2.3 KiB/s | 7.9 KiB | 00m03s |
| [ 9/35] libseccomp-0:2.5.5-2.fc41.x86_64 100% | 4.2 KiB/s | 70.2 KiB | 00m17s |
| [10/35] systemd-pam-0:256.12-1.fc41.x86_64 100% | 10.7 KiB/s | 397.5 KiB | 00m37s |
| [11/35] dbus-broker-0:36-4.fc41.x86_64 100% | 5.2 KiB/s | 171.7 KiB | 00m33s |
| [12/35] libxkbcommon-0:1.7.0-4.fc41.x86_64 100% | 61.5 KiB/s | 143.3 KiB | 00m02s |
| [13/35] systemd-0:256.12-1.fc41.x86_64 100% | 86.6 KiB/s | 5.5 MiB | 01m05s |
| [14/35] dbus-common-1:1.14.10-4.fc41.noarch 100% | 537.0 B/s | 14.7 KiB | 00m28s |
| [15/35] xkeyboard-config-0:2.42-2.fc41.noarch 100% | 53.7 KiB/s | 972.3 KiB | 00m18s |
| [16/35] libbpf-2:1.4.7-1.fc41.x86_64 100% | 27.2 KiB/s | 179.6 KiB | 00m07s |
| [17/35] kmod-libs-0:33-1.fc41.x86_64 100% | 11.6 KiB/s | 69.9 KiB | 00m06s |
| [18/35] device-mapper-libs-0:1.02.199-4.fc41.x86_64 100% | 80.5 KiB/s | 177.1 KiB | 00m02s |
| [19/35] device-mapper-0:1.02.199-4.fc41.x86_64 100% | 33.7 KiB/s | 136.8 KiB | 00m04s |
| [20/35] qrencode-libs-0:4.1.1-8.fc41.x86_64 100% | 69.4 KiB/s | 61.7 KiB | 00m01s |
| [21/35] cryptsetup-libs-0:2.7.5-1.fc41.x86_64 100% | 49.7 KiB/s | 532.7 KiB | 00m11s |
| [22/35] diffutils-0:3.10-8.fc41.x86_64 100% | 28.4 KiB/s | 405.4 KiB | 00m14s |
| [23/35] systemd-resolved-0:256.12-1.fc41.x86_64 100% | 55.4 KiB/s | 309.4 KiB | 00m06s |
| [24/35] kbd-0:2.6.4-4.fc41.x86_64 100% | 46.8 KiB/s | 414.7 KiB | 00m09s |
| [25/35] kmod-0:33-1.fc41.x86_64 100% | 32.8 KiB/s | 123.0 KiB | 00m04s |
| [26/35] systemd-networkd-0:256.12-1.fc41.x86_64 100% | 36.7 KiB/s | 718.5 KiB | 00m20s |
| [27/35] kbd-legacy-0:2.6.4-4.fc41.noarch 100% | 32.8 KiB/s | 573.6 KiB | 00m18s |
| [28/35] kbd-misc-0:2.6.4-4.fc41.noarch 100% | 52.9 KiB/s | 1.7 MiB | 00m32s |
| [29/35] tpm2-tss-0:4.1.3-3.fc41.x86_64 100% | 23.9 KiB/s | 411.5 KiB | 00m17s |
| [30/35] systemd-udev-0:256.12-1.fc41.x86_64 100% | 36.0 KiB/s | 2.3 MiB | 01m07s |
| [31/35] dnf5-0:5.2.12.0-1.fc41.x86_64 100% | 37.3 KiB/s | 829.2 KiB | 00m22s |
| [32/35] libdnf5-cli-0:5.2.12.0-1.fc41.x86_64 100% | 37.2 KiB/s | 353.2 KiB | 00m10s |
| [33/35] rpm-libs-0:4.20.1-1.fc41.x86_64 100% | 52.6 KiB/s | 312.0 KiB | 00m06s |
| [34/35] libdnf5-0:5.2.12.0-1.fc41.x86_64 100% | 38.9 KiB/s | 1.2 MiB | 00m32s |
| [35/35] rpm-0:4.20.1-1.fc41.x86_64 100% | 72.0 KiB/s | 549.6 KiB | 00m08s |
| ------------------------------------------------------------------------------------------------------------------ |
| [35/35] Total 100% | 111.1 KiB/s | 20.3 MiB | 03m07s |
| Running transaction |
| [ 1/42] Verify package files 100% | 99.0 B/s | 35.0 B | 00m00s |
| [ 2/42] Prepare transaction 100% | 238.0 B/s | 40.0 B | 00m00s |
| [ 3/42] Upgrading rpm-libs-0:4.20.1-1.fc41.x86_64 100% | 51.0 MiB/s | 731.5 KiB | 00m00s |
| [ 4/42] Installing elfutils-libelf-0:0.192-9.fc41.x86_64 100% | 58.5 MiB/s | 1.2 MiB | 00m00s |
| [ 5/42] Upgrading libdnf5-0:5.2.12.0-1.fc41.x86_64 100% | 64.7 MiB/s | 3.6 MiB | 00m00s |
| [ 6/42] Upgrading libdnf5-cli-0:5.2.12.0-1.fc41.x86_64 100% | 41.3 MiB/s | 887.3 KiB | 00m00s |
| [ 7/42] Upgrading dnf5-0:5.2.12.0-1.fc41.x86_64 100% | 20.8 MiB/s | 2.3 MiB | 00m00s |
| [ 8/42] Installing libbpf-2:1.4.7-1.fc41.x86_64 100% | 28.1 MiB/s | 403.4 KiB | 00m00s |
| [ 9/42] Installing kbd-misc-0:2.6.4-4.fc41.noarch 100% | 15.1 MiB/s | 2.6 MiB | 00m00s |
| [10/42] Installing kbd-legacy-0:2.6.4-4.fc41.noarch 100% | 6.8 MiB/s | 616.8 KiB | 00m00s |
| [11/42] Installing kbd-0:2.6.4-4.fc41.x86_64 100% | 14.7 MiB/s | 1.6 MiB | 00m00s |
| [12/42] Installing kmod-0:33-1.fc41.x86_64 100% | 18.0 MiB/s | 240.0 KiB | 00m00s |
| [13/42] Installing kmod-libs-0:33-1.fc41.x86_64 100% | 14.5 MiB/s | 148.3 KiB | 00m00s |
| [14/42] Installing xkeyboard-config-0:2.42-2.fc41.noarch 100% | 38.7 MiB/s | 6.5 MiB | 00m00s |
| [15/42] Installing dbus-common-1:1.14.10-4.fc41.noarch 100% | 82.1 KiB/s | 13.6 KiB | 00m00s |
| [16/42] Installing dbus-broker-0:36-4.fc41.x86_64 100% | 15.0 MiB/s | 385.3 KiB | 00m00s |
| [17/42] Installing dbus-1:1.14.10-4.fc41.x86_64 100% | 40.4 KiB/s | 124.0 B | 00m00s |
| [18/42] Installing libseccomp-0:2.5.5-2.fc41.x86_64 100% | 19.0 MiB/s | 175.2 KiB | 00m00s |
| [19/42] Installing systemd-pam-0:256.12-1.fc41.x86_64 100% | 43.4 MiB/s | 1.1 MiB | 00m00s |
| [20/42] Installing systemd-0:256.12-1.fc41.x86_64 100% | 23.0 MiB/s | 16.5 MiB | 00m01s |
| >>> Running post-install scriptlet: systemd-0:256.12-1.fc41.x86_64 |
| >>> Finished post-install scriptlet: systemd-0:256.12-1.fc41.x86_64 |
| >>> <font color="#A2734C">Scriptlet output: </font> |
| >>> <font color="#A2734C">Creating group 'systemd-journal' with GID 190. </font> |
| >>> <font color="#A2734C">Creating group 'systemd-oom' with GID 999. </font> |
| >>> <font color="#A2734C">Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 999 and GID 999. </font> |
| >>> <font color="#A2734C"> </font> |
| [21/42] Installing device-mapper-libs-0:1.02.199-4.fc41.x86_64 100% | 40.6 MiB/s | 415.8 KiB | 00m00s |
| [22/42] Installing device-mapper-0:1.02.199-4.fc41.x86_64 100% | 31.2 MiB/s | 351.8 KiB | 00m00s |
| [23/42] Installing cryptsetup-libs-0:2.7.5-1.fc41.x86_64 100% | 71.0 MiB/s | 2.3 MiB | 00m00s |
| [24/42] Installing elfutils-default-yama-scope-0:0.192-9.fc41.noarch 100% | 170.2 KiB/s | 2.0 KiB | 00m00s |
| [25/42] Installing elfutils-libs-0:0.192-9.fc41.x86_64 100% | 43.8 MiB/s | 672.1 KiB | 00m00s |
| [26/42] Installing file-libs-0:5.45-7.fc41.x86_64 100% | 112.9 MiB/s | 9.9 MiB | 00m00s |
| [27/42] Installing rpm-build-libs-0:4.20.1-1.fc41.x86_64 100% | 20.7 MiB/s | 211.5 KiB | 00m00s |
| [28/42] Installing dnf5-plugins-0:5.2.12.0-1.fc41.x86_64 100% | 24.9 MiB/s | 1.2 MiB | 00m00s |
| [29/42] Installing elfutils-debuginfod-client-0:0.192-9.fc41.x86_64 100% | 7.7 MiB/s | 86.5 KiB | 00m00s |
| [30/42] Installing systemd-udev-0:256.12-1.fc41.x86_64 100% | 8.3 MiB/s | 12.0 MiB | 00m01s |
| >>> Running post-install scriptlet: systemd-udev-0:256.12-1.fc41.x86_64 |
| >>> Finished post-install scriptlet: systemd-udev-0:256.12-1.fc41.x86_64 |
| >>> <font color="#A2734C">Scriptlet output: </font> |
| >>> <font color="#A2734C">Created symlink '/etc/systemd/system/dbus-org.freedesktop.home1.service' → '/usr/lib/systemd/system/systemd-ho</font> |
| >>> <font color="#A2734C">Created symlink '/etc/systemd/system/multi-user.target.wants/systemd-homed.service' → '/usr/lib/systemd/system</font> |
| >>> <font color="#A2734C">Created symlink '/etc/systemd/system/systemd-homed.service.wants/systemd-homed-activate.service' → '/usr/lib/s</font> |
| >>> <font color="#A2734C">Created symlink '/etc/systemd/system/dbus-org.freedesktop.oom1.service' → '/usr/lib/systemd/system/systemd-oom</font> |
| >>> <font color="#A2734C">Created symlink '/etc/systemd/system/multi-user.target.wants/systemd-oomd.service' → '/usr/lib/systemd/system/</font> |
| >>> <font color="#A2734C">Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-pstore.service' → '/usr/lib/systemd/system/s</font> |
| >>> <font color="#A2734C">Created symlink '/etc/systemd/system/multi-user.target.wants/remote-cryptsetup.target' → '/usr/lib/systemd/sys</font> |
| >>> <font color="#A2734C"> </font> |
| [31/42] Installing systemd-networkd-0:256.12-1.fc41.x86_64 100% | 12.8 MiB/s | 2.1 MiB | 00m00s |
| [32/42] Installing systemd-resolved-0:256.12-1.fc41.x86_64 100% | 13.2 MiB/s | 675.1 KiB | 00m00s |
| >>> Running post-install scriptlet: systemd-resolved-0:256.12-1.fc41.x86_64 |
| >>> Finished post-install scriptlet: systemd-resolved-0:256.12-1.fc41.x86_64 |
| >>> <font color="#A2734C">Scriptlet output: </font> |
| >>> <font color="#A2734C">Created symlink '/etc/systemd/system/dbus-org.freedesktop.resolve1.service' → '/usr/lib/systemd/system/systemd</font> |
| >>> <font color="#A2734C">Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-resolved.service' → '/usr/lib/systemd/system</font> |
| >>> <font color="#A2734C"> </font> |
| [33/42] Installing libxkbcommon-0:1.7.0-4.fc41.x86_64 100% | 4.1 MiB/s | 338.1 KiB | 00m00s |
| [34/42] Upgrading rpm-0:4.20.1-1.fc41.x86_64 100% | 13.7 MiB/s | 2.5 MiB | 00m00s |
| [35/42] Installing tpm2-tss-0:4.1.3-3.fc41.x86_64 100% | 32.3 MiB/s | 1.6 MiB | 00m00s |
| [36/42] Installing qrencode-libs-0:4.1.1-8.fc41.x86_64 100% | 15.9 MiB/s | 162.7 KiB | 00m00s |
| [37/42] Installing diffutils-0:3.10-8.fc41.x86_64 100% | 28.9 MiB/s | 1.6 MiB | 00m00s |
| [38/42] Removing dnf5-0:5.2.11.0-1.fc41.x86_64 100% | 2.1 KiB/s | 154.0 B | 00m00s |
| [39/42] Removing libdnf5-cli-0:5.2.11.0-1.fc41.x86_64 100% | 102.0 B/s | 23.0 B | 00m00s |
| [40/42] Removing libdnf5-0:5.2.11.0-1.fc41.x86_64 100% | 4.0 KiB/s | 37.0 B | 00m00s |
| [41/42] Removing rpm-0:4.20.0-1.fc41.x86_64 100% | 26.7 KiB/s | 273.0 B | 00m00s |
| [42/42] Removing rpm-libs-0:4.20.0-1.fc41.x86_64 100% | 4.0 B/s | 10.0 B | 00m02s |
| >>> Running trigger-install scriptlet: systemd-0:256.12-1.fc41.x86_64 |
| >>> Finished trigger-install scriptlet: systemd-0:256.12-1.fc41.x86_64 |
| >>> <font color="#A2734C">Scriptlet output: </font> |
| >>> <font color="#A2734C">Creating group 'systemd-coredump' with GID 998. </font> |
| >>> <font color="#A2734C">Creating user 'systemd-coredump' (systemd Core Dumper) with UID 998 and GID 998. </font> |
| >>> <font color="#A2734C">Creating group 'systemd-network' with GID 192. </font> |
| >>> <font color="#A2734C">Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192. </font> |
| >>> <font color="#A2734C">Creating group 'systemd-resolve' with GID 193. </font> |
| >>> <font color="#A2734C">Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193. </font> |
| >>> <font color="#A2734C">Creating group 'systemd-timesync' with GID 997. </font> |
| >>> <font color="#A2734C">Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. </font> |
| >>> <font color="#A2734C"> </font> |
| Complete! |
</pre></html></WRAP> | </pre></html></WRAP> |
<WRAP color_mincode> | |
<code autoconf> | |
[main] | |
gpgcheck=1 | |
installonly_limit=3 | |
clean_requirements_on_remove=true | |
keepcache=1 <- 追記する。 | |
</code></WRAP> | |
</WRAP> | </WRAP> |
| ===== キャッシュのキープ [keepcache] ===== |
| dnf5 の場合 |
| <WRAP color_term> |
| <WRAP color_command><html><pre> |
| <font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:solid">sudo</u></font> <font color="#26A269">dnf</font> config-manager setopt keepcache=true |
| <font color="#0087FF"><b>$</b></font> <font color="#26A269">bat</font> <font color="#A347BA">-p</font> <font color="#A347BA">-l</font> ini <u style="text-decoration-style:solid">/etc/dnf/dnf.conf</u> |
| </pre></html></WRAP> |
| <WRAP color_mincode><html><pre><font color="#75715E"># see `man dnf.conf` for defaults and possible options</font> |
| |
Yum の場合 | <font color="#F8F8F2">[</font><font color="#A6E22E">main</font><font color="#F8F8F2">]</font> |
| <font color="#F92672">timeout</font><font color="#F8F8F2">=</font><font color="#E6DB74">180</font> |
| <font color="#F92672">keepcache</font><font color="#F8F8F2">=</font><font color="#E6DB74">true</font> |
| </pre></html></WRAP> |
| </WRAP> |
| |
| dnf の場合 |
<WRAP color_term> | <WRAP color_term> |
<WRAP color_command><html><pre> | <WRAP color_command><html><pre> |
$ sudo vi /etc/yum.conf | <font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:solid">sudo</u></font> <font color="#26A269">nano</font> <u style="text-decoration-style:solid">/etc/dnf/dnf.conf</u> |
</pre></html></WRAP> | </pre></html></WRAP> |
<WRAP color_mincode> | <WRAP color_mincode><html><pre> |
<code autoconf> | <font color="#F8F8F2">[</font><font color="#A6E22E">main</font><font color="#F8F8F2">]</font> |
[main] | <font color="#F92672">gpgcheck</font><font color="#F8F8F2">=</font><font color="#E6DB74">1</font> |
cachedir=/var/cache/yum/$basearch/$releasever | <font color="#F92672">installonly_limit</font><font color="#F8F8F2">=</font><font color="#E6DB74">3</font> |
#keepcache=0 | <font color="#F92672">clean_requirements_on_remove</font><font color="#F8F8F2">=</font><font color="#E6DB74">true</font> |
keepcache=1 <- 1 に変更する。 | <font color="#F92672">keepcache</font><font color="#F8F8F2">=</font><font color="#E6DB74">true</font> <b class=DiYE>#<- 追記する</b> |
debuglevel=2 | </pre></html></WRAP> |
logfile=/var/log/yum.log | </WRAP> |
exactarch=1 | |
obsoletes=1 | |
gpgcheck=1 | |
plugins=1 | |
installonly_limit=3 | |
| |
# This is the default, if you make this bigger yum won't see if the metadata | yum の場合 |
# is newer on the remote and so you'll "gain" the bandwidth of not having to | <WRAP color_term> |
# download the new metadata and "pay" for it by yum not having correct | <WRAP color_command><html><pre> |
# information. | <font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:solid">sudo</u></font> <font color="#26A269">nano</font> /etc/yum.conf |
# It is esp. important, to have correct metadata, for distributions like | </pre></html></WRAP> |
# Fedora which don't keep old packages around. If you don't like this checking | <WRAP color_mincode_hlong><html><pre> |
# interupting your command line usage, it's much better to have something | <font color="#F8F8F2">[</font><font color="#A6E22E">main</font><font color="#F8F8F2">]</font> |
# manually check the metadata once an hour (yum-updatesd will do this). | <font color="#F92672">cachedir</font><font color="#F8F8F2">=</font><font color="#E6DB74">/var/cache/yum/$basearch/$releasever</font> |
# metadata_expire=90m | <font color="#75715E">#keepcache=0</font> |
| <font color="#F92672">keepcache</font><font color="#F8F8F2">=</font><font color="#E6DB74">1</font> <b class=DiYE><- 1 に変更する</b> |
| <font color="#F92672">debuglevel</font><font color="#F8F8F2">=</font><font color="#E6DB74">2</font> |
| <font color="#F92672">logfile</font><font color="#F8F8F2">=</font><font color="#E6DB74">/var/log/yum.log</font> |
| <font color="#F92672">exactarch</font><font color="#F8F8F2">=</font><font color="#E6DB74">1</font> |
| <font color="#F92672">obsoletes</font><font color="#F8F8F2">=</font><font color="#E6DB74">1</font> |
| <font color="#F92672">gpgcheck</font><font color="#F8F8F2">=</font><font color="#E6DB74">1</font> |
| <font color="#F92672">plugins</font><font color="#F8F8F2">=</font><font color="#E6DB74">1</font> |
| <font color="#F92672">installonly_limit</font><font color="#F8F8F2">=</font><font color="#E6DB74">3</font> |
| |
# PUT YOUR REPOS HERE OR IN separate files named file.repo | <font color="#75715E"># This is the default, if you make this bigger yum won't see if the metadata</font> |
# in /etc/yum.repos.d | <font color="#75715E"># is newer on the remote and so you'll "gain" the bandwidth of not having to</font> |
</code></WRAP> | <font color="#75715E"># download the new metadata and "pay" for it by yum not having correct</font> |
| <font color="#75715E"># information.</font> |
| <font color="#75715E"># It is esp. important, to have correct metadata, for distributions like</font> |
| <font color="#75715E"># Fedora which don't keep old packages around. If you don't like this checking</font> |
| <font color="#75715E"># interupting your command line usage, it's much better to have something</font> |
| <font color="#75715E"># manually check the metadata once an hour (yum-updatesd will do this).</font> |
| <font color="#75715E"># metadata_expire=90m</font> |
| |
| <font color="#75715E"># PUT YOUR REPOS HERE OR IN separate files named file.repo</font> |
| <font color="#75715E"># in /etc/yum.repos.d</font> |
| </pre></html></WRAP> |
</WRAP> | </WRAP> |
| |
===== パッケージ/パッケージ グループの一覧表示 [list] コマンド ===== | ===== パッケージ/パッケージ グループの一覧表示 [list] コマンド ===== |
| |
==== インストール済パッケージの一覧 [--installed] オプション ==== | ==== コマンドのヘルプを表示 [--help] オプション ==== |
<WRAP color_term> | <WRAP color_term> |
<WRAP color_command><html><pre> | <WRAP color_command><html><pre> |
$ dnf list --installed | <font color="#0087FF"><b>$</b></font> <font color="#26A269">dnf</font> list <font color="#A347BA">--help</font> |
</pre></html></WRAP> | </pre></html></WRAP> |
<WRAP color_result_long><html><pre> | <WRAP color_result><html><pre> |
インストール済みパッケージ | <b>Usage:</b> |
GeoIP.x86_64 1.6.12-6.fc31 @fedora | dnf5 [GLOBAL OPTIONS] list [OPTIONS] [ARGUMENTS] |
GeoIP-GeoLite-data.noarch 2018.06-4.fc31 @fedora | |
ImageMagick.x86_64 1:6.9.11.10-1.fc31.remi @remi | <b>Options: </b> |
ImageMagick-devel.x86_64 1:6.9.11.10-1.fc31.remi @remi | --showduplicates パッケージ最新バージョンだけでなく、すべてのバージョンを表示します。 |
ImageMagick-libs.x86_64 1:6.9.11.10-1.fc31.remi @remi | --installed インストール済みのパッケージを表示します。 |
LibRaw.x86_64 0.19.5-1.fc31 @fedora | --available 利用可能なパッケージを表示します。 |
NetworkManager.x86_64 1:1.20.10-1.fc31 @updates | --extras 既知のリポジトリに存在しない、システムにインストールされている追加パッケージの表示 |
NetworkManager-libnm.x86_64 1:1.20.10-1.fc31 @updates | します。 |
NetworkManager-team.x86_64 1:1.20.10-1.fc31 @updates | --obsoletes 既知のリポジトリにあるパッケージによって廃止された、システムにインストールされてい |
OpenEXR-devel.x86_64 2.3.0-4.fc31 @fedora | るパッケージを表示します。 |
OpenEXR-libs.x86_64 2.3.0-4.fc31 @fedora | --recent 最近リポジトリに追加されたパッケージを表示します。 |
PackageKit.x86_64 1.1.12-14.fc31 @updates | --upgrades インストール済みパッケージの利用可能な更新を表示します。 |
PackageKit-glib.x86_64 1.1.12-14.fc31 @updates | --autoremove "dnf autoremove" コマンドに削除されようなパッケージを表示します。 |
abattis-cantarell-fonts.noarch 0.111-3.fc31 @fedora | --updates Alias for '--upgrades' |
acl.x86_64 2.2.53-4.fc31 @fedora | |
adobe-mappings-cmap.noarch 20171205-6.fc31 @fedora | <b>Arguments: </b> |
adobe-mappings-cmap-deprecated.noarch 20171205-6.fc31 @fedora | specs 大文字小文字を区別せずに一致するキーのリスト |
adobe-mappings-pdf.noarch 20180407-4.fc31 @fedora | |
adobe-source-code-pro-fonts.noarch 2.030.1.050-7.fc31 @fedora | |
adwaita-cursor-theme.noarch 3.34.3-2.fc31 @updates | |
adwaita-icon-theme.noarch 3.34.3-2.fc31 @updates | |
alsa-lib.x86_64 1.2.2-2.fc31 @updates | |
alternatives.x86_64 1.11-5.fc31 @fedora | |
annobin.x86_64 8.78-4.fc31 @updates | |
apr.x86_64 1.7.0-2.fc31 @fedora | |
apr-devel.x86_64 1.7.0-2.fc31 @fedora | |
apr-util.x86_64 1.6.1-11.fc31 @fedora | |
apr-util-bdb.x86_64 1.6.1-11.fc31 @fedora | |
apr-util-devel.x86_64 1.6.1-11.fc31 @fedora | |
apr-util-openssl.x86_64 1.6.1-11.fc31 @fedora | |
aspnetcore-runtime-3.0.x86_64 3.0.0-5.fc31 @copr:copr.fedorainfracloud.org:group_dotnet-sig:dotnet | |
aspnetcore-targeting-pack-3.0.x86_64 3.0.0-5.fc31 @copr:copr.fedorainfracloud.org:group_dotnet-sig:dotnet | |
at-spi2-atk.x86_64 2.34.2-1.fc31 @updates | |
at-spi2-core.x86_64 2.34.0-1.fc31 @fedora | |
atk.x86_64 2.34.1-1.fc31 @fedora | |
audit.x86_64 3.0-0.15.20191104git1c2f876.fc31 @updates | |
audit-libs.x86_64 3.0-0.15.20191104git1c2f876.fc31 @updates | |
authselect.x86_64 1.1-4.fc31 @updates | |
authselect-libs.x86_64 1.1-4.fc31 @updates | |
autogen-libopts.x86_64 5.18.16-3.fc31 @fedora | |
avahi-libs.x86_64 0.7-20.fc31 @fedora | |
basesystem.noarch 11-8.fc31 @fedora | |
bash.x86_64 5.0.11-1.fc31 @updates | |
bind-libs.x86_64 32:9.11.14-2.fc31 @updates | |
bind-libs-lite.x86_64 32:9.11.14-2.fc31 @updates | |
bind-license.noarch 32:9.11.14-2.fc31 @updates | |
bind-utils.x86_64 32:9.11.14-2.fc31 @updates | |
binutils.x86_64 2.32-31.fc31 @updates | |
binutils-gold.x86_64 2.32-31.fc31 @updates | |
brotli.x86_64 1.0.7-6.fc31 @fedora | |
btrfs-progs.x86_64 5.6-1.fc31 @updates | |
bzip2.x86_64 1.0.8-1.fc31 @fedora | |
bzip2-devel.x86_64 1.0.8-1.fc31 @fedora | |
bzip2-libs.x86_64 1.0.8-1.fc31 @fedora | |
c-ares.x86_64 1.15.0-4.fc31 @fedora | |
ca-certificates.noarch 2020.2.40-1.1.fc31 @updates | |
cairo.x86_64 1.16.0-7.fc31 @updates | |
cairo-gobject.x86_64 1.16.0-7.fc31 @updates | |
cdparanoia-libs.x86_64 10.2-30.fc31 @fedora | |
certbot.noarch 1.3.0-1.fc31 @updates | |
checkpolicy.x86_64 2.9-2.fc31 @fedora | |
chkconfig.x86_64 1.11-5.fc31 @fedora | |
chromedriver.x86_64 80.0.3987.163-1.fc31 @updates | |
chromium-common.x86_64 80.0.3987.163-1.fc31 @updates | |
chromium-libs.x86_64 80.0.3987.163-1.fc31 @updates | |
chromium-libs-media.x86_64 80.0.3987.163-1.fc31 @updates | |
chrony.x86_64 3.5-4.fc31 @fedora | |
cmake.x86_64 3.17.1-1.fc31 @updates | |
cmake-data.noarch 3.17.1-1.fc31 @updates | |
cmake-filesystem.x86_64 3.17.1-1.fc31 @updates | |
cmake-rpm-macros.noarch 3.17.1-1.fc31 @updates | |
cockpit.x86_64 217-1.fc31 @updates | |
cockpit-bridge.x86_64 217-1.fc31 @updates | |
cockpit-dashboard.noarch 217-1.fc31 @updates | |
cockpit-networkmanager.noarch 217-1.fc31 @updates | |
cockpit-packagekit.noarch 217-1.fc31 @updates | |
cockpit-pcp.x86_64 217-1.fc31 @updates | |
cockpit-system.noarch 217-1.fc31 @updates | |
cockpit-ws.x86_64 217-1.fc31 @updates | |
colord-libs.x86_64 1.4.4-2.fc31 @fedora | |
compat-openssl10.x86_64 1:1.0.2o-8.fc31 @fedora | |
comps-extras.noarch 24-6.fc31 @fedora | |
coreutils.x86_64 8.31-9.fc31 @updates | |
coreutils-common.x86_64 8.31-9.fc31 @updates | |
cpio.x86_64 2.12-12.fc31 @fedora | |
cpp.x86_64 9.3.1-2.fc31 @updates | |
cracklib.x86_64 2.9.6-21.fc31 @fedora | |
cracklib-dicts.x86_64 2.9.6-21.fc31 @fedora | |
createrepo_c.x86_64 0.15.5-1.fc31 @updates | |
createrepo_c-libs.x86_64 0.15.5-1.fc31 @updates | |
crypto-policies.noarch 20191128-2.gitcd267a5.fc31 @updates | |
cryptsetup-libs.x86_64 2.3.0-1.fc31 @updates | |
cups-libs.x86_64 1:2.2.12-8.fc31 @updates | |
curl.x86_64 7.66.0-1.fc31 @fedora | |
cyrus-sasl.x86_64 2.1.27-3.fc31 @updates | |
cyrus-sasl-devel.x86_64 2.1.27-3.fc31 @updates | |
cyrus-sasl-lib.x86_64 2.1.27-3.fc31 @updates | |
dbus.x86_64 1:1.12.16-3.fc31 @fedora | |
dbus-broker.x86_64 21-6.fc31 @fedora | |
dbus-common.noarch 1:1.12.16-3.fc31 @fedora | |
dbus-daemon.x86_64 1:1.12.16-3.fc31 @fedora | |
dbus-libs.x86_64 1:1.12.16-3.fc31 @fedora | |
dbus-tools.x86_64 1:1.12.16-3.fc31 @fedora | |
dconf.x86_64 0.34.0-1.fc31 @fedora | |
deltarpm.x86_64 3.6.2-2.fc31 @fedora | |
device-mapper.x86_64 1.02.171-1.fc31 @updates | |
device-mapper-libs.x86_64 1.02.171-1.fc31 @updates | |
dhcp-client.x86_64 12:4.4.1-19.fc31 @updates | |
dhcp-common.noarch 12:4.4.1-19.fc31 @updates | |
diffutils.x86_64 3.7-3.fc31 @fedora | |
distribution-gpg-keys.noarch 1.38-1.fc31 @updates | |
dmidecode.x86_64 1:3.2-3.fc31 @fedora | |
dnf.noarch 4.2.21-1.fc31 @updates | |
dnf-data.noarch 4.2.21-1.fc31 @updates | |
dnf-plugins-core.noarch 4.0.15-1.fc31 @updates | |
dnf-utils.noarch 4.0.15-1.fc31 @updates | |
dotnet-apphost-pack-3.0.x86_64 3.0.0-5.fc31 @copr:copr.fedorainfracloud.org:group_dotnet-sig:dotnet | |
dotnet-host.x86_64 3.0.0-5.fc31 @copr:copr.fedorainfracloud.org:group_dotnet-sig:dotnet | |
dotnet-hostfxr-3.0.x86_64 3.0.0-5.fc31 @copr:copr.fedorainfracloud.org:group_dotnet-sig:dotnet | |
dotnet-runtime-3.0.x86_64 3.0.0-5.fc31 @copr:copr.fedorainfracloud.org:group_dotnet-sig:dotnet | |
dotnet-sdk-3.0.x86_64 3.0.100-5.fc31 @copr:copr.fedorainfracloud.org:group_dotnet-sig:dotnet | |
dotnet-targeting-pack-3.0.x86_64 3.0.0-5.fc31 @copr:copr.fedorainfracloud.org:group_dotnet-sig:dotnet | |
dotnet-templates-3.0.x86_64 3.0.100-5.fc31 @copr:copr.fedorainfracloud.org:group_dotnet-sig:dotnet | |
dracut.x86_64 050-26.git20200316.fc31 @updates | |
dracut-config-rescue.x86_64 050-26.git20200316.fc31 @updates | |
drpm.x86_64 0.4.1-1.fc31 @fedora | |
dwz.x86_64 0.12-11.fc31 @fedora | |
e2fsprogs.x86_64 1.45.5-1.fc31 @updates | |
e2fsprogs-libs.x86_64 1.45.5-1.fc31 @updates | |
ebtables-compat.x86_64 2.0.10-37.fc31 @fedora | |
ebtables-legacy.x86_64 2.0.10-37.fc31 @fedora | |
ebtables-services.x86_64 2.0.10-37.fc31 @fedora | |
efi-srpm-macros.noarch 4-3.fc31 @fedora | |
elfutils-debuginfod-client.x86_64 0.179-2.fc31 @updates | |
elfutils-default-yama-scope.noarch 0.179-2.fc31 @updates | |
elfutils-libelf.x86_64 0.179-2.fc31 @updates | |
elfutils-libs.x86_64 0.179-2.fc31 @updates | |
emacs-filesystem.noarch 1:26.3-1.fc31 @updates | |
ethtool.x86_64 2:5.4-1.fc31 @updates | |
expat.x86_64 2.2.8-1.fc31 @fedora | |
expat-devel.x86_64 2.2.8-1.fc31 @fedora | |
expect.x86_64 5.45.4-10.fc31 @fedora | |
fedora-gpg-keys.noarch 31-3 @updates | |
fedora-logos.x86_64 30.0.2-3.fc31 @fedora | |
fedora-logos-httpd.noarch 30.0.2-3.fc31 @fedora | |
fedora-obsolete-packages.noarch 31-41 @updates | |
fedora-release.noarch 31-4 @updates | |
fedora-release-common.noarch 31-4 @updates | |
fedora-repos.noarch 31-3 @updates | |
fftw-libs-double.x86_64 3.3.8-6.fc31 @fedora | |
file.x86_64 5.37-8.fc31 @updates | |
file-libs.x86_64 5.37-8.fc31 @updates | |
filesystem.x86_64 3.12-2.fc31 @fedora | |
findutils.x86_64 1:4.6.0-24.fc31 @fedora | |
fipscheck.x86_64 1.5.0-7.fc31 @fedora | |
fipscheck-lib.x86_64 1.5.0-7.fc31 @fedora | |
firewalld.noarch 0.7.4-1.fc31 @updates | |
firewalld-filesystem.noarch 0.7.4-1.fc31 @updates | |
flac-libs.x86_64 1.3.3-1.fc31 @fedora | |
fontconfig.x86_64 2.13.92-3.fc31 @fedora | |
fonts-filesystem.noarch 2.0.3-1.fc31 @updates | |
fonts-srpm-macros.noarch 2.0.3-1.fc31 @updates | |
fpc-srpm-macros.noarch 1.2-2.fc31 @fedora | |
freetype.x86_64 2.10.0-3.fc31 @fedora | |
freetype-devel.x86_64 2.10.0-3.fc31 @fedora | |
fribidi.x86_64 1.0.5-5.fc31 @updates | |
fstrm.x86_64 0.5.0-1.fc31 @updates | |
fuse-libs.x86_64 2.9.9-8.fc31 @fedora | |
gawk.x86_64 5.0.1-5.fc31 @fedora | |
gc.x86_64 7.6.4-6.fc31 @fedora | |
gcc.x86_64 9.3.1-2.fc31 @updates | |
gcc-c++.x86_64 9.3.1-2.fc31 @updates | |
gcr.x86_64 3.34.0-1.fc31 @updates | |
gcr-base.x86_64 3.34.0-1.fc31 @updates | |
gd.x86_64 2.3.0-1.fc31.remi @remi | |
gdbm.x86_64 1:1.18.1-1.fc31 @fedora | |
gdbm-libs.x86_64 1:1.18.1-1.fc31 @fedora | |
gdk-pixbuf2.x86_64 2.40.0-1.fc31 @fedora | |
gdk-pixbuf2-modules.x86_64 2.40.0-1.fc31 @fedora | |
geolite2-city.noarch 20191217-1.fc31 @updates | |
geolite2-country.noarch 20191217-1.fc31 @updates | |
gettext.x86_64 0.20.1-3.fc31 @updates | |
gettext-libs.x86_64 0.20.1-3.fc31 @updates | |
ghc-srpm-macros.noarch 1.5.0-1.fc31 @fedora | |
git.x86_64 2.25.4-1.fc31 @updates | |
git-core.x86_64 2.25.4-1.fc31 @updates | |
git-core-doc.noarch 2.25.4-1.fc31 @updates | |
gl-manpages.noarch 1.1-19.20190306.fc31 @fedora | |
glib-networking.x86_64 2.62.3-1.fc31 @updates | |
glib2.x86_64 2.62.6-1.fc31 @updates | |
glibc.x86_64 2.30-11.fc31 @updates | |
glibc-common.x86_64 2.30-11.fc31 @updates | |
glibc-devel.x86_64 2.30-11.fc31 @updates | |
glibc-headers.x86_64 2.30-11.fc31 @updates | |
glibc-langpack-ja.x86_64 2.30-11.fc31 @updates | |
gmp.x86_64 1:6.1.2-10.fc31 @fedora | |
gnat-srpm-macros.noarch 4-10.fc31 @fedora | |
gnome-keyring.x86_64 3.34.0-1.fc31 @fedora | |
gnupg2.x86_64 2.2.18-2.fc31 @updates | |
gnupg2-smime.x86_64 2.2.18-2.fc31 @updates | |
gnutls.x86_64 3.6.13-1.fc31 @updates | |
go-srpm-macros.noarch 3.0.8-4.fc31 @fedora | |
gobject-introspection.x86_64 1.62.0-1.fc31 @fedora | |
google-droid-sans-fonts.noarch 20120715-16.fc31 @fedora | |
google-noto-cjk-fonts-common.noarch 20190416-5.fc31 @fedora | |
google-noto-sans-cjk-ttc-fonts.noarch 20190416-5.fc31 @fedora | |
google-noto-serif-cjk-ttc-fonts.noarch 20190416-5.fc31 @fedora | |
gpgme.x86_64 1.13.1-3.fc31 @fedora | |
graphite2.x86_64 1.3.14-1.fc31 @updates | |
graphviz.x86_64 2.40.1-54.fc31 @fedora | |
grep.x86_64 3.3-3.fc31 @fedora | |
groff-base.x86_64 1.22.3-20.fc31 @fedora | |
grub2-common.noarch 1:2.02-108.fc31 @updates | |
grub2-pc.x86_64 1:2.02-108.fc31 @updates | |
grub2-pc-modules.noarch 1:2.02-108.fc31 @updates | |
grub2-tools.x86_64 1:2.02-108.fc31 @updates | |
grub2-tools-efi.x86_64 1:2.02-108.fc31 @updates | |
grub2-tools-extra.x86_64 1:2.02-108.fc31 @updates | |
grub2-tools-minimal.x86_64 1:2.02-108.fc31 @updates | |
grubby.x86_64 8.40-36.fc31 @fedora | |
gsettings-desktop-schemas.x86_64 3.34.0-1.fc31 @fedora | |
gstreamer1.x86_64 1.16.2-1.fc31 @updates | |
gstreamer1-plugins-base.x86_64 1.16.2-2.fc31 @updates | |
gtk-update-icon-cache.x86_64 3.24.13-2.fc31 @updates | |
gtk2.x86_64 2.24.32-6.fc31 @updates | |
gtk3.x86_64 3.24.13-2.fc31 @updates | |
gts.x86_64 0.7.6-36.20121130.fc31 @fedora | |
guile.x86_64 5:2.0.14-17.fc31 @fedora | |
guile22.x86_64 2.2.6-2.fc31 @fedora | |
gzip.x86_64 1.10-1.fc31 @fedora | |
harfbuzz.x86_64 2.6.1-2.fc31 @fedora | |
hdparm.x86_64 9.58-2.fc31 @fedora | |
hicolor-icon-theme.noarch 0.17-7.fc31 @fedora | |
hostname.x86_64 3.20-9.fc31 @fedora | |
htop.x86_64 2.2.0-6.fc31 @fedora | |
httpd.x86_64 2.4.43-1.fc31 @updates | |
httpd-devel.x86_64 2.4.43-1.fc31 @updates | |
httpd-filesystem.noarch 2.4.43-1.fc31 @updates | |
httpd-tools.x86_64 2.4.43-1.fc31 @updates | |
hwdata.noarch 0.334-1.fc31 @updates | |
ilmbase.x86_64 2.3.0-3.fc31 @fedora | |
ilmbase-devel.x86_64 2.3.0-3.fc31 @fedora | |
ima-evm-utils.x86_64 1.2.1-2.fc31 @fedora | |
info.x86_64 6.6-2.fc31 @fedora | |
initscripts.x86_64 10.02-2.fc31 @fedora | |
ipa-pgothic-fonts.noarch 003.03-15.fc31 @fedora | |
ipcalc.x86_64 0.3.0-1.fc31 @updates | |
iproute.x86_64 5.4.0-1.fc31 @updates | |
iproute-tc.x86_64 5.4.0-1.fc31 @updates | |
ipset.x86_64 7.5-1.fc31 @updates | |
ipset-libs.x86_64 7.5-1.fc31 @updates | |
iptables.x86_64 1.8.3-7.fc31 @updates | |
iptables-libs.x86_64 1.8.3-7.fc31 @updates | |
iputils.x86_64 20190515-5.fc31 @updates | |
isl.x86_64 0.16.1-9.fc31 @fedora | |
iso-codes.noarch 4.3-2.fc31 @fedora | |
jansson.x86_64 2.12-4.fc31 @fedora | |
jasper-devel.x86_64 2.0.14-9.fc31 @fedora | |
jasper-libs.x86_64 2.0.14-9.fc31 @fedora | |
jbig2dec-libs.x86_64 0.16-1.fc31 @fedora | |
jbigkit-devel.x86_64 2.1-17.fc31 @fedora | |
jbigkit-libs.x86_64 2.1-17.fc31 @fedora | |
jemalloc.x86_64 5.2.1-2.fc31 @fedora | |
js-jquery.noarch 3.5.0-2.fc31 @updates | |
json-c.x86_64 0.13.1-11.fc31 @updates | |
json-glib.x86_64 1.4.4-3.fc31 @fedora | |
jsoncpp.x86_64 1.9.1-1.fc31 @fedora | |
jwhois.x86_64 4.0-58.fc31 @fedora | |
kbd.x86_64 2.0.4-14.fc31 @fedora | |
kbd-legacy.noarch 2.0.4-14.fc31 @fedora | |
kbd-misc.noarch 2.0.4-14.fc31 @fedora | |
kernel.x86_64 5.5.17-200.fc31 @updates | |
kernel.x86_64 5.6.6-200.fc31 @updates | |
kernel.x86_64 5.6.8-200.fc31 @updates | |
kernel-core.x86_64 5.5.17-200.fc31 @updates | |
kernel-core.x86_64 5.6.6-200.fc31 @updates | |
kernel-core.x86_64 5.6.8-200.fc31 @updates | |
kernel-headers.x86_64 5.6.7-200.fc31 @updates | |
kernel-modules.x86_64 5.5.17-200.fc31 @updates | |
kernel-modules.x86_64 5.6.6-200.fc31 @updates | |
kernel-modules.x86_64 5.6.8-200.fc31 @updates | |
kernel-tools.x86_64 5.6.7-200.fc31 @updates | |
kernel-tools-libs.x86_64 5.6.7-200.fc31 @updates | |
keyutils-libs.x86_64 1.6-3.fc31 @fedora | |
keyutils-libs-devel.x86_64 1.6-3.fc31 @fedora | |
kmod.x86_64 26-4.fc31 @fedora | |
kmod-libs.x86_64 26-4.fc31 @fedora | |
kpartx.x86_64 0.8.0-3.fc31 @fedora | |
krb5-devel.x86_64 1.17-46.fc31 @updates | |
krb5-libs.x86_64 1.17-46.fc31 @updates | |
langpacks-core-ja.noarch 2.0-7.fc31 @fedora | |
langpacks-ja.noarch 2.0-7.fc31 @fedora | |
lasi.x86_64 1.1.2-13.fc31 @fedora | |
lcms2.x86_64 2.9-6.fc31 @fedora | |
lcms2-devel.x86_64 2.9-6.fc31 @fedora | |
less.x86_64 551-2.fc31 @fedora | |
lftp.x86_64 4.9.1-1.fc31 @updates | |
libICE.x86_64 1.0.10-2.fc31 @fedora | |
libICE-devel.x86_64 1.0.10-2.fc31 @fedora | |
libSM.x86_64 1.2.3-4.fc31 @fedora | |
libSM-devel.x86_64 1.2.3-4.fc31 @fedora | |
libX11.x86_64 1.6.9-2.fc31 @updates | |
libX11-common.noarch 1.6.9-2.fc31 @updates | |
libX11-devel.x86_64 1.6.9-2.fc31 @updates | |
libX11-xcb.x86_64 1.6.9-2.fc31 @updates | |
libXScrnSaver.x86_64 1.2.3-4.fc31 @fedora | |
libXau.x86_64 1.0.9-2.fc31 @fedora | |
libXau-devel.x86_64 1.0.9-2.fc31 @fedora | |
libXaw.x86_64 1.0.13-13.fc31 @fedora | |
libXcomposite.x86_64 0.4.4-17.fc31 @fedora | |
libXcursor.x86_64 1.1.15-6.fc31 @fedora | |
libXdamage.x86_64 1.1.4-17.fc31 @fedora | |
libXdamage-devel.x86_64 1.1.4-17.fc31 @fedora | |
libXext.x86_64 1.3.4-2.fc31 @fedora | |
libXext-devel.x86_64 1.3.4-2.fc31 @fedora | |
libXfixes.x86_64 5.0.3-10.fc31 @fedora | |
libXfixes-devel.x86_64 5.0.3-10.fc31 @fedora | |
libXft.x86_64 2.3.3-2.fc31 @fedora | |
libXi.x86_64 1.7.10-2.fc31 @fedora | |
libXinerama.x86_64 1.1.4-4.fc31 @fedora | |
libXmu.x86_64 1.1.3-2.fc31 @fedora | |
libXpm.x86_64 3.5.12-10.fc31 @fedora | |
libXrandr.x86_64 1.5.2-2.fc31 @fedora | |
libXrender.x86_64 0.9.10-10.fc31 @fedora | |
libXt.x86_64 1.1.5-12.20190424gitba4ec9376.fc31 @fedora | |
libXt-devel.x86_64 1.1.5-12.20190424gitba4ec9376.fc31 @fedora | |
libXtst.x86_64 1.2.3-10.fc31 @fedora | |
libXv.x86_64 1.0.11-10.fc31 @fedora | |
libXxf86misc.x86_64 1.0.4-5.fc31 @fedora | |
libXxf86vm.x86_64 1.1.4-12.fc31 @fedora | |
libXxf86vm-devel.x86_64 1.1.4-12.fc31 @fedora | |
libacl.x86_64 2.2.53-4.fc31 @fedora | |
libaio.x86_64 0.3.111-6.fc31 @fedora | |
libappstream-glib.x86_64 0.7.17-1.fc31 @updates | |
libarchive.x86_64 3.4.2-1.fc31 @updates | |
libargon2.x86_64 20171227-3.fc31 @fedora | |
libassuan.x86_64 2.5.3-2.fc31 @fedora | |
libatomic_ops.x86_64 7.6.10-2.fc31 @fedora | |
libattr.x86_64 2.4.48-7.fc31 @fedora | |
libbasicobjects.x86_64 0.1.1-43.fc31 @fedora | |
libblkid.x86_64 2.34-4.fc31 @updates | |
libcap.x86_64 2.26-6.fc31 @fedora | |
libcap-ng.x86_64 0.7.10-1.fc31 @updates | |
libcollection.x86_64 0.7.0-43.fc31 @fedora | |
libcom_err.x86_64 1.45.5-1.fc31 @updates | |
libcom_err-devel.x86_64 1.45.5-1.fc31 @updates | |
libcomps.x86_64 0.1.15-1.fc31 @updates | |
libcroco.x86_64 0.6.13-2.fc31 @fedora | |
libcurl.x86_64 7.66.0-1.fc31 @fedora | |
libcurl-devel.x86_64 7.66.0-1.fc31 @fedora | |
libdaemon.x86_64 0.14-18.fc31 @fedora | |
libdatrie.x86_64 0.2.9-10.fc31 @fedora | |
libdb.x86_64 5.3.28-38.fc31 @fedora | |
libdb-devel.x86_64 5.3.28-38.fc31 @fedora | |
libdb-utils.x86_64 5.3.28-38.fc31 @fedora | |
libdhash.x86_64 0.5.0-43.fc31 @fedora | |
libdnf.x86_64 0.47.0-1.fc31 @updates | |
libdrm.x86_64 2.4.100-1.fc31 @updates | |
libdrm-devel.x86_64 2.4.100-1.fc31 @updates | |
libedit.x86_64 3.1-30.20191211cvs.fc31 @updates | |
libepoxy.x86_64 1.5.3-4.fc31 @fedora | |
libevent.x86_64 2.1.8-7.fc31 @fedora | |
libfdisk.x86_64 2.34-4.fc31 @updates | |
libffi.x86_64 3.1-23.fc31 @fedora | |
libffi-devel.x86_64 3.1-23.fc31 @fedora | |
libfontenc.x86_64 1.1.3-11.fc31 @fedora | |
libgcc.x86_64 9.3.1-2.fc31 @updates | |
libgcrypt.x86_64 1.8.5-1.fc31 @fedora | |
libglvnd.x86_64 1:1.1.1-5.fc31 @fedora | |
libglvnd-core-devel.x86_64 1:1.1.1-5.fc31 @fedora | |
libglvnd-devel.x86_64 1:1.1.1-5.fc31 @fedora | |
libglvnd-egl.x86_64 1:1.1.1-5.fc31 @fedora | |
libglvnd-gles.x86_64 1:1.1.1-5.fc31 @fedora | |
libglvnd-glx.x86_64 1:1.1.1-5.fc31 @fedora | |
libglvnd-opengl.x86_64 1:1.1.1-5.fc31 @fedora | |
libgomp.x86_64 9.3.1-2.fc31 @updates | |
libgpg-error.x86_64 1.36-2.fc31 @fedora | |
libgs.x86_64 9.27-4.fc31 @updates | |
libgs-devel.x86_64 9.27-4.fc31 @updates | |
libgusb.x86_64 0.3.4-1.fc31 @updates | |
libicu.x86_64 63.2-3.fc31 @fedora | |
libidn.x86_64 1.35-6.fc31 @fedora | |
libidn2.x86_64 2.3.0-1.fc31 @updates | |
libijs.x86_64 0.35-10.fc31 @fedora | |
libimagequant.x86_64 2.12.5-1.fc31 @fedora | |
libini_config.x86_64 1.3.1-43.fc31 @fedora | |
libjpeg-turbo.x86_64 2.0.2-5.fc31 @updates | |
libjpeg-turbo-devel.x86_64 2.0.2-5.fc31 @updates | |
libkadm5.x86_64 1.17-46.fc31 @updates | |
libkcapi.x86_64 1.1.5-1.fc31 @fedora | |
libkcapi-hmaccalc.x86_64 1.1.5-1.fc31 @fedora | |
libksba.x86_64 1.3.5-10.fc31 @fedora | |
libldb.x86_64 2.0.9-1.fc31 @updates | |
liblqr-1.x86_64 0.4.2-13.fc31 @fedora | |
libmaxminddb.x86_64 1.2.0-8.fc31 @fedora | |
libmcpp.x86_64 2.7.2-24.fc31 @fedora | |
libmcrypt.x86_64 2.5.8-26.fc31 @fedora | |
libmetalink.x86_64 0.1.3-9.fc31 @fedora | |
libmnl.x86_64 1.0.4-10.fc31 @fedora | |
libmodman.x86_64 2.0.1-20.fc31 @fedora | |
libmodulemd.x86_64 2.9.3-1.fc31 @updates | |
libmodulemd1.x86_64 1.8.16-1.fc31 @updates | |
libmount.x86_64 2.34-4.fc31 @updates | |
libmpc.x86_64 1.1.0-4.fc31 @fedora | |
libndp.x86_64 1.7-4.fc31 @fedora | |
libnetfilter_conntrack.x86_64 1.0.7-3.fc31 @fedora | |
libnfnetlink.x86_64 1.0.1-16.fc31 @fedora | |
libnfsidmap.x86_64 1:2.4.3-0.fc31 @updates | |
libnftnl.x86_64 1.1.3-2.fc31 @fedora | |
libnghttp2.x86_64 1.40.0-1.fc31 @updates | |
libnl3.x86_64 3.5.0-1.fc31 @fedora | |
libnl3-cli.x86_64 3.5.0-1.fc31 @fedora | |
libnsl2.x86_64 1.2.0-5.20180605git4a062cf.fc31 @fedora | |
libogg.x86_64 2:1.3.3-3.fc31 @fedora | |
libpaper.x86_64 1.1.24-25.fc31 @fedora | |
libpath_utils.x86_64 0.2.1-43.fc31 @fedora | |
libpcap.x86_64 14:1.9.1-2.fc31 @updates | |
libpciaccess.x86_64 0.15-2.fc31 @fedora | |
libpipeline.x86_64 1.5.1-3.fc31 @fedora | |
libpkgconf.x86_64 1.6.3-2.fc31 @fedora | |
libpng.x86_64 2:1.6.37-2.fc31 @fedora | |
libpng-devel.x86_64 2:1.6.37-2.fc31 @fedora | |
libpq.x86_64 12.2-1.fc31 @updates | |
libpq-devel.x86_64 12.2-1.fc31 @updates | |
libproxy.x86_64 0.4.15-14.fc31 @fedora | |
libpsl.x86_64 0.21.0-2.fc31 @fedora | |
libpwquality.x86_64 1.4.2-1.fc31 @updates | |
libraqm.x86_64 0.7.0-4.fc31 @updates | |
libref_array.x86_64 0.1.5-43.fc31 @fedora | |
librepo.x86_64 1.11.3-1.fc31 @updates | |
libreport-filesystem.noarch 2.12.0-1.fc31 @updates | |
librsvg2.x86_64 2.46.4-1.fc31 @updates | |
libseccomp.x86_64 2.4.2-2.fc31 @updates | |
libsecret.x86_64 0.19.1-1.fc31 @fedora | |
libselinux.x86_64 2.9-5.fc31 @fedora | |
libselinux-devel.x86_64 2.9-5.fc31 @fedora | |
libselinux-utils.x86_64 2.9-5.fc31 @fedora | |
libsemanage.x86_64 2.9-3.fc31 @fedora | |
libsepol.x86_64 2.9-2.fc31 @fedora | |
libsepol-devel.x86_64 2.9-2.fc31 @fedora | |
libsigsegv.x86_64 2.11-8.fc31 @fedora | |
libsmartcols.x86_64 2.34-4.fc31 @updates | |
libsolv.x86_64 0.7.11-1.fc31 @updates | |
libsoup.x86_64 2.68.4-1.fc31 @updates | |
libss.x86_64 1.45.5-1.fc31 @updates | |
libssh.x86_64 0.9.4-2.fc31 @updates | |
libssh-config.noarch 0.9.4-2.fc31 @updates | |
libsss_autofs.x86_64 2.2.3-13.fc31 @updates | |
libsss_certmap.x86_64 2.2.3-13.fc31 @updates | |
libsss_idmap.x86_64 2.2.3-13.fc31 @updates | |
libsss_nss_idmap.x86_64 2.2.3-13.fc31 @updates | |
libsss_sudo.x86_64 2.2.3-13.fc31 @updates | |
libstdc++.x86_64 9.3.1-2.fc31 @updates | |
libstdc++-devel.x86_64 9.3.1-2.fc31 @updates | |
libstemmer.x86_64 0-13.585svn.fc31 @fedora | |
libtalloc.x86_64 2.3.0-1.fc31 @fedora | |
libtasn1.x86_64 4.14-2.fc31 @fedora | |
libtdb.x86_64 1.4.2-1.fc31 @fedora | |
libteam.x86_64 1.29-2.fc31 @fedora | |
libtevent.x86_64 0.10.1-1.fc31 @fedora | |
libtextstyle.x86_64 0.20.1-3.fc31 @updates | |
libthai.x86_64 0.1.28-3.fc31 @fedora | |
libtheora.x86_64 1:1.1.1-24.fc31 @fedora | |
libtiff.x86_64 4.0.10-8.fc31 @updates | |
libtiff-devel.x86_64 4.0.10-8.fc31 @updates | |
libtirpc.x86_64 1.2.6-0.fc31 @updates | |
libtool-ltdl.x86_64 2.4.6-31.fc31 @fedora | |
libunistring.x86_64 0.9.10-6.fc31 @fedora | |
libunwind.x86_64 1.3.1-5.fc31 @updates | |
libusbx.x86_64 1.0.22-4.fc31 @fedora | |
libuser.x86_64 0.62-21.fc31 @fedora | |
libutempter.x86_64 1.1.6-17.fc31 @fedora | |
libuuid.x86_64 2.34-4.fc31 @updates | |
libuv.x86_64 1:1.37.0-1.fc31 @updates | |
libverto.x86_64 0.3.0-8.fc31 @fedora | |
libverto-devel.x86_64 0.3.0-8.fc31 @fedora | |
libvisual.x86_64 1:0.4.0-27.fc31 @fedora | |
libvorbis.x86_64 1:1.3.6-5.fc31 @fedora | |
libwayland-client.x86_64 1.17.0-2.fc31 @fedora | |
libwayland-cursor.x86_64 1.17.0-2.fc31 @fedora | |
libwayland-egl.x86_64 1.17.0-2.fc31 @fedora | |
libwayland-server.x86_64 1.17.0-2.fc31 @fedora | |
libwebp.x86_64 1.0.3-2.fc31 @fedora | |
libwebp-devel.x86_64 1.0.3-2.fc31 @fedora | |
libwmf-lite.x86_64 0.2.12-2.fc31 @fedora | |
libxcb.x86_64 1.13.1-3.fc31 @fedora | |
libxcb-devel.x86_64 1.13.1-3.fc31 @fedora | |
libxcrypt.x86_64 4.4.16-3.fc31 @updates | |
libxcrypt-compat.x86_64 4.4.16-3.fc31 @updates | |
libxcrypt-devel.x86_64 4.4.16-3.fc31 @updates | |
libxkbcommon.x86_64 0.9.1-3.fc31 @updates | |
libxml2.x86_64 2.9.10-3.fc31 @updates | |
libxshmfence.x86_64 1.3-5.fc31 @fedora | |
libxslt.x86_64 1.1.34-1.fc31 @updates | |
libyaml.x86_64 0.2.2-2.fc31 @fedora | |
libyaml-devel.x86_64 0.2.2-2.fc31 @fedora | |
libzip.x86_64 1.6.1-1.fc31.remi @remi | |
libzstd.x86_64 1.4.4-1.fc31 @updates | |
linux-atm-libs.x86_64 2.5.1-25.fc31 @fedora | |
linux-firmware.noarch 20200421-107.fc31 @updates | |
linux-firmware-whence.noarch 20200421-107.fc31 @updates | |
lm_sensors-libs.x86_64 3.5.0-6.fc31 @fedora | |
lmdb-libs.x86_64 0.9.24-1.fc31 @updates | |
lttng-ust.x86_64 2.10.4-2.fc31 @fedora | |
lua-libs.x86_64 5.3.5-6.fc31 @fedora | |
lz4-libs.x86_64 1.9.1-1.fc31 @fedora | |
lzo.x86_64 2.08-16.fc31 @fedora | |
mailcap.noarch 2.1.48-6.fc31 @fedora | |
make.x86_64 1:4.2.1-15.fc31 @updates | |
man-db.x86_64 2.8.4-5.fc31 @fedora | |
mariadb.x86_64 3:10.3.22-1.fc31 @updates | |
mariadb-backup.x86_64 3:10.3.22-1.fc31 @updates | |
mariadb-common.x86_64 3:10.3.22-1.fc31 @updates | |
mariadb-connector-c.x86_64 3.1.7-1.fc31 @updates | |
mariadb-connector-c-config.noarch 3.1.7-1.fc31 @updates | |
mariadb-cracklib-password-check.x86_64 3:10.3.22-1.fc31 @updates | |
mariadb-errmsg.x86_64 3:10.3.22-1.fc31 @updates | |
mariadb-gssapi-server.x86_64 3:10.3.22-1.fc31 @updates | |
mariadb-rocksdb-engine.x86_64 3:10.3.22-1.fc31 @updates | |
mariadb-server.x86_64 3:10.3.22-1.fc31 @updates | |
mariadb-server-utils.x86_64 3:10.3.22-1.fc31 @updates | |
mariadb-tokudb-engine.x86_64 3:10.3.22-1.fc31 @updates | |
mcpp.x86_64 2.7.2-24.fc31 @fedora | |
mercurial.x86_64 4.9-2.fc31 @fedora | |
mesa-khr-devel.x86_64 19.2.8-1.fc31 @updates | |
mesa-libEGL.x86_64 19.2.8-1.fc31 @updates | |
mesa-libGL.x86_64 19.2.8-1.fc31 @updates | |
mesa-libGL-devel.x86_64 19.2.8-1.fc31 @updates | |
mesa-libGLU.x86_64 9.0.1-1.fc31 @fedora | |
mesa-libGLU-devel.x86_64 9.0.1-1.fc31 @fedora | |
mesa-libgbm.x86_64 19.2.8-1.fc31 @updates | |
mesa-libglapi.x86_64 19.2.8-1.fc31 @updates | |
minizip-compat.x86_64 1.2.11-20.fc31 @updates | |
mkpasswd.x86_64 5.5.6-1.fc31 @updates | |
mock.noarch 2.2-1.fc31 @updates | |
mock-core-configs.noarch 32.6-1.fc31 @updates | |
mod_http2.x86_64 1.15.3-2.fc31 @fedora | |
mod_ssl.x86_64 1:2.4.43-1.fc31 @updates | |
mongodb-org.x86_64 4.2.6-1.amzn2 @mongodb-org-4.2 | |
mongodb-org-mongos.x86_64 4.2.6-1.amzn2 @mongodb-org-4.2 | |
mongodb-org-server.x86_64 4.2.6-1.amzn2 @mongodb-org-4.2 | |
mongodb-org-shell.x86_64 4.2.6-1.amzn2 @mongodb-org-4.2 | |
mongodb-org-tools.x86_64 4.2.6-1.amzn2 @mongodb-org-4.2 | |
mozjs52.x86_64 52.9.0-5.fc31 @fedora | |
mozjs60.x86_64 60.9.0-5.fc31 @updates | |
mpfr.x86_64 3.1.6-5.fc31 @fedora | |
mrtg.x86_64 2.17.7-4.fc31 @fedora | |
mysql-selinux.noarch 1.0.0-8.fc30 @fedora | |
ncurses.x86_64 6.1-12.20190803.fc31 @fedora | |
ncurses-base.noarch 6.1-12.20190803.fc31 @fedora | |
ncurses-c++-libs.x86_64 6.1-12.20190803.fc31 @fedora | |
ncurses-devel.x86_64 6.1-12.20190803.fc31 @fedora | |
ncurses-libs.x86_64 6.1-12.20190803.fc31 @fedora | |
net-snmp.x86_64 1:5.8-19.fc31 @updates | |
net-snmp-agent-libs.x86_64 1:5.8-19.fc31 @updates | |
net-snmp-libs.x86_64 1:5.8-19.fc31 @updates | |
net-snmp-utils.x86_64 1:5.8-19.fc31 @updates | |
net-tools.x86_64 2.0-0.55.20160912git.fc31 @fedora | |
netpbm.x86_64 10.90.00-1.fc31 @updates | |
netstandard-targeting-pack-2.1.x86_64 3.0.100-5.fc31 @copr:copr.fedorainfracloud.org:group_dotnet-sig:dotnet | |
nettle.x86_64 3.5.1-3.fc31 @fedora | |
nftables.x86_64 1:0.9.1-3.fc31 @fedora | |
nginx-filesystem.noarch 1:1.18.0-1.fc31 @updates | |
nim-srpm-macros.noarch 3-1.fc31 @updates | |
npth.x86_64 1.6-3.fc31 @fedora | |
nspr.x86_64 4.25.0-1.fc31 @updates | |
nss.x86_64 3.51.0-1.fc31 @updates | |
nss-softokn.x86_64 3.51.0-1.fc31 @updates | |
nss-softokn-freebl.x86_64 3.51.0-1.fc31 @updates | |
nss-sysinit.x86_64 3.51.0-1.fc31 @updates | |
nss-util.x86_64 3.51.0-1.fc31 @updates | |
ntpdate.x86_64 4.2.8p13-3.fc31 @fedora | |
numactl-libs.x86_64 2.0.12-3.fc31 @fedora | |
ocaml-srpm-macros.noarch 5-6.fc31 @fedora | |
oniguruma.x86_64 6.9.4-1.fc31 @updates | |
openblas-srpm-macros.noarch 2-6.fc31 @fedora | |
openjpeg2.x86_64 2.3.1-6.fc31 @updates | |
openjpeg2-devel.x86_64 2.3.1-6.fc31 @updates | |
openjpeg2-tools.x86_64 2.3.1-6.fc31 @updates | |
openldap.x86_64 2.4.47-3.fc31 @fedora | |
openldap-devel.x86_64 2.4.47-3.fc31 @fedora | |
openssh.x86_64 8.1p1-1.fc31 @updates | |
openssh-clients.x86_64 8.1p1-1.fc31 @updates | |
openssh-server.x86_64 8.1p1-1.fc31 @updates | |
openssl.x86_64 1:1.1.1d-2.fc31 @fedora | |
openssl-devel.x86_64 1:1.1.1d-2.fc31 @fedora | |
openssl-libs.x86_64 1:1.1.1d-2.fc31 @fedora | |
openssl-pkcs11.x86_64 0.4.10-5.fc31 @updates | |
opus.x86_64 1.3.1-2.fc31 @fedora | |
orc.x86_64 0.4.30-1.fc31 @fedora | |
os-prober.x86_64 1.77-3.fc31 @fedora | |
p11-kit.x86_64 0.23.20-1.fc31 @updates | |
p11-kit-trust.x86_64 0.23.20-1.fc31 @updates | |
pam.x86_64 1.3.1-21.fc31 @updates | |
pango.x86_64 1.44.7-1.fc31 @updates | |
parted.x86_64 3.2.153-1.fc31 @fedora | |
passwd.x86_64 0.80-7.fc31 @updates | |
pciutils.x86_64 3.6.4-1.fc31 @updates | |
pciutils-libs.x86_64 3.6.4-1.fc31 @updates | |
pcp.x86_64 5.1.0-1.fc31 @updates | |
pcp-conf.x86_64 5.1.0-1.fc31 @updates | |
pcp-libs.x86_64 5.1.0-1.fc31 @updates | |
pcp-selinux.x86_64 5.1.0-1.fc31 @updates | |
pcre.x86_64 8.44-1.fc31 @updates | |
pcre2.x86_64 10.34-9.fc31 @updates | |
pcre2-devel.x86_64 10.34-9.fc31 @updates | |
pcre2-syntax.noarch 10.34-9.fc31 @updates | |
pcre2-utf16.x86_64 10.34-9.fc31 @updates | |
pcre2-utf32.x86_64 10.34-9.fc31 @updates | |
perl-CGI.noarch 4.44-2.fc31 @fedora | |
perl-Carp.noarch 1.50-439.fc31 @fedora | |
perl-Compress-Raw-Bzip2.x86_64 2.087-1.fc31 @fedora | |
perl-Compress-Raw-Zlib.x86_64 2.087-1.fc31 @fedora | |
perl-DBD-MySQL.x86_64 4.050-4.fc31 @fedora | |
perl-DBI.x86_64 1.642-5.fc31 @fedora | |
perl-Data-Dumper.x86_64 2.174-440.fc31 @fedora | |
perl-Digest.noarch 1.17-439.fc31 @fedora | |
perl-Digest-MD5.x86_64 2.55-439.fc31 @fedora | |
perl-Encode.x86_64 4:3.05-443.fc31 @updates | |
perl-Encode-Locale.noarch 1.05-14.fc31 @fedora | |
perl-Errno.x86_64 1.30-451.fc31 @updates | |
perl-Error.noarch 1:0.17028-1.fc31 @fedora | |
perl-Exporter.noarch 5.74-1.fc31 @updates | |
perl-File-Path.noarch 2.16-439.fc31 @fedora | |
perl-File-Temp.noarch 1:0.230.900-439.fc31 @fedora | |
perl-Getopt-Long.noarch 1:2.51-1.fc31 @fedora | |
perl-Git.noarch 2.25.4-1.fc31 @updates | |
perl-HTML-Parser.x86_64 3.72-19.fc31 @fedora | |
perl-HTML-Tagset.noarch 3.20-40.fc31 @fedora | |
perl-HTTP-Date.noarch 6.05-1.fc31 @updates | |
perl-HTTP-Message.noarch 6.22-1.fc31 @updates | |
perl-HTTP-Tiny.noarch 0.076-439.fc31 @fedora | |
perl-IO.x86_64 1.40-451.fc31 @updates | |
perl-IO-Compress.noarch 2.087-1.fc31 @fedora | |
perl-IO-HTML.noarch 1.001-15.fc31 @fedora | |
perl-IO-Socket-INET6.noarch 2.72-17.fc31 @fedora | |
perl-IO-Socket-IP.noarch 0.39-440.fc31 @fedora | |
perl-IO-Socket-SSL.noarch 2.066-7.fc31 @updates | |
perl-LWP-MediaTypes.noarch 6.04-3.fc31 @fedora | |
perl-MIME-Base64.x86_64 3.15-439.fc31 @fedora | |
perl-Math-BigInt.noarch 1:1.9998.16-439.fc31 @fedora | |
perl-Math-Complex.noarch 1.59-451.fc31 @updates | |
perl-Mozilla-CA.noarch 20180117-6.fc31 @fedora | |
perl-Net-SSLeay.x86_64 1.88-3.fc31 @fedora | |
perl-PathTools.x86_64 3.78-439.fc31 @fedora | |
perl-Pod-Escapes.noarch 1:1.07-439.fc31 @fedora | |
perl-Pod-Perldoc.noarch 3.28.01-442.fc31 @fedora | |
perl-Pod-Simple.noarch 1:3.39-2.fc31 @fedora | |
perl-Pod-Usage.noarch 4:1.70-1.fc31 @updates | |
perl-SNMP_Session.noarch 1.13-22.fc31 @fedora | |
perl-Scalar-List-Utils.x86_64 3:1.53-439.fc31 @updates | |
perl-Socket.x86_64 4:2.029-4.fc31 @fedora | |
perl-Socket6.x86_64 0.29-4.fc31 @fedora | |
perl-Storable.x86_64 1:3.15-442.fc31 @updates | |
perl-Term-ANSIColor.noarch 4.06-440.fc31 @fedora | |
perl-Term-Cap.noarch 1.17-439.fc31 @fedora | |
perl-TermReadKey.x86_64 2.38-4.fc31 @fedora | |
perl-Text-ParseWords.noarch 3.30-439.fc31 @fedora | |
perl-Text-Tabs+Wrap.noarch 2013.0523-439.fc31 @fedora | |
perl-Time-Local.noarch 2:1.300-1.fc31 @updates | |
perl-TimeDate.noarch 1:2.30-19.fc31 @updates | |
perl-URI.noarch 1.76-5.fc31 @fedora | |
perl-Unicode-Normalize.x86_64 1.26-439.fc31 @fedora | |
perl-constant.noarch 1.33-440.fc31 @fedora | |
perl-interpreter.x86_64 4:5.30.2-451.fc31 @updates | |
perl-libnet.noarch 3.11-440.fc31 @fedora | |
perl-libs.x86_64 4:5.30.2-451.fc31 @updates | |
perl-macros.noarch 4:5.30.2-451.fc31 @updates | |
perl-parent.noarch 1:0.237-439.fc31 @fedora | |
perl-podlators.noarch 1:4.12-2.fc31 @fedora | |
perl-srpm-macros.noarch 1-33.fc31 @fedora | |
perl-threads.x86_64 1:2.22-439.fc31 @fedora | |
perl-threads-shared.x86_64 1.60-440.fc31 @fedora | |
php.x86_64 7.3.17-1.fc31.remi @remi-modular | |
php-cli.x86_64 7.3.17-1.fc31.remi @remi-modular | |
php-common.x86_64 7.3.17-1.fc31.remi @remi-modular | |
php-fedora-autoloader.noarch 1.0.1-2.fc31.remi @remi | |
php-fpm.x86_64 7.3.17-1.fc31.remi @remi-modular | |
php-gd.x86_64 7.3.17-1.fc31.remi @remi-modular | |
php-json.x86_64 7.3.17-1.fc31.remi @remi-modular | |
php-mbstring.x86_64 7.3.17-1.fc31.remi @remi-modular | |
php-mysqlnd.x86_64 7.3.17-1.fc31.remi @remi-modular | |
php-opcache.x86_64 7.3.17-1.fc31.remi @remi-modular | |
php-pdo.x86_64 7.3.17-1.fc31.remi @remi-modular | |
php-pear.noarch 1:1.10.12-1.fc31.remi @remi | |
php-pecl-apcu.x86_64 5.1.18-1.fc31.remi.7.3 @remi-modular | |
php-pecl-apcu-bc.x86_64 1.0.5-2.fc31 @fedora | |
php-pecl-mcrypt.x86_64 1.0.3-1.fc31.remi.7.3 @remi-modular | |
php-pecl-zip.x86_64 1.18.2-1.fc31.remi.7.3 @remi-modular | |
php-process.x86_64 7.3.17-1.fc31.remi @remi-modular | |
php-xml.x86_64 7.3.17-1.fc31.remi @remi-modular | |
pigz.x86_64 2.4-5.fc31 @fedora | |
pinentry.x86_64 1.1.0-6.fc31 @fedora | |
pipewire.x86_64 0.2.7-2.fc31 @updates | |
pipewire-libs.x86_64 0.2.7-2.fc31 @updates | |
pixman.x86_64 0.38.4-1.fc31 @fedora | |
pkgconf.x86_64 1.6.3-2.fc31 @fedora | |
pkgconf-m4.noarch 1.6.3-2.fc31 @fedora | |
pkgconf-pkg-config.x86_64 1.6.3-2.fc31 @fedora | |
plymouth.x86_64 0.9.4-14.20200325gite31c81f.fc31 @updates | |
plymouth-core-libs.x86_64 0.9.4-14.20200325gite31c81f.fc31 @updates | |
plymouth-scripts.x86_64 0.9.4-14.20200325gite31c81f.fc31 @updates | |
policycoreutils.x86_64 2.9-5.fc31 @fedora | |
policycoreutils-python-utils.noarch 2.9-5.fc31 @fedora | |
polkit.x86_64 0.116-4.fc31.1 @updates | |
polkit-libs.x86_64 0.116-4.fc31.1 @updates | |
polkit-pkla-compat.x86_64 0.1-15.fc31 @fedora | |
popt.x86_64 1.16-18.fc31 @fedora | |
postgresql.x86_64 11.7-1.fc31 @updates | |
postgresql-contrib.x86_64 11.7-1.fc31 @updates | |
postgresql-server.x86_64 11.7-1.fc31 @updates | |
postgresql-upgrade.x86_64 11.7-1.fc31 @updates | |
powershell-preview.x86_64 7.0.0_rc.2-1.centos.8 @@commandline | |
ppp.x86_64 2.4.7-35.fc31 @updates | |
procmail.x86_64 3.22-51.fc31 @fedora | |
procps-ng.x86_64 3.3.15-6.fc31 @fedora | |
protobuf-c.x86_64 1.3.1-3.fc31 @fedora | |
psmisc.x86_64 23.3-2.fc31 @updates | |
publicsuffix-list-dafsa.noarch 20190417-2.fc31 @fedora | |
python-josepy-doc.noarch 1.2.0-2.fc31 @fedora | |
python-pip-wheel.noarch 19.1.1-7.fc31 @updates | |
python-rpm-macros.noarch 3-55.fc31 @updates | |
python-setuptools-wheel.noarch 41.6.0-1.fc31 @updates | |
python-srpm-macros.noarch 3-55.fc31 @updates | |
python-systemd-doc.x86_64 234-9.fc31 @fedora | |
python-unversioned-command.noarch 3.7.7-1.fc31 @updates | |
python-wheel-wheel.noarch 1:0.33.1-3.fc31 @fedora | |
python2.x86_64 2.7.17-1.fc31 @updates | |
python2-devel.x86_64 2.7.17-1.fc31 @updates | |
python2-libs.x86_64 2.7.17-1.fc31 @updates | |
python2-pip.noarch 19.1.1-7.fc31 @updates | |
python2-rpm-macros.noarch 3-55.fc31 @updates | |
python2-setuptools.noarch 41.6.0-1.fc31 @updates | |
python2-tkinter.x86_64 2.7.17-1.fc31 @updates | |
python2-tools.x86_64 2.7.17-1.fc31 @updates | |
python3.x86_64 3.7.7-1.fc31 @updates | |
python3-acme.noarch 1.3.0-1.fc31 @updates | |
python3-asn1crypto.noarch 0.24.0-7.fc31 @fedora | |
python3-audit.x86_64 3.0-0.15.20191104git1c2f876.fc31 @updates | |
python3-babel.noarch 2.7.0-2.fc31 @fedora | |
python3-bind.noarch 32:9.11.14-2.fc31 @updates | |
python3-certbot.noarch 1.3.0-1.fc31 @updates | |
python3-cffi.x86_64 1.12.3-1.fc31 @fedora | |
python3-chardet.noarch 3.0.4-10.fc31 @fedora | |
python3-configargparse.noarch 0.15.2-1.fc31 @updates | |
python3-configobj.noarch 5.0.6-16.fc31 @fedora | |
python3-cryptography.x86_64 2.6.1-3.fc31 @updates | |
python3-dateutil.noarch 1:2.8.0-3.fc31 @fedora | |
python3-dbus.x86_64 1.2.8-6.fc31 @fedora | |
python3-decorator.noarch 4.4.0-2.fc31 @fedora | |
python3-devel.x86_64 3.7.7-1.fc31 @updates | |
python3-distro.noarch 1.4.0-2.fc31 @fedora | |
python3-dmidecode.x86_64 3.12.2-16.fc31 @fedora | |
python3-dnf.noarch 4.2.21-1.fc31 @updates | |
python3-dnf-plugin-system-upgrade.noarch | |
4.0.10-1.fc31 @updates | |
python3-dnf-plugins-core.noarch 4.0.15-1.fc31 @updates | |
python3-dnf-plugins-extras-common.noarch | |
4.0.10-1.fc31 @updates | |
python3-firewall.noarch 0.7.4-1.fc31 @updates | |
python3-funcsigs.noarch 1.0.2-13.fc31 @fedora | |
python3-future.noarch 0.18.2-2.fc31 @updates | |
python3-gobject-base.x86_64 3.34.0-3.fc31 @fedora | |
python3-gpg.x86_64 1.13.1-3.fc31 @fedora | |
python3-hawkey.x86_64 0.47.0-1.fc31 @updates | |
python3-idna.noarch 2.8-2.fc31 @fedora | |
python3-iniparse.noarch 0.4-34.fc31 @fedora | |
python3-jinja2.noarch 2.10.1-2.fc31 @fedora | |
python3-josepy.noarch 1.2.0-2.fc31 @fedora | |
python3-libcomps.x86_64 0.1.15-1.fc31 @updates | |
python3-libdnf.x86_64 0.47.0-1.fc31 @updates | |
python3-libs.x86_64 3.7.7-1.fc31 @updates | |
python3-libselinux.x86_64 2.9-5.fc31 @fedora | |
python3-libsemanage.x86_64 2.9-3.fc31 @fedora | |
python3-libxml2.x86_64 2.9.10-3.fc31 @updates | |
python3-linux-procfs.noarch 0.6.1-3.fc31 @fedora | |
python3-markupsafe.x86_64 1.1.1-2.fc31 @fedora | |
python3-mock.noarch 3.0.5-2.fc31 @fedora | |
python3-ndg_httpsclient.noarch 0.5.1-2.fc31 @fedora | |
python3-parsedatetime.noarch 2.4-13.fc31 @fedora | |
python3-pbr.noarch 5.1.2-4.fc31 @fedora | |
python3-perf.x86_64 5.6.7-200.fc31 @updates | |
python3-pip.noarch 19.1.1-7.fc31 @updates | |
python3-ply.noarch 3.11-3.fc31 @fedora | |
python3-policycoreutils.noarch 2.9-5.fc31 @fedora | |
python3-pyOpenSSL.noarch 19.0.0-2.fc31 @fedora | |
python3-pyasn1.noarch 0.4.4-5.fc31 @fedora | |
python3-pycparser.noarch 2.14-20.fc31 @fedora | |
python3-pyrfc3339.noarch 1.0-14.fc31 @fedora | |
python3-pyroute2.noarch 0.5.3-6.fc31 @fedora | |
python3-pysocks.noarch 1.7.0-2.fc31 @fedora | |
python3-pytz.noarch 2019.2-1.fc31 @fedora | |
python3-pyudev.noarch 0.21.0-11.fc31 @fedora | |
python3-requests.noarch 2.22.0-3.fc31 @fedora | |
python3-requests-toolbelt.noarch 0.9.1-3.fc31 @fedora | |
python3-rpm.x86_64 4.15.1-1.fc31 @updates | |
python3-rpm-generators.noarch 9-2.fc31 @fedora | |
python3-rpm-macros.noarch 3-55.fc31 @updates | |
python3-schedutils.x86_64 0.6-8.fc31 @fedora | |
python3-setools.x86_64 4.2.2-2.fc31 @updates | |
python3-setuptools.noarch 41.6.0-1.fc31 @updates | |
python3-six.noarch 1.12.0-2.fc31 @fedora | |
python3-slip.noarch 0.6.4-16.fc31 @fedora | |
python3-slip-dbus.noarch 0.6.4-16.fc31 @fedora | |
python3-systemd.x86_64 234-9.fc31 @fedora | |
python3-unbound.x86_64 1.9.6-1.fc31 @updates | |
python3-urllib3.noarch 1.25.7-1.fc31 @updates | |
python3-virtualenv.noarch 16.6.2-1.fc31 @updates | |
python3-zope-component.noarch 4.3.0-9.fc31 @fedora | |
python3-zope-event.noarch 4.2.0-13.fc31 @fedora | |
python3-zope-interface.x86_64 4.6.0-2.fc31 @fedora | |
qrencode-libs.x86_64 4.0.2-4.fc31 @fedora | |
qt5-srpm-macros.noarch 5.13.2-1.fc31 @updates | |
readline.x86_64 8.0-3.fc31 @fedora | |
readline-devel.x86_64 8.0-3.fc31 @fedora | |
redhat-rpm-config.noarch 143-1.fc31 @updates | |
remi-release.noarch 31-2.fc31.remi @remi | |
rest.x86_64 0.8.1-6.fc31 @fedora | |
rhash.x86_64 1.3.8-2.fc31 @fedora | |
rootfiles.noarch 8.1-25.fc31 @fedora | |
rp-pppoe.x86_64 3.12-14.fc31 @fedora | |
rpm.x86_64 4.15.1-1.fc31 @updates | |
rpm-build-libs.x86_64 4.15.1-1.fc31 @updates | |
rpm-libs.x86_64 4.15.1-1.fc31 @updates | |
rpm-plugin-selinux.x86_64 4.15.1-1.fc31 @updates | |
rpm-plugin-systemd-inhibit.x86_64 4.15.1-1.fc31 @updates | |
rpm-sign-libs.x86_64 4.15.1-1.fc31 @updates | |
rpmfusion-free-release.noarch 31-1 @rpmfusion-free | |
rpmfusion-nonfree-release.noarch 31-2 @rpmfusion-nonfree-updates | |
rsync.x86_64 3.1.3-10.fc31 @updates | |
rtkit.x86_64 0.11-22.fc31 @fedora | |
ruby.x86_64 2.6.5-124.fc31 @updates | |
ruby-devel.x86_64 2.6.5-124.fc31 @updates | |
ruby-libs.x86_64 2.6.5-124.fc31 @updates | |
rubygem-bigdecimal.x86_64 1.4.1-124.fc31 @updates | |
rubygem-did_you_mean.noarch 1.3.0-124.fc31 @updates | |
rubygem-io-console.x86_64 0.4.7-124.fc31 @updates | |
rubygem-irb.noarch 1.0.0-124.fc31 @updates | |
rubygem-json.x86_64 2.2.0-202.fc31 @updates | |
rubygem-openssl.x86_64 2.1.2-124.fc31 @updates | |
rubygem-psych.x86_64 3.1.0-124.fc31 @updates | |
rubygem-rdoc.noarch 6.1.2-124.fc31 @updates | |
rubygems.noarch 3.0.3-124.fc31 @updates | |
rubypick.noarch 1.1.1-11.fc31 @fedora | |
rust-srpm-macros.noarch 14-1.fc31 @updates | |
sbc.x86_64 1.4-3.fc31 @fedora | |
screen.x86_64 4.6.2-9.fc31 @fedora | |
sed.x86_64 4.5-4.fc31 @fedora | |
selinux-policy.noarch 3.14.4-50.fc31 @updates | |
selinux-policy-targeted.noarch 3.14.4-50.fc31 @updates | |
sendmail.x86_64 8.15.2-40.fc31 @updates | |
setup.noarch 2.13.6-1.fc31 @updates | |
shadow-utils.x86_64 2:4.6-18.fc31 @updates | |
shared-mime-info.x86_64 1.15-1.fc31 @updates | |
sqlite-libs.x86_64 3.30.0-1.fc31 @updates | |
sscg.x86_64 2.6.1-1.fc31 @updates | |
sssd-client.x86_64 2.2.3-13.fc31 @updates | |
sssd-common.x86_64 2.2.3-13.fc31 @updates | |
sssd-kcm.x86_64 2.2.3-13.fc31 @updates | |
sssd-nfs-idmap.x86_64 2.2.3-13.fc31 @updates | |
strace.x86_64 5.6-1.fc31 @updates | |
sudo.x86_64 1.9.0-0.1.b4.fc31 @updates | |
systemd.x86_64 243.8-1.fc31 @updates | |
systemd-bootchart.x86_64 233-5.fc31 @fedora | |
systemd-container.x86_64 243.8-1.fc31 @updates | |
systemd-libs.x86_64 243.8-1.fc31 @updates | |
systemd-pam.x86_64 243.8-1.fc31 @updates | |
systemd-rpm-macros.noarch 243.8-1.fc31 @updates | |
systemd-udev.x86_64 243.8-1.fc31 @updates | |
tar.x86_64 2:1.32-2.fc31 @fedora | |
tcl.x86_64 1:8.6.8-2.fc31 @fedora | |
teamd.x86_64 1.29-2.fc31 @fedora | |
tix.x86_64 1:8.4.3-27.fc31 @fedora | |
tk.x86_64 1:8.6.8-2.fc31 @updates | |
tmux.x86_64 2.9a-3.fc31 @fedora | |
tomoyan-release-29.noarch 1.0-0 @@commandline | |
trousers.x86_64 0.3.13-13.fc31 @fedora | |
trousers-lib.x86_64 0.3.13-13.fc31 @fedora | |
tss2.x86_64 1331-2.fc31 @fedora | |
tuned.noarch 2.13.0-1.fc31 @updates | |
tzdata.noarch 2019c-2.fc31 @updates | |
unbound-libs.x86_64 1.9.6-1.fc31 @updates | |
unzip.x86_64 6.0-44.fc31 @fedora | |
urw-base35-bookman-fonts.noarch 20170801-13.fc31 @fedora | |
urw-base35-c059-fonts.noarch 20170801-13.fc31 @fedora | |
urw-base35-d050000l-fonts.noarch 20170801-13.fc31 @fedora | |
urw-base35-fonts.noarch 20170801-13.fc31 @fedora | |
urw-base35-fonts-common.noarch 20170801-13.fc31 @fedora | |
urw-base35-gothic-fonts.noarch 20170801-13.fc31 @fedora | |
urw-base35-nimbus-mono-ps-fonts.noarch 20170801-13.fc31 @fedora | |
urw-base35-nimbus-roman-fonts.noarch 20170801-13.fc31 @fedora | |
urw-base35-nimbus-sans-fonts.noarch 20170801-13.fc31 @fedora | |
urw-base35-p052-fonts.noarch 20170801-13.fc31 @fedora | |
urw-base35-standard-symbols-ps-fonts.noarch | |
20170801-13.fc31 @fedora | |
urw-base35-z003-fonts.noarch 20170801-13.fc31 @fedora | |
usbutils.x86_64 012-3.fc31 @fedora | |
usermode.x86_64 1.112-5.fc31 @fedora | |
userspace-rcu.x86_64 0.11.1-2.fc31 @fedora | |
util-linux.x86_64 2.34-4.fc31 @updates | |
uuid.x86_64 1.6.2-45.fc31 @fedora | |
vim-minimal.x86_64 2:8.2.587-1.fc31 @updates | |
virt-what.x86_64 1.19-3.fc31 @fedora | |
web-assets-filesystem.noarch 5-10.fc31 @fedora | |
which.x86_64 2.21-15.fc31 @fedora | |
whois-nls.noarch 5.5.6-1.fc31 @updates | |
xkeyboard-config.noarch 2.28-1.fc31 @updates | |
xml-common.noarch 0.6.3-53.fc31 @fedora | |
xorg-x11-font-utils.x86_64 1:7.5-43.fc31 @updates | |
xorg-x11-fonts-ISO8859-1-100dpi.noarch 7.5-23.fc31 @fedora | |
xorg-x11-proto-devel.noarch 2019.1-2.fc31 @fedora | |
xorg-x11-server-utils.x86_64 7.7-32.fc31 @fedora | |
xz.x86_64 5.2.4-6.fc31 @fedora | |
xz-libs.x86_64 5.2.4-6.fc31 @fedora | |
yum.noarch 4.2.21-1.fc31 @updates | |
zchunk-libs.x86_64 1.1.5-1.fc31 @updates | |
zip.x86_64 3.0-25.fc31 @fedora | |
zlib.x86_64 1.2.11-20.fc31 @updates | |
zlib-devel.x86_64 1.2.11-20.fc31 @updates | |
</pre></html></WRAP> | </pre></html></WRAP> |
</WRAP> | </WRAP> |
| |
==== コマンドのヘルプを表示 [--help] オプション ==== | ==== インストール済パッケージの一覧 [--installed] オプション ==== |
<WRAP color_term> | <WRAP color_term> |
<WRAP color_command><html><pre> | <WRAP color_command><html><pre> |
$ dnf list --help | <font color="#0087FF"><b>$</b></font> <font color="#26A269">dnf</font> list <font color="#A347BA">--installed</font> |
</pre></html></WRAP> | </pre></html></WRAP> |
<WRAP color_result_long><html><pre> | <WRAP color_result_hlong><html><pre> |
usage: dnf list [-c [config file]] [-q] [-v] [--version] | インストール済みパッケージ |
[--installroot [path]] [--nodocs] [--noplugins] | <font color="#33D17A"><b>Box2D.x86_64 2.4.2-1.fc41 <unknown></b></font> |
[--enableplugin [plugin]] [--disableplugin [plugin]] | <font color="#33D17A"><b>HandBrake.x86_64 1.8.2-3.fc41 <unknown></b></font> |
[--releasever RELEASEVER] [--setopt SETOPTS] [--skip-broken] | <font color="#33D17A"><b>ImageMagick.x86_64 1:7.1.1.45-1.fc41.remi <unknown></b></font> |
[-h] [--allowerasing] [-b | --nobest] [-C] [-R [minutes]] | <font color="#33D17A"><b>ImageMagick-djvu.x86_64 1:7.1.1.45-1.fc41.remi <unknown></b></font> |
[-d [debug level]] [--debugsolver] [--showduplicates] | <font color="#33D17A"><b>ImageMagick-heic.x86_64 1:7.1.1.45-1.fc41.remi <unknown></b></font> |
[-e ERRORLEVEL] [--obsoletes] | <font color="#33D17A"><b>ImageMagick-libs.x86_64 1:7.1.1.45-1.fc41.remi <unknown></b></font> |
[--rpmverbosity [debug level name]] [-y] [--assumeno] | <font color="#33D17A"><b>LibRaw.x86_64 0.21.3-1.fc41 <unknown></b></font> |
[--enablerepo [repo]] [--disablerepo [repo] | --repo [repo]] | <font color="#33D17A"><b>ModemManager.x86_64 1.22.0-4.fc41 <unknown></b></font> |
[--enable | --disable] [-x [package]] | <font color="#33D17A"><b>ModemManager-glib.x86_64 1.22.0-4.fc41 <unknown></b></font> |
[--disableexcludes [repo]] [--repofrompath [repo,path]] | <font color="#33D17A"><b>NetworkManager.x86_64 1:1.50.3-1.fc41 updates</b></font> |
[--noautoremove] [--nogpgcheck] [--color COLOR] [--refresh] | <font color="#33D17A"><b>NetworkManager-adsl.x86_64 1:1.50.3-1.fc41 updates</b></font> |
[-4] [-6] [--destdir DESTDIR] [--downloadonly] | <font color="#33D17A"><b>NetworkManager-bluetooth.x86_64 1:1.50.3-1.fc41 updates</b></font> |
[--comment COMMENT] [--bugfix] [--enhancement] [--newpackage] | <font color="#33D17A"><b>NetworkManager-config-connectivity-fedora.noarch 1:1.50.3-1.fc41 updates</b></font> |
[--security] [--advisory ADVISORY] [--bz BUGZILLA] | <font color="#33D17A"><b>NetworkManager-libnm.x86_64 1:1.50.3-1.fc41 updates</b></font> |
[--cve CVES] | <font color="#33D17A"><b>NetworkManager-openconnect.x86_64 1.2.10-6.fc41 <unknown></b></font> |
[--sec-severity {Critical,Important,Moderate,Low}] | <font color="#33D17A"><b>NetworkManager-openconnect-gnome.x86_64 1.2.10-6.fc41 <unknown></b></font> |
[--forcearch ARCH] | <font color="#33D17A"><b>NetworkManager-openvpn.x86_64 1:1.12.0-2.fc41 <unknown></b></font> |
[--all | --available | --installed | --extras | --updates | --upgrades | --autoremove | --recent] | <font color="#33D17A"><b>NetworkManager-openvpn-gnome.x86_64 1:1.12.0-2.fc41 <unknown></b></font> |
[パッケージ [パッケージ ...]] | <font color="#33D17A"><b>NetworkManager-ppp.x86_64 1:1.50.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>NetworkManager-pptp.x86_64 1:1.2.12-7.fc41 <unknown></b></font> |
パッケージまたはパッケージのグループを一覧表示します | <font color="#33D17A"><b>NetworkManager-pptp-gnome.x86_64 1:1.2.12-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>NetworkManager-ssh.x86_64 1.2.14-2.fc41 <unknown></b></font> |
General DNF options: | <font color="#33D17A"><b>NetworkManager-ssh-gnome.x86_64 1.2.14-2.fc41 <unknown></b></font> |
-c [config file], --config [config file] | <font color="#33D17A"><b>NetworkManager-ssh-selinux.x86_64 1.2.14-2.fc41 <unknown></b></font> |
設定ファイルの場所 | <font color="#33D17A"><b>NetworkManager-team.x86_64 1:1.50.3-1.fc41 updates</b></font> |
-q, --quiet 静かな操作 | <font color="#33D17A"><b>NetworkManager-vpnc.x86_64 1:1.2.8-8.fc41 <unknown></b></font> |
-v, --verbose 詳細な操作 | <font color="#33D17A"><b>NetworkManager-vpnc-gnome.x86_64 1:1.2.8-8.fc41 <unknown></b></font> |
--version show DNF version and exit | <font color="#33D17A"><b>NetworkManager-wifi.x86_64 1:1.50.3-1.fc41 updates</b></font> |
--installroot [path] インストール root を設定します | <font color="#33D17A"><b>NetworkManager-wwan.x86_64 1:1.50.3-1.fc41 updates</b></font> |
--nodocs ドキュメントをインストールしません | <font color="#33D17A"><b>PackageKit.x86_64 1.2.8-8.fc41 <unknown></b></font> |
--noplugins すべてのプラグインを無効にします | <font color="#33D17A"><b>PackageKit-command-not-found.x86_64 1.2.8-8.fc41 <unknown></b></font> |
--enableplugin [plugin] | <font color="#33D17A"><b>PackageKit-glib.x86_64 1.2.8-8.fc41 <unknown></b></font> |
名前ごとにプラグインを有効にします | <font color="#33D17A"><b>PackageKit-gstreamer-plugin.x86_64 1.2.8-8.fc41 <unknown></b></font> |
--disableplugin [plugin] | <font color="#33D17A"><b>PackageKit-gtk3-module.x86_64 1.2.8-8.fc41 <unknown></b></font> |
名前ごとにプラグインを無効にします | <font color="#33D17A"><b>SDL2.i686 2.30.11-1.fc41 <unknown></b></font> |
--releasever RELEASEVER | <font color="#33D17A"><b>SDL2.x86_64 2.30.11-1.fc41 <unknown></b></font> |
設定ファイルと repo ファイルの $releasever の値をオーバーライドします | <font color="#33D17A"><b>SDL2_image.x86_64 2.8.6-1.fc41 <unknown></b></font> |
--setopt SETOPTS 任意の設定オプションと repo オプションを設定します | <font color="#33D17A"><b>SDL2_net.x86_64 2.2.0-6.fc41 <unknown></b></font> |
--skip-broken パッケージをスキップして depsolve 問題を解決します | <font color="#33D17A"><b>SDL_image.x86_64 1.2.12-38.fc41 <unknown></b></font> |
-h, --help, --help-cmd | <font color="#33D17A"><b>SuperLU.x86_64 6.0.1-6.fc41 <unknown></b></font> |
コマンドのヘルプを表示する | <font color="#33D17A"><b>aajohan-comfortaa-fonts.noarch 3.105-0.5.20210729git2a87ac6.fc41 <unknown></b></font> |
--allowerasing 依存関係を解決するために、インストール済みパッケージの消去を許可します | <font color="#33D17A"><b>aalib-libs.x86_64 1.4.0-0.51.rc5.fc41 <unknown></b></font> |
-b, --best トランザクションにおいて利用可能な最適なパッケージバージョンを試してください。 | <font color="#33D17A"><b>aardvark-dns.x86_64 2:1.14.0-1.fc41 <unknown></b></font> |
--nobest do not limit the transaction to the best candidate | <font color="#33D17A"><b>abattis-cantarell-fonts.noarch 0.301-13.fc41 <unknown></b></font> |
-C, --cacheonly システムキャッシュから全面的に実行し、キャッシュは更新しません | <font color="#33D17A"><b>abattis-cantarell-vf-fonts.noarch 0.301-13.fc41 <unknown></b></font> |
-R [minutes], --randomwait [minutes] | <font color="#33D17A"><b>abrt.x86_64 2.17.6-3.fc41 <unknown></b></font> |
コマンドの最大待ち時間 | <font color="#33D17A"><b>abrt-addon-ccpp.x86_64 2.17.6-3.fc41 <unknown></b></font> |
-d [debug level], --debuglevel [debug level] | <font color="#33D17A"><b>abrt-addon-kerneloops.x86_64 2.17.6-3.fc41 <unknown></b></font> |
出力レベルをデバッグします | <font color="#33D17A"><b>abrt-addon-pstoreoops.x86_64 2.17.6-3.fc41 <unknown></b></font> |
--debugsolver ファイルに詳細な解決結果をダンプします | <font color="#33D17A"><b>abrt-addon-vmcore.x86_64 2.17.6-3.fc41 <unknown></b></font> |
--showduplicates 一覧/検索コマンドで repo の重複を表示します | <font color="#33D17A"><b>abrt-addon-xorg.x86_64 2.17.6-3.fc41 <unknown></b></font> |
-e ERRORLEVEL, --errorlevel ERRORLEVEL | <font color="#33D17A"><b>abrt-cli.x86_64 2.17.6-3.fc41 <unknown></b></font> |
エラー出力レベル | <font color="#33D17A"><b>abrt-dbus.x86_64 2.17.6-3.fc41 <unknown></b></font> |
--obsoletes enables dnf's obsoletes processing logic for upgrade | <font color="#33D17A"><b>abrt-desktop.x86_64 2.17.6-3.fc41 <unknown></b></font> |
or display capabilities that the package obsoletes for | <font color="#33D17A"><b>abrt-gui.x86_64 2.17.6-3.fc41 <unknown></b></font> |
info, list and repoquery | <font color="#33D17A"><b>abrt-gui-libs.x86_64 2.17.6-3.fc41 <unknown></b></font> |
--rpmverbosity [debug level name] | <font color="#33D17A"><b>abrt-java-connector.x86_64 1.3.2-6.fc40 fedora</b></font> |
rpm の出力レベルをデバッグします | <font color="#33D17A"><b>abrt-libs.x86_64 2.17.6-3.fc41 <unknown></b></font> |
-y, --assumeyes すべての質問に「はい」(yes) と自動的に答えます | <font color="#33D17A"><b>abrt-plugin-bodhi.x86_64 2.17.6-3.fc41 <unknown></b></font> |
--assumeno すべての質問に「いいえ」(no) と自動的に答えます | <font color="#33D17A"><b>abrt-tui.noarch 2.17.6-3.fc41 <unknown></b></font> |
--enablerepo [repo] Enable additional repositories. List option. Supports | <font color="#33D17A"><b>abseil-cpp.x86_64 20240722.1-1.fc41 <unknown></b></font> |
globs, can be specified multiple times. | <font color="#33D17A"><b>accountsservice.x86_64 23.13.9-8.fc41 <unknown></b></font> |
--disablerepo [repo] Disable repositories. List option. Supports globs, can | <font color="#33D17A"><b>accountsservice-libs.x86_64 23.13.9-8.fc41 <unknown></b></font> |
be specified multiple times. | <font color="#33D17A"><b>acl.x86_64 2.3.2-2.fc41 <unknown></b></font> |
--repo [repo], --repoid [repo] | <font color="#33D17A"><b>acpi.x86_64 1.7-24.fc41 <unknown></b></font> |
id または glob により特定のリポジトリーだけを有効にします。複数回指定することが可能です | <font color="#33D17A"><b>acpid.x86_64 2.0.34-10.fc41 <unknown></b></font> |
--enable, --set-enabled | <font color="#33D17A"><b>adcli.x86_64 0.9.2-7.fc41 <unknown></b></font> |
enable repos with config-manager command | <font color="#33D17A"><b>add-determinism.x86_64 0.3.6-3.fc41 <unknown></b></font> |
(automatically saves) | <font color="#33D17A"><b>adobe-mappings-cmap.noarch 20231115-1.fc41 <unknown></b></font> |
--disable, --set-disabled | <font color="#33D17A"><b>adobe-mappings-cmap-deprecated.noarch 20231115-1.fc41 <unknown></b></font> |
disable repos with config-manager command | <font color="#33D17A"><b>adobe-mappings-pdf.noarch 20190401-8.fc41 <unknown></b></font> |
(automatically saves) | <font color="#33D17A"><b>adobe-source-code-pro-fonts.noarch 2.042.1.062.1.026-5.fc41 <unknown></b></font> |
-x [package], --exclude [package], --excludepkgs [package] | <font color="#33D17A"><b>adwaita-cursor-theme.noarch 47.0-1.fc41 <unknown></b></font> |
名前または glob ごとにパッケージを除外します | <font color="#33D17A"><b>adwaita-gtk2-theme.x86_64 3.28-20.fc41 <unknown></b></font> |
--disableexcludes [repo], --disableexcludepkgs [repo] | <font color="#33D17A"><b>adwaita-icon-theme.noarch 47.0-1.fc41 <unknown></b></font> |
excludepkgs を無効にします | <font color="#33D17A"><b>adwaita-icon-theme-legacy.noarch 46.2-2.fc41 <unknown></b></font> |
--repofrompath [repo,path] | <font color="#33D17A"><b>akmod-nvidia-390xx.x86_64 3:390.157-16.fc41 rpmfusion-nonfree-updates</b></font> |
label and path to an additional repository to use | <font color="#33D17A"><b>akmods.noarch 0.6.0-8.fc41 <unknown></b></font> |
(same path as in a baseurl), can be specified multiple | <font color="#33D17A"><b>alsa-lib.i686 1.2.13-3.fc41 <unknown></b></font> |
times. | <font color="#33D17A"><b>alsa-lib.x86_64 1.2.13-3.fc41 <unknown></b></font> |
--noautoremove もはや使用されていない依存関係の削除を無効にします | <font color="#33D17A"><b>alsa-sof-firmware.noarch 2025.01-1.fc41 updates</b></font> |
--nogpgcheck disable gpg signature checking (if RPM policy allows) | <font color="#33D17A"><b>alsa-ucm.noarch 1.2.13-3.fc41 <unknown></b></font> |
--color COLOR 色を使うかどうか制御します | <font color="#33D17A"><b>alsa-utils.x86_64 1.2.13-2.fc41 <unknown></b></font> |
--refresh コマンド実行前にメタデータを期限切れに設定します | <font color="#33D17A"><b>alternatives.x86_64 1.31-1.fc41 <unknown></b></font> |
-4 IPv4 アドレスのみを解決します | <font color="#33D17A"><b>amd-gpu-firmware.noarch 20241210-1.fc41 <unknown></b></font> |
-6 IPv6 アドレスのみを解決します | <font color="#33D17A"><b>amd-ucode-firmware.noarch 20241210-1.fc41 <unknown></b></font> |
--destdir DESTDIR, --downloaddir DESTDIR | <font color="#33D17A"><b>anaconda.x86_64 41.35-2.fc41 <unknown></b></font> |
パッケージをコピーするディレクトリーを設定します | <font color="#33D17A"><b>anaconda-core.x86_64 41.35-2.fc41 <unknown></b></font> |
--downloadonly パッケージのみをダウンロードします | <font color="#33D17A"><b>anaconda-gui.x86_64 41.35-2.fc41 <unknown></b></font> |
--comment COMMENT トランザクションにコメントを追加します | <font color="#33D17A"><b>anaconda-install-env-deps.x86_64 41.35-2.fc41 <unknown></b></font> |
--bugfix バグ修正関連パッケージを更新に含めます | <font color="#33D17A"><b>anaconda-live.noarch 41.35-2.fc41 <unknown></b></font> |
--enhancement 機能拡張関連パッケージを更新に含めます | <font color="#33D17A"><b>anaconda-tui.x86_64 41.35-2.fc41 <unknown></b></font> |
--newpackage newpackage の関連パッケージを更新に含めます | <font color="#33D17A"><b>anaconda-user-help.noarch 26.2-6.fc39 fedora</b></font> |
--security セキュリティー関連パッケージを更新に含めます | <font color="#33D17A"><b>anaconda-widgets.x86_64 41.35-2.fc41 <unknown></b></font> |
--advisory ADVISORY, --advisories ADVISORY | <font color="#33D17A"><b>android-tools.x86_64 1:35.0.1-2.fc41 <unknown></b></font> |
特定のアドバイザリーの修正に必要なパッケージを更新に含めます | <font color="#33D17A"><b>annobin-docs.noarch 12.69-1.fc41 <unknown></b></font> |
--bz BUGZILLA, --bzs BUGZILLA | <font color="#33D17A"><b>annobin-plugin-gcc.x86_64 12.69-1.fc41 <unknown></b></font> |
特定の BZ の修正に必要なパッケージを更新に含めます | <font color="#33D17A"><b>ansible.noarch 9.13.0-1.fc41 <unknown></b></font> |
--cve CVES, --cves CVES | <font color="#33D17A"><b>ansible-core.noarch 2.16.14-1.fc41 <unknown></b></font> |
特定の CVE の修正に必要なパッケージを更新に含めます | <font color="#33D17A"><b>ansible-srpm-macros.noarch 1-16.fc41 <unknown></b></font> |
--sec-severity {Critical,Important,Moderate,Low}, --secseverity {Critical,Important,Moderate,Low} | <font color="#33D17A"><b>anthy-unicode.x86_64 1.0.0.20240502-8.fc41 <unknown></b></font> |
深刻度に一致するセキュリティー関連パッケージを更新に含めます | <font color="#33D17A"><b>antiword.x86_64 0.37-39.fc41 <unknown></b></font> |
--forcearch ARCH アーキテクチャーの使用を強制します | <font color="#33D17A"><b>appstream.x86_64 1.0.2-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>appstream-data.noarch 41-10.fc41 <unknown></b></font> |
List command-specific options: | <font color="#33D17A"><b>apr.x86_64 1.7.5-1.fc41 <unknown></b></font> |
--all すべてのパッケージを表示します (デフォルト) | <font color="#33D17A"><b>apr-devel.x86_64 1.7.5-1.fc41 <unknown></b></font> |
--available 利用可能なパッケージのみを表示します | <font color="#33D17A"><b>apr-util.x86_64 1.6.3-21.fc41 <unknown></b></font> |
--installed インストール済みのパッケージのみを表示します | <font color="#33D17A"><b>apr-util-devel.x86_64 1.6.3-21.fc41 <unknown></b></font> |
--extras エクストラパッケージのみを表示します | <font color="#33D17A"><b>apr-util-lmdb.x86_64 1.6.3-21.fc41 <unknown></b></font> |
--updates アップグレードパッケージのみを表示します | <font color="#33D17A"><b>apr-util-openssl.x86_64 1.6.3-21.fc41 <unknown></b></font> |
--upgrades アップグレードパッケージのみを表示します | <font color="#33D17A"><b>aribb24.x86_64 1.0.3^20160216git5e9be27-1.fc41 <unknown></b></font> |
--autoremove 自動削除パッケージのみを表示します | <font color="#33D17A"><b>aribb25.x86_64 0.2.7-4.fc41 <unknown></b></font> |
--recent 最近変更されたパッケージのみを表示します | <font color="#33D17A"><b>arm-none-eabi-binutils-cs.x86_64 1:2.44-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>arm-none-eabi-gcc-cs.x86_64 1:14.1.0-2.fc41 <unknown></b></font> |
パッケージ Package name specification | <font color="#33D17A"><b>armadillo.x86_64 12.8.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>arpack.x86_64 3.9.1-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>assimp.x86_64 5.3.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>at.x86_64 3.2.5-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>at-spi2-atk.i686 2.54.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>at-spi2-atk.x86_64 2.54.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>at-spi2-core.i686 2.54.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>at-spi2-core.x86_64 2.54.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>atheros-firmware.noarch 20241210-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>atk.i686 2.54.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>atk.x86_64 2.54.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>atk-devel.x86_64 2.54.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>atkmm.x86_64 2.28.4-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>atmel-firmware.noarch 1.3-33.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>attr.x86_64 2.5.2-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>audacity.x86_64 3.5.1-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>audit.x86_64 4.0.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>audit-libs.i686 4.0.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>audit-libs.x86_64 4.0.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>audit-rules.x86_64 4.0.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>augeas-libs.x86_64 1.14.2-0.1.20240903git2de06e0.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>authselect.x86_64 1.5.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>authselect-libs.x86_64 1.5.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>autoconf.noarch 2.72-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>autocorr-en.noarch 1:24.8.5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>autocorr-ja.noarch 1:24.8.5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>automake.noarch 1.16.5-17.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>avahi.x86_64 0.8-29.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>avahi-glib.i686 0.8-29.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>avahi-glib.x86_64 0.8-29.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>avahi-gobject.x86_64 0.8-29.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>avahi-libs.i686 0.8-29.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>avahi-libs.x86_64 0.8-29.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>avahi-tools.x86_64 0.8-29.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>avahi-ui-gtk3.x86_64 0.8-29.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>avif-pixbuf-loader.x86_64 1.1.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>b3sum.x86_64 1.6.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>b43-fwcutter.x86_64 019-37.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>b43-openfwwf.noarch 5.2-44.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>babl.x86_64 0.1.110-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>baobab.x86_64 47.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>basesystem.noarch 11-21.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>bash.x86_64 5.2.32-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>bash-color-prompt.noarch 0.5-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>bash-completion.noarch 1:2.16-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>bat.x86_64 0.24.0-11.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>bc.x86_64 1.07.1-22.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>bcache-tools.x86_64 1.1-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>bcg729.x86_64 1.1.1-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>bind-libs.x86_64 32:9.18.33-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>bind-utils.x86_64 32:9.18.33-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>binutils.x86_64 2.43.1-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>binutils-gold.x86_64 2.43.1-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>biosdevname.x86_64 0.7.3-17.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>bison.x86_64 3.8.2-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>blivet-data.noarch 1:3.11.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>blivet-gui-runtime.noarch 2.6.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>blosc.x86_64 1.21.6-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>bluez.x86_64 5.79-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>bluez-cups.x86_64 5.79-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>bluez-deprecated.x86_64 5.79-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>bluez-libs.x86_64 5.79-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>bluez-obexd.x86_64 5.79-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>bolt.x86_64 0.9.8-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>boost-atomic.x86_64 1.83.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>boost-chrono.x86_64 1.83.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>boost-date-time.x86_64 1.83.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>boost-filesystem.x86_64 1.83.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>boost-iostreams.x86_64 1.83.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>boost-locale.x86_64 1.83.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>boost-program-options.x86_64 1.83.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>boost-regex.x86_64 1.83.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>boost-system.x86_64 1.83.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>boost-thread.x86_64 1.83.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>braille-printer-app.x86_64 1:2.0~b0^386eea385f-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>brasero-libs.x86_64 3.12.3-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>brave-browser.x86_64 1.76.74-1 brave-browser</b></font> |
| <font color="#33D17A"><b>brave-keyring.noarch 1.15-1 brave-browser</b></font> |
| <font color="#33D17A"><b>brcmfmac-firmware.noarch 20241210-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>bridge-utils.x86_64 1.7.1-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>brlapi.x86_64 0.8.5-22.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>brltty.x86_64 6.6-22.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>brotli.x86_64 1.1.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>brotli-devel.x86_64 1.1.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>btrfs-progs.x86_64 6.12-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>bubblewrap.x86_64 0.10.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>build-reproducibility-srpm-macros.noarch 0.3.6-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>buildah.x86_64 2:1.39.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>buildsys-build-rpmfusion.x86_64 11:40-0.1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>bzip2.x86_64 1.0.8-19.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>bzip2-devel.x86_64 1.0.8-19.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>bzip2-libs.i686 1.0.8-19.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>bzip2-libs.x86_64 1.0.8-19.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>c-ares.x86_64 1.34.4-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ca-certificates.noarch 2024.2.69_v8.0.401-1.0.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cabextract.x86_64 1.11-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>caca-utils.x86_64 0.99-0.75.beta20.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cairo.i686 1.18.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cairo.x86_64 1.18.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cairo-devel.x86_64 1.18.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cairo-gobject.i686 1.18.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cairo-gobject.x86_64 1.18.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cairomm.x86_64 1.14.5-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cairomm1.16.x86_64 1.18.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>capstone.x86_64 5.0.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cargo.x86_64 1.85.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>catatonit.x86_64 0.2.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>catimg.x86_64 2.7.0-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cdparanoia-libs.i686 10.2-45.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cdparanoia-libs.x86_64 10.2-45.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cfitsio.x86_64 4.5.0-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cgnslib.x86_64 4.4.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cgnslib-common.noarch 4.4.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cgnslib-libs.x86_64 4.4.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>checkpolicy.x86_64 3.7-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cheese.x86_64 2:44.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cheese-libs.x86_64 2:44.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>chkconfig.x86_64 1.31-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>chrony.x86_64 4.6.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cifs-utils.x86_64 7.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cifs-utils-info.x86_64 7.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cirrus-audio-firmware.noarch 20241210-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cjson.x86_64 1.7.18-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>clang.x86_64 19.1.7-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>clang-libs.x86_64 19.1.7-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>clang-resource-filesystem.x86_64 19.1.7-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>clang13-libs.x86_64 13.0.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>clang13-resource-filesystem.x86_64 13.0.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>clang16-libs.x86_64 16.0.6-8.fc40 updates</b></font> |
| <font color="#33D17A"><b>clang16-resource-filesystem.noarch 16.0.6-8.fc40 updates</b></font> |
| <font color="#33D17A"><b>cldr-emoji-annotation.noarch 1:46.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cldr-emoji-annotation-dtd.noarch 1:46.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>clinfo.x86_64 3.0.23.01.25-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>clucene-contribs-lib.x86_64 2.3.3.4-49.20130812.e8e3d20git.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>clucene-core.x86_64 2.3.3.4-49.20130812.e8e3d20git.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>clutter.x86_64 1.26.4-14.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>clutter-gst3.x86_64 3.0.27-19.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>clutter-gtk.x86_64 1.8.4-19.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cmake.x86_64 3.30.8-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>cmake-data.noarch 3.30.8-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>cmake-filesystem.x86_64 3.30.8-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>cmake-rpm-macros.noarch 3.30.8-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>codec2.x86_64 1.2.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cogl.x86_64 1.22.8-11.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>color-filesystem.noarch 1-34.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>colord.x86_64 1.4.7-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>colord-gtk4.x86_64 0.3.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>colord-libs.i686 1.4.7-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>colord-libs.x86_64 1.4.7-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>colorized-logs.x86_64 2.6-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>compat-ffmpeg4.x86_64 4.4.5-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>compat-lua-libs.x86_64 5.1.5-26.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>composefs.x86_64 1.0.8-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>composefs-libs.x86_64 1.0.8-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>compsize.x86_64 1.5-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>conmon.x86_64 2:2.1.13-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>container-selinux.noarch 4:2.235.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>containers-common.noarch 5:0.62.0-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>containers-common-extra.noarch 5:0.62.0-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>copy-jdk-configs.noarch 4.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>coreutils.x86_64 9.5-11.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>coreutils-common.x86_64 9.5-11.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>corosynclib.x86_64 3.1.9-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cpio.x86_64 2.15-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cpp.x86_64 14.2.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cpuinfo.x86_64 23.11.04-0.gitd6860c4.fc41.1 <unknown></b></font> |
| <font color="#33D17A"><b>cracklib.x86_64 2.9.11-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cracklib-dicts.x86_64 2.9.11-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>createrepo_c.x86_64 1.2.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>createrepo_c-libs.x86_64 1.2.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>criu.x86_64 4.0-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>criu-libs.x86_64 4.0-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cronie.x86_64 1.7.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cronie-anacron.x86_64 1.7.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>crontabs.noarch 1.11^20190603git9e74f2d-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>crun.x86_64 1.20-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>crypto-policies.noarch 20250124-1.git4d262e7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>crypto-policies-scripts.noarch 20250124-1.git4d262e7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cryptsetup.x86_64 2.7.5-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cryptsetup-libs.x86_64 2.7.5-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ctags.x86_64 6.0.0-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cuda-command-line-tools-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-compiler-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-cublas-9-1.x86_64 9.1.85.3-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-cublas-dev-9-1.x86_64 9.1.85.3-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-cudart-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-cudart-dev-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-cufft-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-cufft-dev-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-cuobjdump-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-cupti-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-curand-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-curand-dev-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-cusolver-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-cusolver-dev-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-cusparse-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-cusparse-dev-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-documentation-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-driver-dev-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-gdb-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-gpu-library-advisor-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-libraries-dev-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-license-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-memcheck-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-misc-headers-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-npp-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-npp-dev-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-nsight-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-nvcc-9-1.x86_64 9.1.85.2-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-nvdisasm-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-nvgraph-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-nvgraph-dev-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-nvml-dev-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-nvprof-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-nvprune-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-nvrtc-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-nvrtc-dev-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-nvtx-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-nvvp-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-opencl-12-4.x86_64 12.4.127-1 cuda-fedora39-x86_64</b></font> |
| <font color="#33D17A"><b>cuda-repo-fedora25.x86_64 9.1.85-1 @commandline</b></font> |
| <font color="#33D17A"><b>cuda-samples-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-toolkit-12-4-config-common.noarch 12.4.127-1 cuda-fedora39-x86_64</b></font> |
| <font color="#33D17A"><b>cuda-toolkit-12-config-common.noarch 12.4.127-1 cuda-fedora39-x86_64</b></font> |
| <font color="#33D17A"><b>cuda-toolkit-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-toolkit-config-common.noarch 12.4.127-1 cuda-fedora39-x86_64</b></font> |
| <font color="#33D17A"><b>cuda-tools-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cuda-visual-tools-9-1.x86_64 9.1.85-1 cuda</b></font> |
| <font color="#33D17A"><b>cups.x86_64 1:2.4.11-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cups-browsed.x86_64 1:2.1.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cups-client.x86_64 1:2.4.11-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cups-filesystem.noarch 1:2.4.11-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cups-filters.x86_64 1:2.0.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cups-filters-driverless.x86_64 1:2.0.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cups-ipptool.x86_64 1:2.4.11-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cups-libs.i686 1:2.4.11-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cups-libs.x86_64 1:2.4.11-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cups-pk-helper.x86_64 0.2.7-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>curl.x86_64 8.9.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cxl-libs.x86_64 80-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cyrus-sasl.x86_64 2.1.28-27.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cyrus-sasl-devel.x86_64 2.1.28-27.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cyrus-sasl-gssapi.x86_64 2.1.28-27.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cyrus-sasl-lib.i686 2.1.28-27.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cyrus-sasl-lib.x86_64 2.1.28-27.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>cyrus-sasl-plain.x86_64 2.1.28-27.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>daala-libs.x86_64 0-28.20200724git694d4ce.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>daxctl-libs.x86_64 80-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dbus.x86_64 1:1.14.10-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dbus-broker.x86_64 36-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dbus-common.noarch 1:1.14.10-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dbus-daemon.x86_64 1:1.14.10-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dbus-glib.x86_64 0.112-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dbus-libs.i686 1:1.14.10-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dbus-libs.x86_64 1:1.14.10-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dbus-tools.x86_64 1:1.14.10-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dbus-x11.x86_64 1:1.14.10-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dconf.i686 0.40.0-14.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dconf.x86_64 0.40.0-14.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>debugedit.x86_64 5.1-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-editor.noarch 8.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-am.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-ar.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-as.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-ast.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-be.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-bg.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-bn.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-bo.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-br.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-chr.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-cjk-mono.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-cjk-sans.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-cjk-serif.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-core-emoji.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-core-math.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-core-mono.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-core-sans.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-core-serif.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-dv.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-dz.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-el.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-eo.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-eu.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-fa.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-gu.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-he.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-hi.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-hy.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-ia.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-iu.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-ka.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-km.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-kn.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-ku.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-lo.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-mai.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-ml.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-mni.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-mr.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-my.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-nb.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-ne.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-nn.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-nr.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-nso.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-or.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-other-mono.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-other-sans.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-other-serif.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-pa.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-ru.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-sat.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-si.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-ss.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-ta.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-te.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-th.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-tn.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-ts.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-uk.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-ur.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-ve.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-vi.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-xh.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-yi.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>default-fonts-zu.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dejavu-sans-fonts.noarch 2.37-24.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dejavu-sans-mono-fonts.noarch 2.37-24.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dejavu-serif-fonts.noarch 2.37-24.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>deltarpm.x86_64 3.6.5-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>desktop-backgrounds-gnome.noarch 41.0.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>desktop-file-utils.x86_64 0.27-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>device-mapper.x86_64 1.02.199-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>device-mapper-event.x86_64 1.02.199-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>device-mapper-event-libs.x86_64 1.02.199-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>device-mapper-libs.x86_64 1.02.199-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>device-mapper-multipath-libs.x86_64 0.9.9-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>device-mapper-persistent-data.x86_64 1.0.12-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dhcp-client.x86_64 12:4.4.3-14.P1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dhcp-common.noarch 12:4.4.3-14.P1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>diffstat.x86_64 1.66-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>diffutils.x86_64 3.10-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>distribution-gpg-keys.noarch 1.110-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>djvulibre-libs.x86_64 3.5.28-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dkms.noarch 3.1.5-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>dleyna.x86_64 0.8.3-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dleyna-connector-dbus.x86_64 0.8.3-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dleyna-renderer.x86_64 0.8.3-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dleyna-server.x86_64 0.8.3-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dmidecode.x86_64 1:3.6-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dmraid.x86_64 1.0.0.rc16-60.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dmraid-events.x86_64 1.0.0.rc16-60.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dmraid-libs.x86_64 1.0.0.rc16-60.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dnf-data.noarch 4.22.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dnf-plugins-core.noarch 4.10.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dnf5.x86_64 5.2.10.0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>dnf5-plugins.x86_64 5.2.10.0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>dnsmasq.x86_64 2.90-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dos2unix.x86_64 7.5.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dosbox-staging.x86_64 0.81.2-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dosfstools.x86_64 4.2-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dotconf.x86_64 1.4.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>double-conversion.x86_64 3.3.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>doxygen.x86_64 2:1.12.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dracut.x86_64 103-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dracut-config-rescue.x86_64 103-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dracut-live.x86_64 103-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dracut-network.x86_64 103-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dracut-squash.x86_64 103-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>drpm.x86_64 0.5.2-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>duktape.i686 2.7.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>duktape.x86_64 2.7.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dwz.x86_64 0.15-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>dyninst.x86_64 12.3.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>e2fsprogs.x86_64 1.47.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>e2fsprogs-libs.x86_64 1.47.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ed.x86_64 1.20.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>editorconfig-libs.x86_64 0.12.9-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>edk2-ovmf.noarch 20241117-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>efi-filesystem.noarch 5-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>efi-srpm-macros.noarch 5-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>efibootmgr.x86_64 18-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>efivar-libs.x86_64 39-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>egl-wayland.i686 1.1.18~20250114git26ba0e3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>egl-wayland.x86_64 1.1.18~20250114git26ba0e3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>electronics-menu.noarch 1.0-35.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>elfutils.x86_64 0.192-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>elfutils-debuginfod-client.i686 0.192-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>elfutils-debuginfod-client.x86_64 0.192-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>elfutils-debuginfod-client-devel.x86_64 0.192-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>elfutils-default-yama-scope.noarch 0.192-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>elfutils-devel.x86_64 0.192-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>elfutils-libelf.i686 0.192-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>elfutils-libelf.x86_64 0.192-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>elfutils-libelf-devel.x86_64 0.192-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>elfutils-libs.i686 0.192-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>elfutils-libs.x86_64 0.192-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>emacs-filesystem.noarch 1:30.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>enchant.x86_64 1:1.6.0-36.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>enchant2.x86_64 2.8.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>eog.x86_64 47.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>epiphany-runtime.x86_64 1:47.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>esmtp.x86_64 1.2-26.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>espeak-ng.x86_64 1.51.1-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ethtool.x86_64 2:6.11-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>evince.x86_64 46.3.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>evince-djvu.x86_64 46.3.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>evince-libs.x86_64 46.3.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>evince-previewer.x86_64 46.3.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>evince-thumbnailer.x86_64 46.3.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>evolution-data-server.x86_64 3.54.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>evolution-data-server-langpacks.noarch 3.54.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>exempi.x86_64 2.6.4-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>exfatprogs.x86_64 1.2.8-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>exiv2.x86_64 0.28.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>exiv2-libs.x86_64 0.28.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>expat.i686 2.6.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>expat.x86_64 2.6.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>expat-devel.x86_64 2.6.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>f2fs-tools.x86_64 1.16.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>f36-backgrounds-base.noarch 36.1.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>f36-backgrounds-gnome.noarch 36.1.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>f37-backgrounds-base.noarch 37.0.5-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>f37-backgrounds-gnome.noarch 37.0.5-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>f39-backgrounds-base.noarch 39.0.5-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>f39-backgrounds-gnome.noarch 39.0.5-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>f40-backgrounds-base.noarch 40.2.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>f40-backgrounds-gnome.noarch 40.2.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>f41-backgrounds-base.noarch 41.0.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>f41-backgrounds-gnome.noarch 41.0.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>faad2-libs.x86_64 1:2.11.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fakeroot.x86_64 1.37-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>fakeroot-libs.x86_64 1.37-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>fdk-aac-free.x86_64 2.0.0-14.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fedora-bookmarks.noarch 28-31.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fedora-chromium-config.noarch 3.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fedora-chromium-config-gnome.noarch 3.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fedora-chromium-config-gssapi.noarch 3.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fedora-flathub-remote.noarch 1-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fedora-gpg-keys.noarch 41-1 <unknown></b></font> |
| <font color="#33D17A"><b>fedora-logos.noarch 38.1.0-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fedora-release-common.noarch 41-31 updates</b></font> |
| <font color="#33D17A"><b>fedora-release-identity-workstation.noarch 41-31 updates</b></font> |
| <font color="#33D17A"><b>fedora-release-workstation.noarch 41-31 updates</b></font> |
| <font color="#33D17A"><b>fedora-repos.noarch 41-1 <unknown></b></font> |
| <font color="#33D17A"><b>fedora-third-party.noarch 0.10-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fedora-workstation-backgrounds.noarch 1.6-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fedora-workstation-repositories.x86_64 38-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ffmpeg.x86_64 7.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ffmpeg-libs.x86_64 7.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fftw-libs-double.x86_64 3.3.10-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>file.x86_64 5.45-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>file-libs.x86_64 5.45-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>filesystem.x86_64 3.18-23.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>filezilla.x86_64 3.68.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>findutils.x86_64 1:4.10.0-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>firefox.x86_64 136.0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>firefox-dev.x86_64 137.0b4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>firefox-langpacks.x86_64 136.0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>firewalld.noarch 2.2.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>firewalld-filesystem.noarch 2.2.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>flac-libs.i686 1.4.3-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>flac-libs.x86_64 1.4.3-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>flashrom.x86_64 1.4.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>flatpak.x86_64 1.16.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>flatpak-libs.x86_64 1.16.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>flatpak-selinux.noarch 1.16.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>flatpak-session-helper.x86_64 1.16.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>flex.x86_64 2.6.4-18.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>flexiblas.x86_64 3.4.5-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>flexiblas-netlib.x86_64 3.4.5-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>flexiblas-netlib64.x86_64 3.4.5-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>flexiblas-openblas-openmp.x86_64 3.4.5-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>flexiblas-openblas-openmp64.x86_64 3.4.5-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fluid-soundfont-common.noarch 3.1-33.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fluid-soundfont-gm.noarch 3.1-33.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fluidsynth-libs.x86_64 2.4.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fmt.x86_64 11.0.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>folks.x86_64 1:0.15.9-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fontconfig.i686 2.15.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fontconfig.x86_64 2.15.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fontconfig-devel.x86_64 2.15.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fonts-filesystem.noarch 1:2.0.5-17.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fonts-srpm-macros.noarch 1:2.0.5-17.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>forge-srpm-macros.noarch 0.4.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fpaste.noarch 0.5.0.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fpc-srpm-macros.noarch 1.3-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fprintd.x86_64 1.94.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fprintd-pam.x86_64 1.94.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>freeglut.x86_64 3.6.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>freeglut-devel.x86_64 3.6.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>freerdp-libs.x86_64 2:3.12.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>freerdp2-libs.x86_64 2.11.7-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>freetype.i686 2.13.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>freetype.x86_64 2.13.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>freetype-devel.x86_64 2.13.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>freexl.x86_64 2.0.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>frei0r-plugins.x86_64 2.3.3-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fribidi.i686 1.0.15-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fribidi.x86_64 1.0.15-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fribidi-devel.x86_64 1.0.15-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fros.noarch 1.1-37.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fros-gnome.noarch 1.1-37.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fstrm.x86_64 0.6.1-11.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fuse.x86_64 2.9.9-22.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fuse-common.x86_64 3.16.2-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fuse-libs.x86_64 2.9.9-22.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fuse-overlayfs.x86_64 1.13-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fuse3.x86_64 3.16.2-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fuse3-libs.x86_64 3.16.2-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fwupd.x86_64 1.9.28-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fwupd-efi.x86_64 1.6-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fwupd-plugin-flashrom.x86_64 1.9.28-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fwupd-plugin-modem-manager.x86_64 1.9.28-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fwupd-plugin-uefi-capsule-data.x86_64 1.9.28-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>fzf.x86_64 0.60.2-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>game-music-emu.x86_64 0.6.3-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gamemode.x86_64 1.8.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gavl.x86_64 1.4.0-27.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gawk.x86_64 5.3.0-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gawk-all-langpacks.x86_64 5.3.0-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gc.x86_64 8.2.6-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gcc.x86_64 14.2.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gcc-c++.x86_64 14.2.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gcc-gdb-plugin.x86_64 14.2.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gcc-plugin-annobin.x86_64 14.2.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gcr.x86_64 4.3.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gcr-libs.x86_64 4.3.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gcr3.x86_64 3.41.1-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gcr3-base.x86_64 3.41.1-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gd.i686 2.3.3-17.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gd.x86_64 2.3.3-17.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gdal-libs.x86_64 3.9.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gdb.x86_64 16.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gdb-headless.x86_64 16.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gdbm.x86_64 1:1.23-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gdbm-libs.i686 1:1.23-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gdbm-libs.x86_64 1:1.23-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gdisk.x86_64 1.0.10-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gdk-pixbuf2.i686 2.42.12-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gdk-pixbuf2.x86_64 2.42.12-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gdk-pixbuf2-devel.x86_64 2.42.12-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gdk-pixbuf2-modules.i686 2.42.12-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gdk-pixbuf2-modules.x86_64 2.42.12-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gdk-pixbuf2-modules-extra.x86_64 2.42.12-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gdk-pixbuf2-xlib.x86_64 2.40.2-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gdm.x86_64 1:47.0-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gdouros-symbola-fonts.noarch 10.24-16.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gegl04.x86_64 0.4.54-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gegl04-matting-levin.x86_64 0.4.54-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>genisoimage.x86_64 1.1.11-56.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>geoclue2.x86_64 2.7.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>geoclue2-libs.x86_64 2.7.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>geocode-glib.x86_64 3.26.4-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>geolite2-city.noarch 20191217-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>geolite2-country.noarch 20191217-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>geos.x86_64 3.12.2-3.fc41 updates</b></font> |
| <font color="#33D17A"><b>gettext.x86_64 0.22.5-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gettext-envsubst.x86_64 0.22.5-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gettext-libs.x86_64 0.22.5-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gettext-runtime.x86_64 0.22.5-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gfbgraph.x86_64 0.2.5-2.fc37 fedora</b></font> |
| <font color="#33D17A"><b>ghc-srpm-macros.noarch 1.9.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ghostscript.x86_64 10.03.1-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ghostscript-tools-fonts.noarch 10.03.1-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ghostscript-tools-printing.noarch 10.03.1-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gi-docgen-fonts.noarch 2025.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>giflib.i686 5.2.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>giflib.x86_64 5.2.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gimp.x86_64 2:3.0.0~RC3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gimp-libs.x86_64 2:3.0.0~RC3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>git.x86_64 2.48.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>git-core.x86_64 2.48.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>git-core-doc.noarch 2.48.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gjs.x86_64 1.82.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gkrellm.x86_64 2.3.11-17.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gkrellm-devel.x86_64 2.3.11-17.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gl-manpages.noarch 1.1-32.20190306.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>glfw.x86_64 1:3.3.10-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>glib-networking.i686 2.80.0-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>glib-networking.x86_64 2.80.0-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>glib2.i686 2.82.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>glib2.x86_64 2.82.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>glib2-devel.x86_64 2.82.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>glibc.i686 2.40-21.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>glibc.x86_64 2.40-21.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>glibc-all-langpacks.x86_64 2.40-21.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>glibc-common.x86_64 2.40-21.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>glibc-devel.x86_64 2.40-21.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>glibc-gconv-extra.i686 2.40-21.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>glibc-gconv-extra.x86_64 2.40-21.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>glibc-langpack-en.x86_64 2.40-21.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>glibc-langpack-ja.x86_64 2.40-21.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>glibmm2.4.x86_64 2.66.7-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>glibmm2.68.x86_64 2.82.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>glusterfs.x86_64 11.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>glusterfs-cli.x86_64 11.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>glusterfs-client-xlators.x86_64 11.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>glusterfs-fuse.x86_64 11.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>glx-utils.x86_64 9.0.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>glycin-loaders.x86_64 1.1.6-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gmp.i686 1:6.3.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gmp.x86_64 1:6.3.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnat-srpm-macros.noarch 6-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-abrt.x86_64 1.4.3-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-app-list.noarch 2.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-autoar.x86_64 0.4.5-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-backgrounds.noarch 47.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-bluetooth.x86_64 1:47.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-bluetooth-libs.x86_64 1:47.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-boxes.x86_64 47.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-browser-connector.x86_64 42.1-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-calculator.x86_64 47.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-calendar.x86_64 47~rc-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-characters.x86_64 47~alpha-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-classic-session.noarch 47.4-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-classic-session-xsession.noarch 47.4-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-clocks.x86_64 47.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-color-manager.x86_64 3.36.0-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-connections.x86_64 47.2.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-contacts.x86_64 47.1.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-control-center.x86_64 47.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-control-center-filesystem.noarch 47.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-desktop3.x86_64 44.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-desktop4.x86_64 44.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-disk-utility.x86_64 46.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-epub-thumbnailer.x86_64 1.8-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-font-viewer.x86_64 47.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-initial-setup.x86_64 47.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-keyring.x86_64 46.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-keyring-pam.x86_64 46.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-logs.x86_64 45.0-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-maps.x86_64 47.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-menus.x86_64 3.36.0-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-online-accounts.x86_64 3.53.1-4really3.52.2 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-online-miners.x86_64 3.34.0-10.fc36 anaconda</b></font> |
| <font color="#33D17A"><b>gnome-photos.x86_64 44.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-remote-desktop.x86_64 47.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-session.x86_64 47.0.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-session-wayland-session.x86_64 47.0.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-session-xsession.x86_64 47.0.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-settings-daemon.x86_64 47.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-shell.x86_64 47.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-shell-extension-apps-menu.noarch 47.4-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-shell-extension-background-logo.noarch 47.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-shell-extension-common.noarch 47.4-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-shell-extension-launch-new-instance.noarch 47.4-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-shell-extension-places-menu.noarch 47.4-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-shell-extension-window-list.noarch 47.4-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-software.x86_64 47.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-software-fedora-langpacks.x86_64 47.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-system-monitor.x86_64 47.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-terminal.x86_64 3.54.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-terminal-nautilus.x86_64 3.54.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-text-editor.x86_64 47.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-themes-extra.x86_64 3.28-20.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-tour.x86_64 47.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-user-docs.noarch 47.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-video-effects.noarch 0.6.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnome-weather.noarch 47.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnu-free-fonts-common.noarch 20120503-34.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnu-free-sans-fonts.noarch 20120503-34.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnupg2.x86_64 2.4.5-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnupg2-smime.x86_64 2.4.5-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnutls.i686 3.8.9-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnutls.x86_64 3.8.9-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnutls-dane.x86_64 3.8.9-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gnutls-utils.x86_64 3.8.9-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>go-filesystem.x86_64 3.6.0-5.fc41 updates</b></font> |
| <font color="#33D17A"><b>go-srpm-macros.noarch 3.6.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gobject-introspection.x86_64 1.82.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>golang.x86_64 1.23.7-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>golang-bin.x86_64 1.23.7-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>golang-src.noarch 1.23.7-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gom.x86_64 0.5.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-carlito-fonts.noarch 1.103-0.25.20130920.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-crosextra-caladea-fonts.noarch 1:1.002-0.19.20130214.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-droid-sans-fonts.noarch 20200215-21.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-color-emoji-fonts.noarch 20241008-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-fonts-common.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-naskh-arabic-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-sans-arabic-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-sans-armenian-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-sans-bengali-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-sans-canadian-aboriginal-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-sans-cherokee-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-sans-cjk-vf-fonts.noarch 1:2.004-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-sans-devanagari-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-sans-ethiopic-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-sans-georgian-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-sans-gujarati-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-sans-gurmukhi-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-sans-hebrew-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-sans-kannada-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-sans-khmer-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-sans-lao-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-sans-math-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-sans-meetei-mayek-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-sans-mono-cjk-vf-fonts.noarch 1:2.004-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-sans-mono-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-sans-ol-chiki-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-sans-oriya-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-sans-sinhala-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-sans-symbols-2-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-sans-symbols-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-sans-tamil-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-sans-telugu-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-sans-thaana-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-sans-thai-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-sans-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-serif-armenian-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-serif-bengali-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-serif-cjk-vf-fonts.noarch 1:2.003-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-serif-devanagari-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-serif-ethiopic-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-serif-georgian-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-serif-gujarati-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-serif-gurmukhi-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-serif-hebrew-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-serif-kannada-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-serif-khmer-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-serif-lao-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-serif-oriya-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-serif-sinhala-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-serif-tamil-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-serif-telugu-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-serif-thai-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>google-noto-serif-vf-fonts.noarch 20240701-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gparted.x86_64 1.7.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gperftools-libs.x86_64 2.15-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gpgme.x86_64 1.23.2-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gpgmepp.x86_64 1.23.2-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gpm-libs.x86_64 1.20.7-48.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>graphene.i686 1.10.6-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>graphene.x86_64 1.10.6-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>graphite2.i686 1.3.14-16.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>graphite2.x86_64 1.3.14-16.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>graphite2-devel.x86_64 1.3.14-16.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>graphviz.x86_64 12.1.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>graphviz-libs.x86_64 12.1.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>grep.x86_64 3.11-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>grilo.x86_64 0.3.16-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>grilo-plugins.x86_64 0.3.16-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>groff-base.x86_64 1.23.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>grub2-common.noarch 1:2.12-19.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>grub2-efi-ia32.x86_64 1:2.12-19.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>grub2-efi-ia32-cdboot.x86_64 1:2.12-19.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>grub2-efi-x64.x86_64 1:2.12-19.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>grub2-efi-x64-cdboot.x86_64 1:2.12-19.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>grub2-pc.x86_64 1:2.12-19.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>grub2-pc-modules.noarch 1:2.12-19.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>grub2-tools.x86_64 1:2.12-19.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>grub2-tools-efi.x86_64 1:2.12-19.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>grub2-tools-extra.x86_64 1:2.12-19.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>grub2-tools-minimal.x86_64 1:2.12-19.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>grubby.x86_64 8.40-78.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gsettings-desktop-schemas.x86_64 47.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gsm.i686 1.0.22-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gsm.x86_64 1.0.22-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gsound.x86_64 1.0.3-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gspell.x86_64 1.14.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gssdp.x86_64 1.6.3-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gssproxy.x86_64 0.9.2-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gst-editing-services.x86_64 1.24.11-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gstreamer1.i686 1.24.11-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gstreamer1.x86_64 1.24.11-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gstreamer1-plugin-gtk4.x86_64 0.13.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>gstreamer1-plugin-libav.x86_64 1.24.11-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gstreamer1-plugins-bad-free.x86_64 1.24.11-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gstreamer1-plugins-bad-free-libs.x86_64 1.24.11-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gstreamer1-plugins-bad-freeworld.x86_64 1:1.24.11-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gstreamer1-plugins-base.i686 1.24.11-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gstreamer1-plugins-base.x86_64 1.24.11-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gstreamer1-plugins-good.i686 1.24.11-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gstreamer1-plugins-good.x86_64 1.24.11-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gstreamer1-plugins-good-gtk.x86_64 1.24.11-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gstreamer1-plugins-good-qt.x86_64 1.24.11-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gstreamer1-plugins-good-qt6.x86_64 1.24.11-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gstreamer1-plugins-ugly.x86_64 1:1.24.11-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gstreamer1-plugins-ugly-free.x86_64 1.24.11-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gtk-update-icon-cache.x86_64 3.24.43-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gtk-vnc2.x86_64 1.5.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gtk2.x86_64 2.24.33-19.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gtk2-devel.x86_64 2.24.33-19.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gtk3.i686 3.24.43-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gtk3.x86_64 3.24.43-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gtk4.x86_64 4.16.5-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gtkmm3.0.x86_64 3.24.9-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gtkmm4.0.x86_64 4.16.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gtksourceview4.x86_64 4.8.4-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gtksourceview5.x86_64 5.14.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gts.x86_64 0.7.6-49.20121130.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>guile22.x86_64 2.2.7-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>guile30.x86_64 3.0.9-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gupnp.x86_64 1.6.7-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gupnp-av.x86_64 0.14.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gupnp-dlna.x86_64 0.12.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gupnp-igd.x86_64 1.6.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gutenprint.x86_64 5.3.4-18.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gutenprint-cups.x86_64 5.3.4-18.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gutenprint-libs.x86_64 5.3.4-18.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gvfs.x86_64 1.56.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gvfs-afc.x86_64 1.56.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gvfs-afp.x86_64 1.56.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gvfs-archive.x86_64 1.56.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gvfs-client.x86_64 1.56.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gvfs-fuse.x86_64 1.56.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gvfs-goa.x86_64 1.56.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gvfs-gphoto2.x86_64 1.56.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gvfs-mtp.x86_64 1.56.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gvfs-smb.x86_64 1.56.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gvisor-tap-vsock.x86_64 6:0.8.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gvisor-tap-vsock-gvforwarder.x86_64 6:0.8.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gvnc.x86_64 1.5.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gvncpulse.x86_64 1.5.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>gzip.x86_64 1.13-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>harfbuzz.i686 9.0.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>harfbuzz.x86_64 9.0.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>harfbuzz-cairo.x86_64 9.0.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>harfbuzz-devel.x86_64 9.0.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>harfbuzz-icu.x86_64 9.0.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>hdf-libs.x86_64 4.2.16.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>hdf5.x86_64 1.12.1-21.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>hdparm.x86_64 9.65-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>hfsplus-tools.x86_64 540.1.linux3-32.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>hicolor-icon-theme.noarch 0.17-19.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>highcontrast-icon-theme.noarch 3.28-20.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>highway.i686 1.2.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>highway.x86_64 1.2.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>hiredis.x86_64 1.2.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>hostname.x86_64 3.23-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>hplip.x86_64 3.24.4-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>hplip-common.x86_64 3.24.4-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>hplip-libs.x86_64 3.24.4-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>htop.x86_64 3.3.0-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>http-parser.x86_64 2.9.4-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>httpd-core.x86_64 2.4.63-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>httpd-devel.x86_64 2.4.63-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>httpd-filesystem.noarch 2.4.63-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>httpd-tools.x86_64 2.4.63-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>hunspell.x86_64 1.7.2-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>hunspell-en.noarch 0.20201207-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>hunspell-en-GB.noarch 0.20201207-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>hunspell-en-US.noarch 0.20201207-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>hunspell-filesystem.x86_64 1.7.2-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>hwdata.noarch 0.393-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>hwloc-libs.x86_64 2.11.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>hyperv-daemons.x86_64 0-0.48.20240616git.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>hyperv-daemons-license.noarch 0-0.48.20240616git.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>hypervfcopyd.x86_64 0-0.48.20240616git.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>hypervkvpd.x86_64 0-0.48.20240616git.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>hypervvssd.x86_64 0-0.48.20240616git.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>hyphen.x86_64 2.8.8-25.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>hyphen-en.noarch 2.8.8-25.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ibus.x86_64 1.5.31-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ibus-anthy.x86_64 1.5.16-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ibus-anthy-python.noarch 1.5.16-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ibus-chewing.x86_64 2.1.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ibus-gtk2.x86_64 1.5.31-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ibus-gtk3.x86_64 1.5.31-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ibus-gtk4.x86_64 1.5.31-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ibus-hangul.x86_64 1.5.5-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ibus-libpinyin.x86_64 1.15.8-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ibus-libs.x86_64 1.5.31-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ibus-libzhuyin.x86_64 1.10.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ibus-m17n.x86_64 1.4.35-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ibus-setup.noarch 1.5.31-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ibus-typing-booster.noarch 2.27.29-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>iio-sensor-proxy.x86_64 3.5-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>iir1.x86_64 1.9.5-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ilbc.x86_64 3.0.4-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ima-evm-utils-libs.x86_64 1.6.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>imath.i686 3.1.12-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>imath.x86_64 3.1.12-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>imhex.x86_64 1.35.4-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>imhex-patterns.x86_64 1.35.4-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>imlib2.x86_64 1.11.1-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>info.x86_64 7.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>inih.x86_64 58-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>inih-cpp.x86_64 58-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>iniparser.x86_64 4.2.4-3.fc41 updates</b></font> |
| <font color="#33D17A"><b>initscripts.x86_64 10.26-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>initscripts-rename-device.x86_64 10.26-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>initscripts-service.noarch 10.26-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>intel-audio-firmware.noarch 20241210-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>intel-gmmlib.x86_64 22.5.5-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>intel-gpu-firmware.noarch 20241210-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>intel-media-driver.x86_64 24.4.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>intel-mediasdk.x86_64 23.2.2-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>intel-vpl-gpu-rt.x86_64 24.4.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ipcalc.x86_64 1.0.3-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ipp-usb.x86_64 0.9.29-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>iproute.x86_64 6.10.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>iproute-tc.x86_64 6.10.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ipset.x86_64 7.22-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ipset-libs.x86_64 7.22-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>iptables-libs.x86_64 1.8.10-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>iptables-nft.x86_64 1.8.10-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>iptstate.x86_64 2.2.7-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>iputils.x86_64 20240905-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ipxe-roms-qemu.noarch 20240119-2.gitde8a0821.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>iscsi-initiator-utils.x86_64 6.2.1.10-0.gitd0f04ae.fc41.1 <unknown></b></font> |
| <font color="#33D17A"><b>iscsi-initiator-utils-iscsiuio.x86_64 6.2.1.10-0.gitd0f04ae.fc41.1 <unknown></b></font> |
| <font color="#33D17A"><b>isl.x86_64 0.16.1-21.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>isns-utils-libs.x86_64 0.101-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>iso-codes.noarch 4.16.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>isomd5sum.x86_64 1:1.2.5-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>iw.x86_64 6.9-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>iwlegacy-firmware.noarch 20241210-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>iwlwifi-dvm-firmware.noarch 20241210-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>iwlwifi-mvm-firmware.noarch 20241210-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>jansson.x86_64 2.13.1-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>jasper-libs.x86_64 4.2.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>java-17-openjdk.x86_64 1:17.0.14.0.7-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>java-17-openjdk-headless.x86_64 1:17.0.14.0.7-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>java-21-openjdk.x86_64 1:21.0.6.0.7-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>java-21-openjdk-headless.x86_64 1:21.0.6.0.7-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>javapackages-filesystem.noarch 6.2.0-14.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>javascriptcoregtk4.0.x86_64 2.46.5-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>javascriptcoregtk4.1.x86_64 2.46.6-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>javascriptcoregtk6.0.x86_64 2.46.6-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>jbig2dec-libs.x86_64 0.20-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>jbigkit-libs.i686 2.1-30.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>jbigkit-libs.x86_64 2.1-30.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>jemalloc.x86_64 5.3.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>jomolhari-fonts.noarch 0.003-42.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>jq.x86_64 1.7.1-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>js-jquery.noarch 3.7.1-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>json-c.i686 0.17-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>json-c.x86_64 0.17-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>json-glib.i686 1.10.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>json-glib.x86_64 1.10.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>jsoncpp.x86_64 1.9.5-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>julietaula-montserrat-fonts.noarch 1:7.222-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>jupyterlab-desktop.x86_64 4.1.4~1-1 @commandline</b></font> |
| <font color="#33D17A"><b>jwhois.x86_64 4.0-78.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>jxl-pixbuf-loader.x86_64 1:0.10.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>kasumi-common.noarch 2.5-47.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>kasumi-unicode.x86_64 2.5-47.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>kbd.x86_64 2.6.4-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>kbd-legacy.noarch 2.6.4-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>kbd-misc.noarch 2.6.4-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>kde-filesystem.x86_64 5-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>kdump-anaconda-addon.noarch 006-12.20220714git7ca2d3e.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>kdump-utils.x86_64 1.0.52-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>kernel.x86_64 6.12.15-200.fc41 <unknown></b></font> |
| <font color="#2A7BDE"><b>kernel.x86_64 6.13.4-200.fc41 <unknown></b></font> |
| <font color="#2A7BDE"><b>kernel.x86_64 6.13.5-200.fc41 updates</b></font> |
| <font color="#33D17A"><b>kernel-core.x86_64 6.12.15-200.fc41 <unknown></b></font> |
| <font color="#2A7BDE"><b>kernel-core.x86_64 6.13.4-200.fc41 <unknown></b></font> |
| <font color="#2A7BDE"><b>kernel-core.x86_64 6.13.5-200.fc41 updates</b></font> |
| <font color="#33D17A"><b>kernel-devel.x86_64 6.12.15-200.fc41 <unknown></b></font> |
| <font color="#2A7BDE"><b>kernel-devel.x86_64 6.13.4-200.fc41 <unknown></b></font> |
| <font color="#2A7BDE"><b>kernel-devel.x86_64 6.13.5-200.fc41 updates</b></font> |
| <font color="#33D17A"><b>kernel-devel-matched.x86_64 6.13.5-200.fc41 updates</b></font> |
| <font color="#33D17A"><b>kernel-headers.x86_64 6.13.3-200.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>kernel-modules.x86_64 6.12.15-200.fc41 <unknown></b></font> |
| <font color="#2A7BDE"><b>kernel-modules.x86_64 6.13.4-200.fc41 <unknown></b></font> |
| <font color="#2A7BDE"><b>kernel-modules.x86_64 6.13.5-200.fc41 updates</b></font> |
| <font color="#33D17A"><b>kernel-modules-core.x86_64 6.12.15-200.fc41 <unknown></b></font> |
| <font color="#2A7BDE"><b>kernel-modules-core.x86_64 6.13.4-200.fc41 <unknown></b></font> |
| <font color="#2A7BDE"><b>kernel-modules-core.x86_64 6.13.5-200.fc41 updates</b></font> |
| <font color="#33D17A"><b>kernel-modules-extra.x86_64 6.12.15-200.fc41 <unknown></b></font> |
| <font color="#2A7BDE"><b>kernel-modules-extra.x86_64 6.13.4-200.fc41 <unknown></b></font> |
| <font color="#2A7BDE"><b>kernel-modules-extra.x86_64 6.13.5-200.fc41 updates</b></font> |
| <font color="#33D17A"><b>kernel-srpm-macros.noarch 1.0-24.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>kernel-tools.x86_64 6.13.5-200.fc41 updates</b></font> |
| <font color="#33D17A"><b>kernel-tools-libs.x86_64 6.13.5-200.fc41 updates</b></font> |
| <font color="#33D17A"><b>kexec-tools.x86_64 2.0.30-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>keybinder3.x86_64 0.3.2-19.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>keyutils.x86_64 1.6.3-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>keyutils-libs.i686 1.6.3-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>keyutils-libs.x86_64 1.6.3-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>kf5-filesystem.x86_64 5.116.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>khmer-os-system-fonts.noarch 5.0-43.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>kicad.x86_64 1:8.0.9-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>kmod.x86_64 33-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>kmod-libs.x86_64 33-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>kmod-nvidia-390xx-6.13.4-200.fc41.x86_64.x86_64 3:390.157-16.fc41 @commandline</b></font> |
| <font color="#33D17A"><b>kmod-nvidia-390xx-6.13.5-200.fc41.x86_64.x86_64 3:390.157-16.fc41 @commandline</b></font> |
| <font color="#33D17A"><b>kmodtool.noarch 1.1-11.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>koji.noarch 1.35.1-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>kpartx.x86_64 0.9.9-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>krb5-libs.i686 1.21.3-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>krb5-libs.x86_64 1.21.3-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>krb5-pkinit.x86_64 1.21.3-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>krb5-server.x86_64 1.21.3-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>kyotocabinet-libs.x86_64 1.2.80-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ladspa.x86_64 1.17-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lame-libs.i686 3.100-18.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lame-libs.x86_64 3.100-18.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>langpacks-core-en.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>langpacks-core-ja.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>langpacks-en.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>langpacks-fonts-en.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>langpacks-fonts-ja.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>langpacks-ja.noarch 4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>langtable.noarch 0.0.68-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lasi.x86_64 1.1.3-14.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lcms2.i686 2.16-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lcms2.x86_64 2.16-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ldb-tools.x86_64 2:4.21.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>leptonica.x86_64 1.84.1-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>less.x86_64 668-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libGLEW.x86_64 2.2.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libICE.x86_64 1.1.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libICE-devel.x86_64 1.1.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libSM.x86_64 1.2.5-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libSM-devel.x86_64 1.2.5-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libX11.i686 1.8.11-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libX11.x86_64 1.8.11-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libX11-common.noarch 1.8.11-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libX11-devel.x86_64 1.8.11-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libX11-xcb.i686 1.8.11-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libX11-xcb.x86_64 1.8.11-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXScrnSaver.x86_64 1.2.4-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXau.i686 1.0.11-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXau.x86_64 1.0.11-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXau-devel.x86_64 1.0.11-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXaw.x86_64 1.0.16-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXcomposite.i686 0.4.6-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXcomposite.x86_64 0.4.6-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXcomposite-devel.x86_64 0.4.6-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXcursor.i686 1.2.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXcursor.x86_64 1.2.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXcursor-devel.x86_64 1.2.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXdamage.i686 1.1.6-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXdamage.x86_64 1.1.6-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXdmcp.x86_64 1.1.5-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXext.i686 1.3.6-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXext.x86_64 1.3.6-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXext-devel.x86_64 1.3.6-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXfixes.i686 6.0.1-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXfixes.x86_64 6.0.1-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXfixes-devel.x86_64 6.0.1-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXfont2.x86_64 2.0.7-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXft.i686 2.3.8-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXft.x86_64 2.3.8-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXft-devel.x86_64 2.3.8-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXi.i686 1.8.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXi.x86_64 1.8.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXi-devel.x86_64 1.8.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXinerama.i686 1.1.5-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXinerama.x86_64 1.1.5-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXinerama-devel.x86_64 1.1.5-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXmu.x86_64 1.2.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXmu-devel.x86_64 1.2.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXpm.i686 3.5.17-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXpm.x86_64 3.5.17-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXrandr.i686 1.5.4-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXrandr.x86_64 1.5.4-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXrandr-devel.x86_64 1.5.4-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXrender.i686 0.9.12-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXrender.x86_64 0.9.12-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXrender-devel.x86_64 0.9.12-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXres.x86_64 1.2.2-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXt.x86_64 1.3.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXt-devel.x86_64 1.3.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXtst.i686 1.2.5-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXtst.x86_64 1.2.5-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXv.i686 1.0.13-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXv.x86_64 1.0.13-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXvMC.x86_64 1.0.13-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXxf86dga.x86_64 1.1.6-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXxf86vm.i686 1.1.6-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libXxf86vm.x86_64 1.1.6-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>liba52.x86_64 0.7.4-49.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libabw.x86_64 0.1.3-16.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libacl.x86_64 2.3.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libadwaita.x86_64 1.6.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libaec.x86_64 1.1.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libaio.x86_64 0.3.111-20.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libao.x86_64 1.2.0-28.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libaom.i686 3.12.0-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>libaom.x86_64 3.12.0-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>libappindicator-gtk3.x86_64 12.10.1-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libappstream-glib.x86_64 0.8.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libarchive.x86_64 3.7.4-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libargon2.x86_64 20190702-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libaribcaption.x86_64 1.1.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libarrow.x86_64 16.1.0-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libarrow-acero-libs.x86_64 16.1.0-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libarrow-dataset-libs.x86_64 16.1.0-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libarrow-doc.noarch 16.1.0-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libass.x86_64 0.17.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libassuan.x86_64 2.5.7-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libasyncns.i686 0.8-29.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libasyncns.x86_64 0.8-29.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libatasmart.x86_64 0.19-29.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libatomic.i686 14.2.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libatomic.x86_64 14.2.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libattr.x86_64 2.5.2-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libavc1394.x86_64 0.5.4-24.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libavcodec-freeworld.x86_64 7.1.1-1.fc41 rpmfusion-free-updates</b></font> |
| <font color="#33D17A"><b>libavdevice.x86_64 7.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libavif.i686 1.1.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libavif.x86_64 1.1.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libb2.x86_64 0.98.1-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libbabeltrace.x86_64 1.5.11-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libbasicobjects.x86_64 0.1.1-57.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libblkid.i686 2.40.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libblkid.x86_64 2.40.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libblkid-devel.x86_64 2.40.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libblkio.x86_64 1.5.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libblockdev.x86_64 3.2.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libblockdev-btrfs.x86_64 3.2.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libblockdev-crypto.x86_64 3.2.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libblockdev-dm.x86_64 3.2.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libblockdev-fs.x86_64 3.2.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libblockdev-loop.x86_64 3.2.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libblockdev-lvm.x86_64 3.2.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libblockdev-lvm-dbus.x86_64 3.2.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libblockdev-mdraid.x86_64 3.2.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libblockdev-mpath.x86_64 3.2.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libblockdev-nvdimm.x86_64 3.2.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libblockdev-nvme.x86_64 3.2.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libblockdev-part.x86_64 3.2.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libblockdev-plugins-all.x86_64 3.2.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libblockdev-smart.x86_64 3.2.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libblockdev-smartmontools.x86_64 3.2.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libblockdev-swap.x86_64 3.2.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libblockdev-utils.x86_64 3.2.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libbluray.x86_64 1.3.4-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libbpf.x86_64 2:1.4.7-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libbrotli.i686 1.1.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libbrotli.x86_64 1.1.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libbs2b.x86_64 3.1.0-34.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libbsd.x86_64 0.12.2-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libburn.x86_64 1.5.6-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libbytesize.x86_64 2.11-99.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcaca.x86_64 0.99-0.75.beta20.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcacard.x86_64 3:2.8.1-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcamera.x86_64 0.3.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcamera-ipa.x86_64 0.3.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcanberra.i686 0.30-36.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcanberra.x86_64 0.30-36.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcanberra-gtk2.x86_64 0.30-36.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcanberra-gtk3.i686 0.30-36.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcanberra-gtk3.x86_64 0.30-36.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcap.i686 2.70-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcap.x86_64 2.70-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcap-ng.i686 0.8.5-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcap-ng.x86_64 0.8.5-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcap-ng-python3.x86_64 0.8.5-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcbor.x86_64 0.11.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcddb.x86_64 1.3.2-44.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcdio.x86_64 2.1.0-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcdio-paranoia.x86_64 10.2+2.0.2-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcdr.x86_64 0.1.8-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libchamplain.x86_64 0.12.21-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libchamplain-gtk.x86_64 0.12.21-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libchewing.x86_64 0.9.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libchromaprint.x86_64 1.5.1-24.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcloudproviders.i686 0.3.5-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcloudproviders.x86_64 0.3.5-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcmis.x86_64 0.6.2-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcollection.x86_64 0.7.0-57.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcom_err.i686 1.47.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcom_err.x86_64 1.47.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcomps.x86_64 0.1.21-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcue.x86_64 2.3.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcupsfilters.x86_64 1:2.1.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcurl.i686 8.9.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libcurl.x86_64 8.9.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdaemon.x86_64 0.14-30.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdap.x86_64 3.21.0.27-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdatrie.i686 0.2.13-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdatrie.x86_64 0.2.13-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdatrie-devel.x86_64 0.2.13-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdav1d.i686 1.5.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdav1d.x86_64 1.5.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdazzle.x86_64 3.44.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdb.x86_64 5.3.28-63.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdb-devel.x86_64 5.3.28-63.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdbusmenu.x86_64 16.04.0-28.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdbusmenu-gtk3.x86_64 16.04.0-28.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdc1394.x86_64 2.2.7-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdca.x86_64 0.0.7-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libde265.x86_64 1.0.15-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdecor.i686 0.2.2-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdecor.x86_64 0.2.2-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdeflate.i686 1.23-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdeflate.x86_64 1.23-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdhash.x86_64 0.5.0-57.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdicom.x86_64 1.1.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdisplay-info.x86_64 0.2.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdmapsharing.x86_64 2.9.42-1.fc39 fedora</b></font> |
| <font color="#33D17A"><b>libdmapsharing4.x86_64 3.9.13-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdmx.x86_64 1.1.5-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdnf.x86_64 0.73.4-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdnf5.x86_64 5.2.10.0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>libdnf5-cli.x86_64 5.2.10.0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>libdovi.x86_64 3.3.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdrm.i686 2.4.124-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdrm.x86_64 2.4.124-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdrm-devel.x86_64 2.4.124-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdvbpsi.x86_64 1.3.3-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdvdcss.x86_64 1.4.3-1.fc41.remi <unknown></b></font> |
| <font color="#33D17A"><b>libdvdnav.x86_64 6.1.1-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libdvdread.x86_64 6.1.3-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libe-book.x86_64 0.1.3-36.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libebml.x86_64 1.4.5-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libeconf.i686 0.6.2-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libeconf.x86_64 0.6.2-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libedit.i686 3.1-54.20250104cvs.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libedit.x86_64 3.1-54.20250104cvs.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libei.x86_64 1.3.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libeis.x86_64 1.3.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libeot.x86_64 0.01-32.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libepoxy.i686 1.5.10-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libepoxy.x86_64 1.5.10-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libepubgen.x86_64 0.1.1-19.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>liberation-fonts-all.noarch 1:2.1.5-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>liberation-mono-fonts.noarch 1:2.1.5-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>liberation-narrow-fonts.noarch 2:1.07.6-16.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>liberation-sans-fonts.noarch 1:2.1.5-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>liberation-serif-fonts.noarch 1:2.1.5-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libertas-firmware.noarch 20241210-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libesmtp.x86_64 1.0.6-31.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libetonyek.x86_64 0.1.12-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libev.x86_64 4.33-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libevdev.x86_64 1.13.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libevent.i686 2.1.12-14.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libevent.x86_64 2.1.12-14.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libexif.i686 0.6.24-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libexif.x86_64 0.6.24-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libexttextcat.x86_64 3.4.6-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libfdisk.x86_64 2.40.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libfdt.x86_64 1.7.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libffi.i686 3.4.6-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libffi.x86_64 3.4.6-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libffi-devel.x86_64 3.4.6-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libfido2.x86_64 1.15.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libfilezilla.x86_64 0.49.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libfontenc.x86_64 1.1.8-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libfprint.x86_64 1.94.8-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libfreeaptx.x86_64 0.1.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libfreehand.x86_64 0.1.2-24.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libfsverity.x86_64 1.6-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libftdi.x86_64 1.5-14.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgcab1.x86_64 1.6-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgcc.i686 14.2.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgcc.x86_64 14.2.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgcrypt.i686 1.11.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgcrypt.x86_64 1.11.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgdata.x86_64 0.18.1-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgdither.x86_64 0.6-32.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgee.x86_64 0.20.6-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgeotiff.x86_64 1.7.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgexiv2.x86_64 0.14.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgfapi0.x86_64 11.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgfortran.x86_64 14.2.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgfrpc0.x86_64 11.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgfxdr0.x86_64 11.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgit2.x86_64 1.9.0-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgit2_1.8.x86_64 1.8.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libglusterfs0.x86_64 11.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libglvnd.i686 1:1.7.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libglvnd.x86_64 1:1.7.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libglvnd-core-devel.x86_64 1:1.7.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libglvnd-devel.x86_64 1:1.7.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libglvnd-egl.i686 1:1.7.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libglvnd-egl.x86_64 1:1.7.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libglvnd-gles.i686 1:1.7.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libglvnd-gles.x86_64 1:1.7.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libglvnd-glx.i686 1:1.7.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libglvnd-glx.x86_64 1:1.7.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libglvnd-opengl.i686 1:1.7.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libglvnd-opengl.x86_64 1:1.7.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgnomekbd.x86_64 3.28.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgomp.i686 14.2.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgomp.x86_64 14.2.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgovirt.x86_64 0.3.9-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgpg-error.i686 1.50-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgpg-error.x86_64 1.50-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgphoto2.i686 2.5.31-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgphoto2.x86_64 2.5.31-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgpod.x86_64 0.8.3-52.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgrss.x86_64 0.7.0-21.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgs.x86_64 10.03.1-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgsf.x86_64 1.14.53-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgta.x86_64 1.2.1-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgtop2.x86_64 2.41.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgudev.i686 238-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgudev.x86_64 238-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgusb.i686 0.4.9-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgusb.x86_64 0.4.9-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgweather.x86_64 4.4.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libgxps.x86_64 0.3.2-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libhandy.x86_64 1.8.3-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libhangul.x86_64 0.1.0-32.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libharu.x86_64 2.4.3-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libheif.x86_64 1.19.5-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libheif-freeworld.x86_64 1.19.5-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libibverbs.i686 51.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libibverbs.x86_64 51.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libical.x86_64 3.0.19-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libical-glib.x86_64 3.0.19-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libicu.i686 74.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libicu.x86_64 74.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libicu-devel.x86_64 74.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libid3tag.x86_64 0.16.3-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libidn.x86_64 1.42-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libidn2.i686 2.3.7-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libidn2.x86_64 2.3.7-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libieee1284.i686 0.2.11-44.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libieee1284.x86_64 0.2.11-44.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libijs.x86_64 0.35-23.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libimagequant.i686 4.0.3-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libimagequant.x86_64 4.0.3-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libimobiledevice.x86_64 1.3.0^20230705git6fc41f5-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libimobiledevice-glue.x86_64 1.0.0-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libindicator-gtk3.x86_64 12.10.1-29.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libini_config.x86_64 1.3.1-57.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libinput.x86_64 1.27.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libinstpatch.x86_64 1.1.6-31.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libipa_hbac.x86_64 2.10.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libipt.x86_64 2.1.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libiptcdata.x86_64 1.0.5-19.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libiscsi.x86_64 1.20.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libisoburn.x86_64 1.5.6-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libisofs.x86_64 1.5.6-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libjaylink.x86_64 0.3.0-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libjcat.x86_64 0.2.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libjose.x86_64 14-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libjpeg-turbo.i686 3.0.2-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libjpeg-turbo.x86_64 3.0.2-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libjpeg-turbo-devel.x86_64 3.0.2-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libjxl.i686 1:0.10.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libjxl.x86_64 1:0.10.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libkadm5.x86_64 1.21.3-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libkate.x86_64 0.4.1-30.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libkcapi.x86_64 1.5.0-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libkcapi-hasher.x86_64 1.5.0-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libkcapi-hmaccalc.x86_64 1.5.0-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libkml.x86_64 1.3.0-49.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libksba.x86_64 1.6.7-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>liblangtag.x86_64 0.6.7-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>liblangtag-data.noarch 0.6.7-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>liblc3.x86_64 1.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>libldac.x86_64 2.0.2.3-16.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libldb.x86_64 2:4.21.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>liblerc.i686 4.0.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>liblerc.x86_64 4.0.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>liblockfile.x86_64 1.17-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>liblouis.x86_64 3.28.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>liblouis-tables.noarch 3.28.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>liblouis-utils.x86_64 3.28.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>liblouisutdml.x86_64 2.12.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>liblouisutdml-utils.x86_64 2.12.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>liblqr-1.x86_64 0.4.2-25.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libmad.x86_64 0.16.4-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libmanette.x86_64 0.2.9-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libmatroska.x86_64 1.7.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libmaxminddb.x86_64 1.12.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libmbim.x86_64 1.30.0-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libmbim-utils.x86_64 1.30.0-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libmd.x86_64 1.1.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libmediaart.x86_64 1.9.6-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libmetalink.x86_64 0.1.3-34.fc40 fedora</b></font> |
| <font color="#33D17A"><b>libmicrodns.x86_64 0.2.0-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libmng.x86_64 2.0.3-22.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libmnl.x86_64 1.0.5-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libmodplug.x86_64 1:0.8.9.0-25.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libmodulemd.x86_64 2.15.0-14.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libmount.i686 2.40.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libmount.x86_64 2.40.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libmount-devel.x86_64 2.40.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libmpc.x86_64 1.3.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libmpcdec.x86_64 1.3.0^20110810svn475-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libmpeg2.x86_64 0.5.1-30.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libmspack.x86_64 0.10.1-0.13.alpha.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libmspub.x86_64 0.1.4-33.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libmtp.x86_64 1.1.19-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libmwaw.x86_64 0.3.22-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libmypaint.x86_64 1.6.1-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libmysofa.x86_64 1.3.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libnbd.x86_64 1.22.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libndp.x86_64 1.9-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libnet.x86_64 1.3-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libnetapi.x86_64 2:4.21.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>libnetfilter_conntrack.x86_64 1.0.9-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libnfnetlink.x86_64 1.0.1-28.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libnfs.x86_64 5.0.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libnfsidmap.x86_64 1:2.8.1-7.rc2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libnftnl.x86_64 1.2.7-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libnghttp2.i686 1.62.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libnghttp2.x86_64 1.62.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libngspice.x86_64 44.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libnice.x86_64 0.1.22-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libnl3.i686 3.11.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libnl3.x86_64 3.11.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libnl3-cli.x86_64 3.11.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libnma.x86_64 1.10.6-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libnma-gtk4.x86_64 1.10.6-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libnotify.x86_64 0.8.3-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libnsl.x86_64 2.40-21.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libnsl2.x86_64 2.0.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libntlm.x86_64 1.6-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libnumbertext.x86_64 1.0.11-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libnvme.x86_64 1.10-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>liboauth.x86_64 1.0.3-24.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libodfgen.x86_64 0.1.8-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>liboeffis.x86_64 1.3.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libogg.i686 2:1.3.5-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libogg.x86_64 2:1.3.5-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libopenmpt.x86_64 0.7.12-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>liborc2.x86_64 2.0.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>liborcus.x86_64 0.19.2-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libosinfo.x86_64 1.11.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libpagemaker.x86_64 0.0.4-24.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libpaper.x86_64 1:2.1.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libpasswdqc.x86_64 2.0.3-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libpath_utils.x86_64 0.2.1-57.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libpcap.i686 14:1.10.5-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libpcap.x86_64 14:1.10.5-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libpciaccess.i686 0.16-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libpciaccess.x86_64 0.16-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libpciaccess-devel.x86_64 0.16-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libpeas.x86_64 2.0.5-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libpeas1.x86_64 1.36.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libpeas1-gtk.x86_64 1.36.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libpeas1-loader-python3.x86_64 1.36.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libphodav.x86_64 3.0-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libphonenumber.x86_64 8.13.45-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libpinyin.x86_64 2.9.91-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libpinyin-data.x86_64 2.9.91-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libpipeline.x86_64 1.5.7-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libpkgconf.x86_64 2.3.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libplacebo.x86_64 7.349.0-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libplist.x86_64 2.3.0-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libpmem.x86_64 2.1.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libpmemobj.x86_64 2.1.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libpng.i686 2:1.6.40-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libpng.x86_64 2:1.6.40-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libpng-devel.x86_64 2:1.6.40-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libportal.x86_64 0.8.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libportal-gtk3.x86_64 0.8.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libportal-gtk4.x86_64 0.8.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libppd.x86_64 1:2.1.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libpq.x86_64 16.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libproxy.i686 0.5.8-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libproxy.x86_64 0.5.8-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libproxy-bin.x86_64 0.5.8-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libpskc.x86_64 2.6.12-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libpsl.i686 0.21.5-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libpsl.x86_64 0.21.5-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libpwquality.x86_64 1.4.5-11.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libqb.x86_64 2.0.8-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libqhull_r.x86_64 1:8.0.2-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libqmi.x86_64 1.34.0-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libqmi-utils.x86_64 1.34.0-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libqrtr-glib.x86_64 1.2.2-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libquadmath.x86_64 14.2.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libqxp.x86_64 0.0.2-27.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>librados2.x86_64 2:19.2.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libraqm.x86_64 0.8.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libraw1394.x86_64 2.1.2-21.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>librbd1.x86_64 2:19.2.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>librdmacm.x86_64 51.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libref_array.x86_64 0.1.5-57.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreoffice-calc.x86_64 1:24.8.5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreoffice-core.x86_64 1:24.8.5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreoffice-data.x86_64 1:24.8.5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreoffice-emailmerge.x86_64 1:24.8.5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreoffice-filters.x86_64 1:24.8.5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreoffice-graphicfilter.x86_64 1:24.8.5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreoffice-gtk3.x86_64 1:24.8.5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreoffice-gtk4.x86_64 1:24.8.5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreoffice-help-en.x86_64 1:24.8.5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreoffice-help-ja.x86_64 1:24.8.5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreoffice-impress.x86_64 1:24.8.5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreoffice-langpack-en.x86_64 1:24.8.5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreoffice-langpack-ja.x86_64 1:24.8.5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreoffice-ogltrans.x86_64 1:24.8.5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreoffice-opensymbol-fonts.noarch 1:24.8.5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreoffice-pdfimport.x86_64 1:24.8.5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreoffice-pyuno.x86_64 1:24.8.5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreoffice-ure.x86_64 1:24.8.5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreoffice-ure-common.x86_64 1:24.8.5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreoffice-writer.x86_64 1:24.8.5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreoffice-x11.x86_64 1:24.8.5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreoffice-xsltfilter.x86_64 1:24.8.5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>librepo.x86_64 1.19.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreport.x86_64 2.17.15-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreport-anaconda.x86_64 2.17.15-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreport-cli.x86_64 2.17.15-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreport-fedora.x86_64 2.17.15-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreport-filesystem.noarch 2.17.15-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreport-gtk.x86_64 2.17.15-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreport-plugin-bugzilla.x86_64 2.17.15-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreport-plugin-kerneloops.x86_64 2.17.15-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreport-plugin-logger.x86_64 2.17.15-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreport-plugin-reportuploader.x86_64 2.17.15-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreport-plugin-systemd-journal.x86_64 2.17.15-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreport-plugin-ureport.x86_64 2.17.15-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libreport-web.x86_64 2.17.15-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>librevenge.x86_64 0.0.5-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>librsvg2.x86_64 2.59.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>librtmp.x86_64 2.4-25.20210219.gitf1b83c1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>librttopo.x86_64 1.1.0-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libsamplerate.x86_64 0.2.2-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libsane-airscan.x86_64 0.99.32-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libsane-hpaio.x86_64 3.24.4-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libsbc.x86_64 2.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libseccomp.x86_64 2.5.5-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libsecret.x86_64 0.21.4-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libselinux.i686 3.7-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libselinux.x86_64 3.7-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libselinux-devel.x86_64 3.7-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libselinux-utils.x86_64 3.7-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libsemanage.x86_64 3.7-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libsepol.i686 3.7-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libsepol.x86_64 3.7-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libsepol-devel.x86_64 3.7-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libserf.x86_64 1.3.10-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libshaderc.x86_64 2024.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libshout.i686 2.4.6-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libshout.x86_64 2.4.6-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libshumate.x86_64 1.3~rc-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libsigc++20.x86_64 2.12.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libsigc++30.x86_64 3.6.0-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libsigsegv.x86_64 2.14-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libslirp.x86_64 4.8.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libsmartcols.x86_64 2.40.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libsmbclient.x86_64 2:4.21.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>libsmbios.x86_64 2.4.3-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libsmi.x86_64 0.4.8-41.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libsndfile.i686 1.2.2-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libsndfile.x86_64 1.2.2-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libsodium.x86_64 1.0.20-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libsolv.x86_64 0.7.31-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libsoup.x86_64 2.74.3-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libsoup3.i686 3.6.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libsoup3.x86_64 3.6.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libspatialaudio.x86_64 3.1-16.20200406gitd926a2e.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libspatialite.x86_64 5.1.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libspectre.x86_64 0.2.12-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libspelling.x86_64 0.4.5-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libsrtp.x86_64 2.6.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libss.x86_64 1.47.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libssh.i686 0.10.6-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libssh.x86_64 0.10.6-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libssh-config.noarch 0.10.6-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libssh2.x86_64 1.11.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libsss_certmap.x86_64 2.10.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libsss_idmap.x86_64 2.10.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libsss_nss_idmap.x86_64 2.10.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libsss_sudo.x86_64 2.10.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libstaroffice.x86_64 0.0.7-14.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libstdc++.i686 14.2.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libstdc++.x86_64 14.2.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libstdc++-devel.x86_64 14.2.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libstemmer.i686 2.2.0-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libstemmer.x86_64 2.2.0-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libtalloc.x86_64 2.4.2-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libtasn1.i686 4.20.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libtasn1.x86_64 4.20.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libtdb.i686 1.4.12-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libtdb.x86_64 1.4.12-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libteam.x86_64 1.32-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libtevent.x86_64 0.16.1-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libtextstyle.x86_64 0.22.5-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libthai.i686 0.1.29-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libthai.x86_64 0.1.29-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libthai-devel.x86_64 0.1.29-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libtheora.i686 1:1.1.1-38.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libtheora.x86_64 1:1.1.1-38.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libtiff.i686 4.6.0-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libtiff.x86_64 4.6.0-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libtiff-devel.x86_64 4.6.0-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libtiger.x86_64 0.3.4-29.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libtimezonemap.x86_64 0.4.5.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libtirpc.x86_64 1.3.6-1.rc3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libtomcrypt.x86_64 1.18.2-20.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libtommath.x86_64 1.3.1~rc1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libtool.x86_64 2.4.7-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libtool-ltdl.i686 2.4.7-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libtool-ltdl.x86_64 2.4.7-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libtpms.x86_64 0.9.6-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libtraceevent.x86_64 1.8.2-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libtracker-sparql.i686 3.7.3-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libtracker-sparql.x86_64 3.7.3-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libubsan.x86_64 14.2.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libudfread.x86_64 1.1.2-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libudisks2.x86_64 2.10.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libunibreak.x86_64 6.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libunistring.i686 1.1-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libunistring.x86_64 1.1-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libunwind.i686 1.8.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libunwind.x86_64 1.8.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libupnp.x86_64 1.14.20-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>liburing.x86_64 2.6-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libusal.x86_64 1.1.11-56.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libusb-compat-0.1.x86_64 0.1.8-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libusb1.i686 1.0.27-9.fc41 updates</b></font> |
| <font color="#33D17A"><b>libusb1.x86_64 1.0.27-9.fc41 updates</b></font> |
| <font color="#33D17A"><b>libusbmuxd.x86_64 2.0.2^20230620git8d30a55-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libuser.x86_64 0.64-11.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libutempter.x86_64 1.2.1-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libuuid.i686 2.40.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libuuid.x86_64 2.40.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libuuid-devel.x86_64 2.40.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libuv.x86_64 1:1.50.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libv4l.i686 1.28.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libv4l.x86_64 1.28.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libva.i686 2.22.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libva.x86_64 2.22.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libva-intel-driver.x86_64 2.4.1^20221130gitab755cb-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libva-intel-media-driver.x86_64 24.4.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libva-nvidia-driver.x86_64 0.0.13^20241108git259b7b7-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>libvdpau.i686 1.5-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvdpau.x86_64 1.5-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libverto.i686 0.3.2-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libverto.x86_64 0.3.2-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libverto-libev.x86_64 0.3.2-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-client.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-client-qemu.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-daemon.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-daemon-common.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-daemon-config-network.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-daemon-config-nwfilter.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-daemon-driver-interface.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-daemon-driver-libxl.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-daemon-driver-lxc.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-daemon-driver-network.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-daemon-driver-nodedev.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-daemon-driver-nwfilter.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-daemon-driver-qemu.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-daemon-driver-secret.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-daemon-driver-storage.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-daemon-driver-storage-core.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-daemon-driver-storage-disk.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-daemon-driver-storage-gluster.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-daemon-driver-storage-iscsi.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-daemon-driver-storage-iscsi-direct.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-daemon-driver-storage-logical.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-daemon-driver-storage-mpath.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-daemon-driver-storage-rbd.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-daemon-driver-storage-scsi.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-daemon-driver-storage-zfs.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-daemon-driver-vbox.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-daemon-kvm.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-daemon-lock.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-daemon-log.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-daemon-plugin-lockd.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-daemon-proxy.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-gconfig.x86_64 5.0.0-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-glib.x86_64 5.0.0-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-gobject.x86_64 5.0.0-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-libs.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvirt-ssh-proxy.x86_64 10.6.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvisio.x86_64 0.1.8-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvisual.i686 1:0.4.1-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvisual.x86_64 1:0.4.1-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvmaf.x86_64 3.0.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvncserver.x86_64 0.9.15-3.fc41 updates</b></font> |
| <font color="#33D17A"><b>libvorbis.i686 1:1.3.7-11.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvorbis.x86_64 1:1.3.7-11.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvpl.x86_64 1:2.14.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvpx.i686 1.14.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libvpx.x86_64 1.14.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libwacom.x86_64 2.13.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libwacom-data.noarch 2.13.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libwayland-client.i686 1.23.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libwayland-client.x86_64 1.23.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libwayland-cursor.i686 1.23.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libwayland-cursor.x86_64 1.23.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libwayland-egl.i686 1.23.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libwayland-egl.x86_64 1.23.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libwayland-server.i686 1.23.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libwayland-server.x86_64 1.23.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libwbclient.x86_64 2:4.21.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>libwebp.i686 1.5.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libwebp.x86_64 1.5.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libwebp-devel.x86_64 1.5.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libwinpr.x86_64 2:3.12.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libwinpr2.x86_64 2.11.7-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libwmf.x86_64 0.2.13-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libwmf-lite.x86_64 0.2.13-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libwnck3.x86_64 43.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libwpd.x86_64 0.10.3-20.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libwpe.x86_64 1.15.2-1.fc40 fedora</b></font> |
| <font color="#33D17A"><b>libwpg.x86_64 0.3.4-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libwps.x86_64 0.4.14-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libwsman1.x86_64 2.7.2-11.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libxcb.i686 1.17.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libxcb.x86_64 1.17.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libxcb-devel.x86_64 1.17.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libxcrypt.i686 4.4.38-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libxcrypt.x86_64 4.4.38-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libxcrypt-compat.x86_64 4.4.38-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libxcrypt-devel.x86_64 4.4.38-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libxcvt.x86_64 0.1.2-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libxdp.x86_64 1.5.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libxkbcommon.i686 1.7.0-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libxkbcommon.x86_64 1.7.0-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libxkbcommon-x11.x86_64 1.7.0-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libxkbfile.x86_64 1.1.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libxklavier.x86_64 5.4-26.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libxml2.i686 2.12.9-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libxml2.x86_64 2.12.9-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libxml2-devel.x86_64 2.12.9-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libxmlb.x86_64 0.3.21-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libxshmfence.i686 1.3.2-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libxshmfence.x86_64 1.3.2-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libxslt.x86_64 1.1.42-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libyaml.x86_64 0.2.5-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libyuv.i686 0-0.55.20240704git96bbdb5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libyuv.x86_64 0-0.55.20240704git96bbdb5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libzhuyin.x86_64 2.9.91-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libzip.x86_64 1.11.3-1.fc41.remi <unknown></b></font> |
| <font color="#33D17A"><b>libzmf.x86_64 0.0.2-35.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libzstd.i686 1.5.7-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libzstd.x86_64 1.5.7-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>libzstd-devel.x86_64 1.5.7-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lilv-libs.x86_64 0.24.26-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>linux-atm-libs.x86_64 2.5.1-40.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>linux-firmware.noarch 20241210-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>linux-firmware-whence.noarch 20241210-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lirc-libs.x86_64 0.10.0-44.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>live555.x86_64 2024.09.20-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lksctp-tools.x86_64 1.0.20-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>llhttp.x86_64 9.2.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>llvm.x86_64 19.1.7-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>llvm-libs.i686 19.1.7-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>llvm-libs.x86_64 19.1.7-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>llvm13-libs.x86_64 13.0.1-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>llvm16-libs.x86_64 16.0.6-9.fc40 updates</b></font> |
| <font color="#33D17A"><b>lm_sensors.x86_64 3.6.0-20.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lm_sensors-libs.i686 3.6.0-20.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lm_sensors-libs.x86_64 3.6.0-20.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lmdb.x86_64 0.9.33-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lmdb-devel.x86_64 0.9.33-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lmdb-libs.x86_64 0.9.33-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lockdev.i686 1.0.4-0.50.20111007git.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lockdev.x86_64 1.0.4-0.50.20111007git.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>logrotate.x86_64 3.22.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lohit-assamese-fonts.noarch 2.91.5-23.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lohit-bengali-fonts.noarch 2.91.5-22.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lohit-devanagari-fonts.noarch 2.95.5-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lohit-gujarati-fonts.noarch 2.92.4-22.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lohit-kannada-fonts.noarch 2.5.4-20.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lohit-marathi-fonts.noarch 2.94.2-22.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lohit-odia-fonts.noarch 2.91.2-21.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lohit-tamil-fonts.noarch 2.91.3-23.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lohit-telugu-fonts.noarch 2.5.5-20.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lolcat.x86_64 1.5-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>loupe.x86_64 47.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>low-memory-monitor.x86_64 2.1-11.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lpcnetfreedv.x86_64 0.5-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lpsolve.x86_64 5.5.2.11-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lrzsz.x86_64 0.12.20-65.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lsof.x86_64 4.98.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lttng-ust.x86_64 2.13.8-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lua.x86_64 5.4.7-3.fc41 updates</b></font> |
| <font color="#33D17A"><b>lua-lgi-compat.x86_64 0.9.2-20.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lua-libs.x86_64 5.4.7-3.fc41 updates</b></font> |
| <font color="#33D17A"><b>lua-posix.x86_64 36.2.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lua-srpm-macros.noarch 1-14.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>luajit.x86_64 2.1.1720049189-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lv2.x86_64 1.18.8-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lvm2.x86_64 2.03.25-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lvm2-dbusd.noarch 2.03.25-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lvm2-libs.x86_64 2.03.25-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lz4-libs.i686 1.10.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lz4-libs.x86_64 1.10.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lzo.x86_64 2.10-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>lzop.x86_64 1.04-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>m17n-db.noarch 1.8.9-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>m17n-lib.x86_64 1.8.5-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>m4.x86_64 1.4.19-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mactel-boot.x86_64 0.9-33.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>madan-fonts.noarch 2.000-39.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mailcap.noarch 2.1.54-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>make.x86_64 1:4.4.1-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>makedumpfile.x86_64 1.7.6-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>malcontent.x86_64 0.12.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>malcontent-control.x86_64 0.12.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>malcontent-libs.x86_64 0.12.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>malcontent-ui-libs.x86_64 0.12.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>man-db.x86_64 2.12.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>man-pages.noarch 6.9.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>man-pages-ja.noarch 20230915-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mariadb-connector-c.x86_64 3.3.10-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mariadb-connector-c-config.noarch 3.3.10-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mbedtls.x86_64 2.28.9-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mcelog.x86_64 3:175-11.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mdadm.x86_64 4.3-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mdevctl.x86_64 1.4.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>media-player-info.noarch 23-16.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mediawriter.x86_64 5.2.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>memstrack.x86_64 0.2.5-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mercurial.x86_64 6.8.2-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>mesa-dri-drivers.i686 25.0.0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>mesa-dri-drivers.x86_64 25.0.0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>mesa-filesystem.i686 25.0.0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>mesa-filesystem.x86_64 25.0.0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>mesa-libEGL.i686 25.0.0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>mesa-libEGL.x86_64 25.0.0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>mesa-libGL.i686 25.0.0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>mesa-libGL.x86_64 25.0.0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>mesa-libGL-devel.x86_64 25.0.0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>mesa-libGLU.x86_64 9.0.3-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mesa-libGLU-devel.x86_64 9.0.3-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mesa-libOSMesa.i686 25.0.0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>mesa-libOSMesa.x86_64 25.0.0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>mesa-libgbm.i686 25.0.0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>mesa-libgbm.x86_64 25.0.0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>mesa-libxatracker.x86_64 25.0.0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>mesa-va-drivers.i686 25.0.0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>mesa-va-drivers.x86_64 25.0.0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>mesa-vulkan-drivers.i686 25.0.0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>mesa-vulkan-drivers.x86_64 25.0.0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>metis.x86_64 5.1.0.3-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>microcode_ctl.x86_64 2:2.1-67.1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw-binutils-generic.x86_64 2.42-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw-filesystem-base.noarch 148-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw32-FAudio.noarch 23.07-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw32-SDL2.noarch 2.30.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw32-binutils.x86_64 2.42-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw32-cpp.x86_64 14.2.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw32-crt.noarch 12.0.0-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw32-filesystem.noarch 148-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw32-gcc.x86_64 14.2.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw32-gcc-c++.x86_64 14.2.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw32-headers.noarch 12.0.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw32-lcms2.noarch 2.14-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw32-libgcc.x86_64 14.2.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw32-libjpeg-turbo.noarch 3.0.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw32-libpng.noarch 1.6.40-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw32-libstdc++.x86_64 14.2.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw32-libtiff.noarch 4.4.0-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw32-libxml2.noarch 2.12.8-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw32-libxslt.noarch 1.1.42-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw32-vkd3d.noarch 1.14-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw32-win-iconv.noarch 0.0.8-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw32-wine-gecko.noarch 2.47.4-4.fc40 fedora</b></font> |
| <font color="#33D17A"><b>mingw32-winpthreads.noarch 12.0.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw32-winpthreads-static.noarch 12.0.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw32-zlib.noarch 1.3.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw64-FAudio.noarch 23.07-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw64-SDL2.noarch 2.30.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw64-binutils.x86_64 2.42-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw64-cpp.x86_64 14.2.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw64-crt.noarch 12.0.0-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw64-filesystem.noarch 148-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw64-gcc.x86_64 14.2.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw64-gcc-c++.x86_64 14.2.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw64-headers.noarch 12.0.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw64-lcms2.noarch 2.14-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw64-libgcc.x86_64 14.2.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw64-libjpeg-turbo.noarch 3.0.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw64-libpng.noarch 1.6.40-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw64-libstdc++.x86_64 14.2.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw64-libtiff.noarch 4.4.0-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw64-libxml2.noarch 2.12.8-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw64-libxslt.noarch 1.1.42-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw64-vkd3d.noarch 1.14-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw64-win-iconv.noarch 0.0.8-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw64-wine-gecko.noarch 2.47.4-4.fc40 fedora</b></font> |
| <font color="#33D17A"><b>mingw64-winpthreads.noarch 12.0.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw64-winpthreads-static.noarch 12.0.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mingw64-zlib.noarch 1.3.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>minizip-ng.x86_64 4.0.7-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>minizip-ng-compat.x86_64 4.0.7-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mjpegtools-libs.x86_64 2.2.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mkfontscale.x86_64 1.2.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mkpasswd.x86_64 5.5.20-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mobile-broadband-provider-info.noarch 20240407-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mokutil.x86_64 2:0.7.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mozilla-filesystem.x86_64 1.9-34.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mozilla-openh264.x86_64 2.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mozjs102.x86_64 102.15.1-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mozjs115.x86_64 115.18.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mozjs128.x86_64 128.5.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mozjs91.x86_64 91.13.0-8.fc40 fedora</b></font> |
| <font color="#33D17A"><b>mpage.x86_64 2.5.7-20.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mpdecimal.x86_64 2.5.1-16.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mpfr.x86_64 4.2.1-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mpg123-libs.i686 1.32.9-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mpg123-libs.x86_64 1.32.9-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>msgraph.x86_64 0.2.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mt32emu.x86_64 2.7.1-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mt7xxx-firmware.noarch 20241210-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mtdev.x86_64 1.1.6-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mtools.x86_64 4.0.48-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mtr.x86_64 2:0.95-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mutter.x86_64 47.5-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mutter-common.noarch 47.5-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mypaint-brushes.noarch 1:1.3.1-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mythes.x86_64 1.2.5-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>mythes-en.noarch 3.0-40.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>nano.x86_64 8.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>nano-default-editor.noarch 8.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>nativefiledialog-extended.x86_64 1.2.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>nautilus.x86_64 47.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>nautilus-extensions.x86_64 47.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>nbdkit.x86_64 1.40.5-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>nbdkit-basic-filters.x86_64 1.40.5-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>nbdkit-basic-plugins.x86_64 1.40.5-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>nbdkit-curl-plugin.x86_64 1.40.5-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>nbdkit-selinux.noarch 1.40.5-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>nbdkit-server.x86_64 1.40.5-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>nbdkit-ssh-plugin.x86_64 1.40.5-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>ncurses.x86_64 6.5-2.20240629.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ncurses-base.noarch 6.5-2.20240629.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ncurses-compat-libs.x86_64 6.5-2.20240629.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ncurses-libs.i686 6.5-2.20240629.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ncurses-libs.x86_64 6.5-2.20240629.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ndctl.x86_64 80-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ndctl-libs.x86_64 80-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>neofetch.noarch 7.1.0-12.fc40 fedora</b></font> |
| <font color="#33D17A"><b>net-snmp-libs.x86_64 1:5.9.4-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>net-tools.x86_64 2.0-0.71.20160912git.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>netavark.x86_64 2:1.14.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>netcdf.x86_64 4.9.2-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>netpbm.x86_64 11.09.00-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>nettle.i686 3.10-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>nettle.x86_64 3.10-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>nfs-utils.x86_64 1:2.8.1-7.rc2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>nftables.x86_64 1:1.0.9-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ngspice.x86_64 44.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ngspice-codemodel.x86_64 44.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>nilfs-utils.x86_64 2.2.11-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>nim-srpm-macros.noarch 3-7.fc37 fedora</b></font> |
| <font color="#33D17A"><b>nm-connection-editor.x86_64 1.36.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>nmap-ncat.x86_64 4:7.92-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>npth.x86_64 1.7-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>nspr.x86_64 4.36.0-3.fc41 updates</b></font> |
| <font color="#33D17A"><b>nss.x86_64 3.108.0-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>nss-mdns.i686 0.15.1-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>nss-mdns.x86_64 0.15.1-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>nss-softokn.x86_64 3.108.0-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>nss-softokn-freebl.x86_64 3.108.0-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>nss-sysinit.x86_64 3.108.0-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>nss-util.x86_64 3.108.0-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>ntfs-3g.x86_64 2:2022.10.3-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ntfs-3g-libs.x86_64 2:2022.10.3-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ntfs-3g-system-compression.x86_64 1.0-17.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ntfsprogs.x86_64 2:2022.10.3-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>numactl-libs.x86_64 2.0.19-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>numad.x86_64 0.5-45.20150602git.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>nvidia-persistenced.x86_64 3:570.86.16-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>nvidia-settings-390xx.x86_64 390.157-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>nvme-cli.x86_64 2.10.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>nxpwireless-firmware.noarch 20241210-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ocaml-srpm-macros.noarch 10-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ocl-icd.i686 2.3.2-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ocl-icd.x86_64 2.3.2-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ogdi.x86_64 4.1.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>oniguruma.x86_64 6.9.10-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>open-sans-fonts.noarch 1.10-22.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>open-vm-tools.x86_64 12.4.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>open-vm-tools-desktop.x86_64 12.4.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>openal-soft.i686 1.23.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>openal-soft.x86_64 1.23.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>openblas.x86_64 0.3.26-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>openblas-openmp.x86_64 0.3.26-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>openblas-openmp64.x86_64 0.3.26-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>openblas-srpm-macros.noarch 2-18.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>opencascade-draw.x86_64 7.8.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>opencascade-foundation.x86_64 7.8.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>opencascade-modeling.x86_64 7.8.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>opencascade-ocaf.x86_64 7.8.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>opencascade-visualization.x86_64 7.8.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>opencl-filesystem.noarch 1.0-21.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>openconnect.x86_64 9.12-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>opencore-amr.i686 0.1.6-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>opencore-amr.x86_64 0.1.6-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>openexr-libs.i686 3.2.4-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>openexr-libs.x86_64 3.2.4-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>openh264.x86_64 2.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>openjpeg.x86_64 2.5.3-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>openldap.i686 2.6.8-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>openldap.x86_64 2.6.8-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>openldap-compat.x86_64 2.6.8-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>openldap-devel.x86_64 2.6.8-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>openpace.x86_64 1.1.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>openpgm.x86_64 5.2.122-35.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>opensc.x86_64 0.26.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>opensc-libs.x86_64 0.26.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>openslide.x86_64 4.0.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>openssh.x86_64 9.9p1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>openssh-clients.x86_64 9.9p1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>openssh-server.x86_64 9.9p1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>openssl.x86_64 1:3.2.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>openssl-devel.x86_64 1:3.2.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>openssl-libs.i686 1:3.2.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>openssl-libs.x86_64 1:3.2.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>openssl-pkcs11.i686 0.4.12-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>openssl-pkcs11.x86_64 0.4.12-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>openssl1.1.x86_64 1:1.1.1q-5.fc39 fedora</b></font> |
| <font color="#33D17A"><b>openvpn.x86_64 2.6.13-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>openxr-libs.x86_64 1.1.45-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>opus.i686 1.5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>opus.x86_64 1.5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>opusfile.x86_64 0.12-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>orc.i686 0.4.39-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>orc.x86_64 0.4.39-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>orca.noarch 47.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>os-prober.x86_64 1.81-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>osinfo-db.noarch 20250124-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>osinfo-db-tools.x86_64 1.12.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ostree.x86_64 2025.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ostree-libs.x86_64 2025.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>p11-kit.i686 0.25.5-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>p11-kit.x86_64 0.25.5-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>p11-kit-server.x86_64 0.25.5-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>p11-kit-trust.x86_64 0.25.5-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>p7zip.x86_64 16.02-31.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>package-notes-srpm-macros.noarch 0.5-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>paktype-naskh-basic-fonts.noarch 6.0-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pam.x86_64 1.6.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pam-libs.i686 1.6.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pam-libs.x86_64 1.6.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pam_afs_session.x86_64 2.6-22.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pam_passwdqc.x86_64 2.0.3-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pango.i686 1.54.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pango.x86_64 1.54.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pango-devel.x86_64 1.54.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pangomm.x86_64 2.46.4-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pangomm2.48.x86_64 2.54.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>paps.x86_64 0.8.0-11.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>parquet-libs.x86_64 16.1.0-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>parted.x86_64 3.6-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>passim.x86_64 0.1.8-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>passim-libs.x86_64 0.1.8-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>passt.x86_64 0^20250217.ga1e48a0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>passt-selinux.noarch 0^20250217.ga1e48a0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>passwdqc.x86_64 2.0.3-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>passwdqc-utils.x86_64 2.0.3-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>patch.x86_64 2.7.6-25.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>patchutils.x86_64 0.4.2-14.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pcaudiolib.x86_64 1.1-16.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pciutils.x86_64 3.13.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pciutils-libs.x86_64 3.13.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pcre.i686 8.45-1.fc41.7 <unknown></b></font> |
| <font color="#33D17A"><b>pcre.x86_64 8.45-1.fc41.7 <unknown></b></font> |
| <font color="#33D17A"><b>pcre-cpp.x86_64 8.45-1.fc41.7 <unknown></b></font> |
| <font color="#33D17A"><b>pcre-devel.x86_64 8.45-1.fc41.7 <unknown></b></font> |
| <font color="#33D17A"><b>pcre-utf16.x86_64 8.45-1.fc41.7 <unknown></b></font> |
| <font color="#33D17A"><b>pcre-utf32.x86_64 8.45-1.fc41.7 <unknown></b></font> |
| <font color="#33D17A"><b>pcre2.i686 10.44-1.fc41.1 <unknown></b></font> |
| <font color="#33D17A"><b>pcre2.x86_64 10.44-1.fc41.1 <unknown></b></font> |
| <font color="#33D17A"><b>pcre2-devel.x86_64 10.44-1.fc41.1 <unknown></b></font> |
| <font color="#33D17A"><b>pcre2-syntax.noarch 10.44-1.fc41.1 <unknown></b></font> |
| <font color="#33D17A"><b>pcre2-utf16.x86_64 10.44-1.fc41.1 <unknown></b></font> |
| <font color="#33D17A"><b>pcre2-utf32.x86_64 10.44-1.fc41.1 <unknown></b></font> |
| <font color="#33D17A"><b>pcsc-lite.x86_64 2.3.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pcsc-lite-ccid.x86_64 1.6.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pcsc-lite-libs.i686 2.3.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pcsc-lite-libs.x86_64 2.3.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl.x86_64 4:5.40.1-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Algorithm-Diff.noarch 1.2010-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Archive-Tar.noarch 3.02-512.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Archive-Zip.noarch 1.68-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Attribute-Handlers.noarch 1.03-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-AutoLoader.noarch 5.74-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-AutoSplit.noarch 5.74-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-B.x86_64 1.89-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Benchmark.noarch 1.25-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-CPAN.noarch 2.38-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-CPAN-DistnameInfo.noarch 0.12-31.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-CPAN-Meta.noarch 2.150010-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-CPAN-Meta-Requirements.noarch 2.143-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-CPAN-Meta-YAML.noarch 0.018-512.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Carp.noarch 1.54-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Class-Struct.noarch 0.68-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Compress-Bzip2.x86_64 2.28-20.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Compress-Raw-Bzip2.x86_64 2.212-512.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Compress-Raw-Lzma.x86_64 2.212-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Compress-Raw-Zlib.x86_64 2.212-512.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Config-Extensions.noarch 0.03-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Config-Perl-V.noarch 0.36-512.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-DBM_Filter.noarch 0.06-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-DB_File.x86_64 1.859-512.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Data-Dumper.x86_64 2.189-512.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Data-OptList.noarch 0.114-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Data-Section.noarch 0.200008-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Devel-PPPort.x86_64 3.72-512.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Devel-Peek.x86_64 1.34-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Devel-SelfStubber.noarch 1.06-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Devel-Size.x86_64 0.84-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Digest.noarch 1.20-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Digest-MD5.x86_64 2.59-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Digest-SHA.x86_64 1:6.04-512.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-DirHandle.noarch 1.05-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Dumpvalue.noarch 2.27-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-DynaLoader.x86_64 1.56-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Encode.x86_64 4:3.21-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Encode-Locale.noarch 1.05-30.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Encode-devel.x86_64 4:3.21-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-English.noarch 1.11-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Env.noarch 1.06-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Errno.x86_64 1.38-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Error.noarch 1:0.17029-16.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Exporter.noarch 5.78-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-ExtUtils-CBuilder.noarch 1:0.280240-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-ExtUtils-Command.noarch 2:7.70-512.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-ExtUtils-Constant.noarch 0.25-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-ExtUtils-Embed.noarch 1.35-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-ExtUtils-Install.noarch 2.22-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-ExtUtils-MM-Utils.noarch 2:7.70-512.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-ExtUtils-MakeMaker.noarch 2:7.70-512.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-ExtUtils-Manifest.noarch 1:1.75-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-ExtUtils-Miniperl.noarch 1.14-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-ExtUtils-ParseXS.noarch 1:3.51-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Fcntl.x86_64 1.18-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-File-Basename.noarch 2.86-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-File-Compare.noarch 1.100.800-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-File-Copy.noarch 2.41-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-File-DosGlob.x86_64 1.12-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-File-Fetch.noarch 1.04-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-File-Find.noarch 1.44-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-File-HomeDir.noarch 1.006-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-File-Path.noarch 2.18-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-File-Temp.noarch 1:0.231.100-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-File-Which.noarch 1.27-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-File-stat.noarch 1.14-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-FileCache.noarch 1.10-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-FileHandle.noarch 2.05-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Filter.x86_64 2:1.64-512.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Filter-Simple.noarch 0.96-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-FindBin.noarch 1.54-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-GDBM_File.x86_64 1:1.24-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Getopt-Long.noarch 1:2.58-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Getopt-Std.noarch 1.14-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Git.noarch 2.48.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-HTTP-Tiny.noarch 0.090-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Hash-Util.x86_64 0.32-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Hash-Util-FieldHash.x86_64 1.27-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-I18N-Collate.noarch 1.02-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-I18N-LangTags.noarch 0.45-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-I18N-Langinfo.x86_64 0.24-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-IO.x86_64 1.55-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-IO-Compress.noarch 2.212-513.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-IO-Compress-Lzma.noarch 2.212-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-IO-Socket-IP.noarch 0.43-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-IO-Socket-SSL.noarch 2.089-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-IO-Zlib.noarch 1:1.15-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-IPC-Cmd.noarch 2:1.04-512.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-IPC-Open3.noarch 1.22-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-IPC-SysV.x86_64 2.09-512.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-IPC-System-Simple.noarch 1.30-14.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-JSON-PP.noarch 1:4.16-512.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Locale-Maketext.noarch 1.33-512.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Locale-Maketext-Simple.noarch 1:0.21-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-MIME-Base32.noarch 1.303-21.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-MIME-Base64.x86_64 3.16-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-MIME-Charset.noarch 1.013.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-MRO-Compat.noarch 0.15-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Math-BigInt.noarch 1:2.0030.03-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Math-BigInt-FastCalc.x86_64 0.501.800-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Math-Complex.noarch 1.62-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Memoize.noarch 1.16-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Module-Build.noarch 2:0.42.34-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Module-CoreList.noarch 1:5.20250220-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Module-CoreList-tools.noarch 1:5.20250220-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Module-Load.noarch 1:0.36-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Module-Load-Conditional.noarch 0.74-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Module-Loaded.noarch 1:0.08-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Module-Metadata.noarch 1.000038-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Module-Pluggable.noarch 2:5.2-29.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Module-Runtime.noarch 0.016-23.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Module-Signature.noarch 0.89-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Mozilla-CA.noarch 20240730-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-NDBM_File.x86_64 1.17-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-NEXT.noarch 0.69-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-NKF.x86_64 1:2.1.4-34.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Net.noarch 1.04-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Net-Ping.noarch 2.76-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Net-SSLeay.x86_64 1.94-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-ODBM_File.x86_64 1.18-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Object-HashBase.noarch 0.013-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Opcode.x86_64 1.65-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-POSIX.x86_64 2.20-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Package-Generator.noarch 1.106-32.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Params-Check.noarch 1:0.38-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Params-Util.x86_64 1.102-16.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-PathTools.x86_64 3.91-512.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Perl-OSType.noarch 1.010-512.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-PerlIO-via-QuotedPrint.noarch 0.10-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Pod-Checker.noarch 4:1.77-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Pod-Escapes.noarch 1:1.07-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Pod-Functions.noarch 1.14-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Pod-Html.noarch 1.35-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Pod-Perldoc.noarch 3.28.01-512.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Pod-Simple.noarch 1:3.45-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Pod-Usage.noarch 4:2.03-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Safe.noarch 2.46-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Scalar-List-Utils.x86_64 5:1.68-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Search-Dict.noarch 1.07-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-SelectSaver.noarch 1.02-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-SelfLoader.noarch 1.27-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Socket.x86_64 4:2.038-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Software-License.noarch 0.104006-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Storable.x86_64 1:3.32-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Sub-Exporter.noarch 0.991-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Sub-Install.noarch 0.929-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Symbol.noarch 1.09-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Sys-Hostname.x86_64 1.25-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Sys-Syslog.x86_64 0.36-512.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Term-ANSIColor.noarch 5.01-512.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Term-Cap.noarch 1.18-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Term-Complete.noarch 1.403-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Term-ReadLine.noarch 1.17-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Term-Size-Any.noarch 0.002-43.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Term-Size-Perl.x86_64 0.031-20.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Term-Table.noarch 0.022-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-TermReadKey.x86_64 2.38-23.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Test.noarch 1.31-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Test-Harness.noarch 1:3.50-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Test-Simple.noarch 3:1.302204-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Text-Abbrev.noarch 1.02-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Text-Balanced.noarch 2.06-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Text-Diff.noarch 1.45-22.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Text-Glob.noarch 0.11-24.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Text-ParseWords.noarch 3.31-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Text-Tabs+Wrap.noarch 2024.001-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Text-Template.noarch 1.61-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Thread.noarch 3.05-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Thread-Queue.noarch 3.14-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Thread-Semaphore.noarch 2.13-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Tie.noarch 4.6-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Tie-File.noarch 1.09-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Tie-Memoize.noarch 1.1-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Tie-RefHash.noarch 1.41-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Time.noarch 1.04-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Time-HiRes.x86_64 4:1.9777-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Time-Local.noarch 2:1.350-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Time-Piece.x86_64 1.3401-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-URI.noarch 5.30-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Unicode-Collate.x86_64 1.31-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Unicode-LineBreak.x86_64 2019.001-22.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Unicode-Normalize.x86_64 1.32-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-Unicode-UCD.noarch 0.78-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-User-pwent.noarch 1.05-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-autodie.noarch 2.37-512.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-autouse.noarch 1.11-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-base.noarch 2.27-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-bignum.noarch 0.67-512.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-blib.noarch 1.07-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-constant.noarch 1.33-512.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-debugger.noarch 1.60-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-deprecate.noarch 0.04-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-devel.x86_64 4:5.40.1-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-diagnostics.noarch 1.40-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-doc.noarch 5.40.1-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-encoding.x86_64 4:3.00-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-encoding-warnings.noarch 0.14-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-experimental.noarch 0.033-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-fields.noarch 2.27-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-filetest.noarch 1.03-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-if.noarch 0.61.000-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-inc-latest.noarch 2:0.500-29.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-interpreter.x86_64 4:5.40.1-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-less.noarch 0.03-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-lib.x86_64 0.65-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-libnet.noarch 3.15-512.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-libnetcfg.noarch 4:5.40.1-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-libs.x86_64 4:5.40.1-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-local-lib.noarch 2.000029-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-locale.noarch 1.12-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-macros.noarch 4:5.40.1-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-meta-notation.noarch 5.40.1-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-mro.x86_64 1.29-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-open.noarch 1.13-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-overload.noarch 1.37-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-overloading.noarch 0.02-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-parent.noarch 1:0.242-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-perlfaq.noarch 5.20240218-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-ph.x86_64 5.40.1-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-podlators.noarch 1:6.0.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-sigtrap.noarch 1.10-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-sort.noarch 2.05-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-srpm-macros.noarch 1-56.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-subs.noarch 1.04-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-threads.x86_64 1:2.40-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-threads-shared.x86_64 1.69-511.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-utils.noarch 5.40.1-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-vars.noarch 1.05-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-version.x86_64 9:0.99.33-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>perl-vmsish.noarch 1.04-514.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>picocom.x86_64 2024.07-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pigz.x86_64 2.8-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pinentry.x86_64 1.3.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pinentry-gnome3.x86_64 1.3.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pinfo.x86_64 0.6.13-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pipewire.x86_64 1.2.7-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pipewire-alsa.x86_64 1.2.7-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pipewire-codec-aptx.x86_64 1.2.6-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pipewire-gstreamer.x86_64 1.2.7-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pipewire-jack-audio-connection-kit.x86_64 1.2.7-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pipewire-jack-audio-connection-kit-libs.x86_64 1.2.7-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pipewire-libs.x86_64 1.2.7-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pipewire-plugin-libcamera.x86_64 1.2.7-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pipewire-pulseaudio.x86_64 1.2.7-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pipewire-utils.x86_64 1.2.7-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pixman.i686 0.44.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pixman.x86_64 0.44.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pixman-devel.x86_64 0.44.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pkcs11-helper.x86_64 1.30.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pkcs11-provider.x86_64 0.6-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pkgconf.x86_64 2.3.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pkgconf-m4.noarch 2.3.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pkgconf-pkg-config.x86_64 2.3.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>plocate.x86_64 1.1.22-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>plymouth.x86_64 24.004.60-14.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>plymouth-core-libs.x86_64 24.004.60-14.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>plymouth-graphics-libs.x86_64 24.004.60-14.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>plymouth-plugin-label.x86_64 24.004.60-14.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>plymouth-plugin-two-step.x86_64 24.004.60-14.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>plymouth-scripts.x86_64 24.004.60-14.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>plymouth-system-theme.x86_64 24.004.60-14.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>plymouth-theme-spinner.x86_64 24.004.60-14.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>podman.x86_64 5:5.4.0-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>podman-compose.noarch 1.3.0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>policycoreutils.x86_64 3.7-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>policycoreutils-python-utils.noarch 3.7-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>polkit.x86_64 125-1.fc41.1 <unknown></b></font> |
| <font color="#33D17A"><b>polkit-libs.x86_64 125-1.fc41.1 <unknown></b></font> |
| <font color="#33D17A"><b>polkit-pkla-compat.x86_64 0.1-29.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>poly2tri.x86_64 0.0^20130501hg26242d0aa7b8-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>poppler.x86_64 24.08.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>poppler-cpp.x86_64 24.08.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>poppler-data.noarch 0.4.11-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>poppler-glib.x86_64 24.08.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>poppler-utils.x86_64 24.08.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>popt.x86_64 1.19-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>portaudio.x86_64 19-44.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>portmidi.x86_64 217-58.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ppp.x86_64 2.5.0-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pptp.x86_64 1.10.0-21.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>procps-ng.x86_64 4.0.4-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>proj.x86_64 9.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>proj-data.noarch 9.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>proj-data-at.noarch 9.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>proj-data-au.noarch 9.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>proj-data-be.noarch 9.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>proj-data-br.noarch 9.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>proj-data-ca.noarch 9.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>proj-data-ch.noarch 9.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>proj-data-de.noarch 9.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>proj-data-dk.noarch 9.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>proj-data-es.noarch 9.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>proj-data-eur.noarch 9.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>proj-data-fi.noarch 9.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>proj-data-fo.noarch 9.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>proj-data-fr.noarch 9.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>proj-data-is.noarch 9.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>proj-data-jp.noarch 9.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>proj-data-mx.noarch 9.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>proj-data-nc.noarch 9.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>proj-data-nl.noarch 9.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>proj-data-no.noarch 9.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>proj-data-nz.noarch 9.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>proj-data-pt.noarch 9.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>proj-data-se.noarch 9.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>proj-data-sk.noarch 9.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>proj-data-uk.noarch 9.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>proj-data-us.noarch 9.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>proj-data-za.noarch 9.4.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>protobuf.x86_64 3.19.6-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>protobuf-c.x86_64 1.5.0-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>protobuf-lite.x86_64 3.19.6-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>psacct.x86_64 6.6.4-22.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>psmisc.x86_64 23.7-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ptyxis.x86_64 47.10-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>publicsuffix-list-dafsa.noarch 20250116-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pugixml.x86_64 1.13-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pulseaudio-libs.i686 17.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pulseaudio-libs.x86_64 17.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pulseaudio-libs-glib2.x86_64 17.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pulseaudio-utils.x86_64 17.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pygobject2.x86_64 2.28.7-21.fc40 fedora</b></font> |
| <font color="#33D17A"><b>pygtk2.x86_64 2.24.0-43.fc40 fedora</b></font> |
| <font color="#33D17A"><b>pyproject-rpm-macros.noarch 1.17.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>pyproject-srpm-macros.noarch 1.17.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python-pip-wheel.noarch 24.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python-pyqt6-rpm-macros.noarch 6.8.1-0.1.fc41 updates</b></font> |
| <font color="#33D17A"><b>python-rpm-macros.noarch 3.13-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python-setuptools-wheel.noarch 69.2.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python-srpm-macros.noarch 3.13-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python-systemd-doc.x86_64 235-11.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python-unversioned-command.noarch 3.13.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python2-cairo.x86_64 1.18.2-16.fc40 fedora</b></font> |
| <font color="#33D17A"><b>python2.7.x86_64 2.7.18-43.fc40 updates</b></font> |
| <font color="#33D17A"><b>python3.x86_64 3.13.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-abrt.x86_64 2.17.6-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-abrt-addon.noarch 2.17.6-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-argcomplete.noarch 3.5.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-audit.x86_64 4.0.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-augeas.noarch 1.1.0-14.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-babel.noarch 2.17.0-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>python3-beaker.noarch 1.12.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-beautifulsoup4.noarch 4.12.3-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-blivet.noarch 1:3.11.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-blockdev.x86_64 3.2.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-boto3.noarch 1.37.9-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-botocore.noarch 1.37.9-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-brlapi.x86_64 0.8.5-22.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-bytesize.x86_64 2.11-99.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-cairo.x86_64 1.25.1-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-cffi.x86_64 1.17.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-chardet.noarch 5.2.0-14.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-charset-normalizer.noarch 3.3.2-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-click.noarch 8.1.7-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-click-plugins.noarch 1.1.1-22.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-crypt-r.x86_64 3.13.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-crypto.x86_64 2.6.1-52.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-cryptography.x86_64 43.0.0-4.fc41 updates</b></font> |
| <font color="#33D17A"><b>python3-cups.x86_64 2.0.4-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-dasbus.noarch 1.7-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-dateutil.noarch 1:2.8.2-16.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-dbus.x86_64 1.3.2-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-decorator.noarch 5.1.1-11.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-defusedxml.noarch 0.7.1-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-devel.x86_64 3.13.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-distro.noarch 1.9.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-dnf.noarch 4.22.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-dnf-plugins-core.noarch 4.10.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-dnf-plugins-extras-common.noarch 4.1.2-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-dns.noarch 2.6.1-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-dotenv.noarch 1.0.1-3.fc41 fedora</b></font> |
| <font color="#33D17A"><b>python3-dotenv+cli.noarch 1.0.1-3.fc41 fedora</b></font> |
| <font color="#33D17A"><b>python3-enchant.noarch 3.2.2-14.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-file-magic.noarch 5.45-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-firewall.noarch 2.2.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-gobject.x86_64 3.48.2-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-gobject-base.x86_64 3.48.2-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-google-re2.x86_64 1:20240702-19.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-gpg.x86_64 1.23.2-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-gssapi.x86_64 1.7.3-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-hawkey.x86_64 0.73.4-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-humanize.noarch 4.9.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-idna.noarch 3.7-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-iniparse.noarch 0.5-10.fc41 fedora</b></font> |
| <font color="#33D17A"><b>python3-inotify.noarch 0.9.6-36.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-iso639.noarch 0.1.4-27.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-jinja2.noarch 3.1.6-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-jmespath.noarch 1.0.1-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-kickstart.noarch 3.58-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-koji.noarch 1.35.1-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-langtable.noarch 0.0.68-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-ldb.x86_64 2:4.21.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>python3-libcomps.x86_64 0.1.21-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-libdnf.x86_64 0.73.4-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-libdnf5.x86_64 5.2.10.0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>python3-libmount.x86_64 2.40.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-libreport.x86_64 2.17.15-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-libs.x86_64 3.13.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-libselinux.x86_64 3.7-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-libsemanage.x86_64 3.7-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-libvirt.x86_64 10.6.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-libxml2.x86_64 2.12.9-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-linux-procfs.noarch 0.7.3-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-louis.noarch 3.28.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-lxml.x86_64 5.2.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-mako.noarch 1.2.3-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-markdown.noarch 3.7-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-markupsafe.x86_64 2.1.5-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-meh.noarch 0.52-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-meh-gui.noarch 0.52-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-nftables.x86_64 1:1.0.9-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-numpy.x86_64 1:1.26.4-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-olefile.noarch 0.47-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-packaging.noarch 24.2-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-pam.noarch 2.0.2-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-paste.noarch 3.10.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-perf.x86_64 6.13.5-200.fc41 updates</b></font> |
| <font color="#33D17A"><b>python3-pexpect.noarch 4.9.0-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-pid.noarch 2.2.3-23.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-pillow.x86_64 11.0.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-pip.noarch 24.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-ply.noarch 3.11-25.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-policycoreutils.noarch 3.7-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-productmd.noarch 1.43-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-progressbar2.noarch 3.53.2-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-ptyprocess.noarch 0.7.0-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-pwquality.x86_64 1.4.5-11.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-pyOpenSSL.noarch 24.2.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-pyatspi.noarch 2.46.1-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-pycparser.noarch 2.20-18.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-pycurl.x86_64 7.45.3-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-pygit2.x86_64 1.17.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-pygments.noarch 2.18.0-2.fc41 fedora</b></font> |
| <font color="#33D17A"><b>python3-pyparsing.noarch 3.1.2-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-pyparted.x86_64 1:3.13.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-pyqt6.x86_64 6.8.1-0.1.fc41 updates</b></font> |
| <font color="#33D17A"><b>python3-pyqt6-base.x86_64 6.8.1-0.1.fc41 updates</b></font> |
| <font color="#33D17A"><b>python3-pyqt6-sip.x86_64 13.9.1-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>python3-pysocks.noarch 1.7.1-25.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-pytz.noarch 2025.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-pyudev.noarch 0.24.3-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-pyxdg.noarch 0.27-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-pyyaml.x86_64 6.0.1-18.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-qscintilla-qt6.x86_64 2.14.1-2.fc41 fedora</b></font> |
| <font color="#33D17A"><b>python3-regex.x86_64 2024.9.11-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-requests.noarch 2.32.3-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-requests-file.noarch 2.0.0-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-requests-ftp.noarch 0.3.1-35.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-requests-gssapi.noarch 1.2.3-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-resolvelib.noarch 1.0.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-rpm.x86_64 4.20.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-rpm-generators.noarch 14-11.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-rpm-macros.noarch 3.13-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-rpmautospec.noarch 0.7.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-rpmautospec-core.noarch 0.1.5-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-s3transfer.noarch 0.11.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>python3-samba.x86_64 2:4.21.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>python3-samba-dc.x86_64 2:4.21.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>python3-satyr.x86_64 0.43-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-setools.x86_64 4.5.1-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-setproctitle.x86_64 1.3.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-setuptools.noarch 69.2.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-simpleaudio.x86_64 1.0.4-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-simpleline.noarch 1.9.0-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-six.noarch 1.16.0-23.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-soupsieve.noarch 2.6-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-speechd.x86_64 0.11.5-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-systemd.x86_64 235-11.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-talloc.x86_64 2.4.2-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-tdb.x86_64 1.4.12-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-tempita.noarch 0.5.2-14.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-tevent.x86_64 0.16.1-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-tkinter.x86_64 3.13.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-typing-extensions.noarch 4.12.2-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-unbound.x86_64 1.22.0-14.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-urllib3.noarch 1.26.20-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-urllib3+socks.noarch 1.26.20-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-utils.noarch 3.7.0-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-wxpython4.x86_64 4.2.1-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-xkbregistry.x86_64 0.3-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>python3-zombie-imp.noarch 0.0.2-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qadwaitadecorations-qt5.x86_64 0.1.6-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qemu-audio-alsa.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-audio-dbus.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-audio-jack.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-audio-oss.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-audio-pa.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-audio-pipewire.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-audio-sdl.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-audio-spice.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-block-blkio.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-block-curl.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-block-dmg.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-block-gluster.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-block-iscsi.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-block-nfs.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-block-rbd.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-block-ssh.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-char-baum.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-char-spice.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-common.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-device-display-qxl.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-device-display-vhost-user-gpu.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-device-display-virtio-gpu.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-device-display-virtio-gpu-ccw.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-device-display-virtio-gpu-gl.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-device-display-virtio-gpu-pci.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-device-display-virtio-gpu-pci-gl.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-device-display-virtio-gpu-pci-rutabaga.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-device-display-virtio-gpu-rutabaga.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-device-display-virtio-vga.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-device-display-virtio-vga-gl.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-device-display-virtio-vga-rutabaga.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-device-usb-host.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-device-usb-redirect.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-device-usb-smartcard.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-guest-agent.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-img.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-kvm.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-kvm-core.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-pr-helper.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-system-x86.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-system-x86-core.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-ui-curses.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-ui-egl-headless.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-ui-gtk.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-ui-opengl.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-ui-sdl.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-ui-spice-app.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-ui-spice-core.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-user-static.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-user-static-aarch64.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-user-static-alpha.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-user-static-arm.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-user-static-cris.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-user-static-hexagon.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-user-static-hppa.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-user-static-loongarch64.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-user-static-m68k.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-user-static-microblaze.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-user-static-mips.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-user-static-or1k.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-user-static-ppc.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-user-static-riscv.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-user-static-s390x.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-user-static-sh4.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-user-static-sparc.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-user-static-x86.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qemu-user-static-xtensa.x86_64 2:9.1.3-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qpdf-libs.x86_64 11.9.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qrencode-libs.x86_64 4.1.1-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qscintilla-qt6.x86_64 2.14.1-2.fc41 fedora</b></font> |
| <font color="#33D17A"><b>qt-settings.noarch 41.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt5-filesystem.x86_64 5.15.15-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt5-qtbase.x86_64 5.15.15-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt5-qtbase-common.noarch 5.15.15-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt5-qtbase-gui.x86_64 5.15.15-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt5-qtdeclarative.x86_64 5.15.15-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt5-qtgraphicaleffects.x86_64 5.15.15-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt5-qtmultimedia.x86_64 5.15.15-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt5-qtquickcontrols.x86_64 5.15.15-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt5-qtquickcontrols2.x86_64 5.15.15-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt5-qtsvg.x86_64 5.15.15-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt5-qttranslations.noarch 5.15.15-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt5-qtwayland.x86_64 5.15.15-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt5-qtx11extras.x86_64 5.15.15-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt5-qtxmlpatterns.x86_64 5.15.15-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt5-srpm-macros.noarch 5.15.15-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt6-filesystem.x86_64 6.8.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt6-qt5compat.x86_64 6.8.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt6-qtbase.x86_64 6.8.2-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt6-qtbase-common.noarch 6.8.2-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt6-qtbase-gui.x86_64 6.8.2-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt6-qtconnectivity.x86_64 6.8.2-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qt6-qtdeclarative.x86_64 6.8.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt6-qtmultimedia.x86_64 6.8.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt6-qtpdf.x86_64 6.8.2-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt6-qtpositioning.x86_64 6.8.2-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qt6-qtquick3d.x86_64 6.8.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt6-qtquicktimeline.x86_64 6.8.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt6-qtremoteobjects.x86_64 6.8.2-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qt6-qtsensors.x86_64 6.8.2-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qt6-qtserialport.x86_64 6.8.2-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qt6-qtshadertools.x86_64 6.8.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt6-qtspeech.x86_64 6.8.2-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qt6-qtspeech-speechd.x86_64 6.8.2-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qt6-qtsvg.x86_64 6.8.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt6-qttools-common.noarch 6.8.2-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qt6-qttools-libs-designer.x86_64 6.8.2-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qt6-qttools-libs-help.x86_64 6.8.2-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qt6-qttranslations.noarch 6.8.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt6-qtwayland.x86_64 6.8.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>qt6-qtwebchannel.x86_64 6.8.2-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qt6-qtwebsockets.x86_64 6.8.2-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>qt6-srpm-macros.noarch 6.8.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>quota.x86_64 1:4.09-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>quota-nls.noarch 1:4.09-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>raptor2.x86_64 2.0.15-44.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rasqal.x86_64 0.9.33-29.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rav1e-libs.i686 0.7.1-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rav1e-libs.x86_64 0.7.1-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>re2.x86_64 1:20240702-19.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>readline.i686 8.2-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>readline.x86_64 8.2-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>realmd.x86_64 0.17.1-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>realtek-firmware.noarch 20241210-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>redhat-display-fonts.noarch 4.0.3-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>redhat-lsb.x86_64 5.0-0.11.20231006git8d00acdc.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>redhat-lsb-core.x86_64 5.0-0.11.20231006git8d00acdc.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>redhat-menus.noarch 12.0.2-28.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>redhat-rpm-config.noarch 293-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>redhat-text-fonts.noarch 4.0.3-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>redland.x86_64 1.0.17-38.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>remi-release.noarch 41-2.fc41.remi <unknown></b></font> |
| <font color="#33D17A"><b>remmina.x86_64 1.4.39-5.fc41 updates</b></font> |
| <font color="#33D17A"><b>remmina-plugins-exec.x86_64 1.4.39-5.fc41 updates</b></font> |
| <font color="#33D17A"><b>remmina-plugins-rdp.x86_64 1.4.39-5.fc41 updates</b></font> |
| <font color="#33D17A"><b>remmina-plugins-secret.x86_64 1.4.39-5.fc41 updates</b></font> |
| <font color="#33D17A"><b>remmina-plugins-spice.x86_64 1.4.39-5.fc41 updates</b></font> |
| <font color="#33D17A"><b>remmina-plugins-vnc.x86_64 1.4.39-5.fc41 updates</b></font> |
| <font color="#33D17A"><b>rest.x86_64 0.9.1-11.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rest0.7.x86_64 0.8.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rhash.x86_64 1.4.4-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rhythmbox.x86_64 3.4.8-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rit-meera-new-fonts.noarch 1.6.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rit-rachana-fonts.noarch 1.5.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rootfiles.noarch 8.1-37.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rpcbind.x86_64 1.2.7-1.rc1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rpm.x86_64 4.20.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rpm-build.x86_64 4.20.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rpm-build-libs.x86_64 4.20.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rpm-libs.x86_64 4.20.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rpm-plugin-audit.x86_64 4.20.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rpm-plugin-selinux.x86_64 4.20.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rpm-plugin-systemd-inhibit.x86_64 4.20.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rpm-sequoia.x86_64 1.7.0-5.fc41 updates</b></font> |
| <font color="#33D17A"><b>rpm-sign.x86_64 4.20.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rpm-sign-libs.x86_64 4.20.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rpmdevtools.noarch 9.6-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rpmfusion-free-appstream-data.noarch 41-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rpmfusion-free-release.noarch 41-1 <unknown></b></font> |
| <font color="#33D17A"><b>rpmfusion-nonfree-appstream-data.noarch 41-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rpmfusion-nonfree-release.noarch 41-1 <unknown></b></font> |
| <font color="#33D17A"><b>rsvg-pixbuf-loader.x86_64 2.59.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rsync.x86_64 3.4.1-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>rtkit.x86_64 0.11-65.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rubberband.x86_64 3.3.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rust.x86_64 1.85.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rust-src.noarch 1.85.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rust-srpm-macros.noarch 26.3-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rust-std-static.x86_64 1.85.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rutabaga-gfx-ffi.x86_64 0.1.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>rygel.x86_64 0.44.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>s-nail.x86_64 14.9.25-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>samba.x86_64 2:4.21.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>samba-client.x86_64 2:4.21.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>samba-client-libs.x86_64 2:4.21.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>samba-common.noarch 2:4.21.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>samba-common-libs.x86_64 2:4.21.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>samba-common-tools.x86_64 2:4.21.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>samba-dc.x86_64 2:4.21.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>samba-dc-libs.x86_64 2:4.21.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>samba-dc-provision.noarch 2:4.21.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>samba-dcerpc.x86_64 2:4.21.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>samba-ldb-ldap-modules.x86_64 2:4.21.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>samba-libs.x86_64 2:4.21.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>samba-tools.x86_64 2:4.21.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>samba-winbind.x86_64 2:4.21.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>samba-winbind-clients.x86_64 2:4.21.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>samba-winbind-modules.x86_64 2:4.21.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>sane-airscan.x86_64 0.99.32-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sane-backends.x86_64 1.3.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sane-backends-drivers-cameras.i686 1.3.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sane-backends-drivers-cameras.x86_64 1.3.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sane-backends-drivers-scanners.i686 1.3.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sane-backends-drivers-scanners.x86_64 1.3.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sane-backends-libs.i686 1.3.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sane-backends-libs.x86_64 1.3.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>satyr.x86_64 0.43-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>schroedinger.x86_64 1.0.11-31.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>screen.x86_64 4.9.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>scrub.x86_64 2.6.1-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sdbus-cpp.x86_64 1.5.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sdl12-compat.x86_64 1.2.68-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>seabios-bin.noarch 1.16.3-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>seahorse.x86_64 47.0.1-1.fc41 fedora</b></font> |
| <font color="#33D17A"><b>seavgabios-bin.noarch 1.16.3-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sed.x86_64 4.9-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>selinux-policy.noarch 41.33-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>selinux-policy-targeted.noarch 41.33-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>serd.x86_64 0.32.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>setup.noarch 2.15.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>setxkbmap.x86_64 1.3.4-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sg3_utils-libs.x86_64 1.48-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sgpio.x86_64 1.2.0.10-37.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>shadow-utils.x86_64 2:4.15.1-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>shadow-utils-subid.x86_64 2:4.15.1-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>shared-mime-info.x86_64 2.3-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sheepdog.x86_64 1.0.1-22.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>shim-ia32.x86_64 15.8-3 updates</b></font> |
| <font color="#33D17A"><b>shim-x64.x86_64 15.8-3 updates</b></font> |
| <font color="#33D17A"><b>sil-mingzat-fonts.noarch 1.100-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sil-nuosu-fonts.noarch 2.200-11.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sil-padauk-fonts.noarch 3.003-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>simple-scan.x86_64 46.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>skopeo.x86_64 1:1.18.0-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>slang.x86_64 2.3.3-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>slirp4netns.x86_64 1.3.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>smartmontools.x86_64 1:7.4-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>smartmontools-selinux.noarch 1:7.4-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>snappy.x86_64 1.2.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>snapshot.x86_64 47.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sombok.x86_64 2.4.0-22.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sord.x86_64 0.16.18-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sos.noarch 4.8.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sound-theme-freedesktop.noarch 0.8-22.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>soundtouch.x86_64 2.3.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>source-highlight.x86_64 3.1.9-23.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>soxr.x86_64 0.1.3-16.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>spandsp.x86_64 0.0.6-19.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>spax.x86_64 1.6-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>speech-dispatcher.x86_64 0.11.5-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>speech-dispatcher-espeak-ng.x86_64 0.11.5-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>speech-dispatcher-libs.x86_64 0.11.5-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>speech-dispatcher-utils.x86_64 0.11.5-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>speex.i686 1.2.0-18.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>speex.x86_64 1.2.0-18.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>speexdsp.x86_64 1.2.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>spice-glib.x86_64 0.42-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>spice-gtk3.x86_64 0.42-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>spice-server.x86_64 0.15.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>spice-vdagent.x86_64 0.22.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>spice-webdavd.x86_64 3.0-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>spirv-tools-libs.i686 2024.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>spirv-tools-libs.x86_64 2024.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sqlite.x86_64 3.46.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sqlite-libs.i686 3.46.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sqlite-libs.x86_64 3.46.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>squashfs-tools.x86_64 4.6.1-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sratom.x86_64 0.6.16-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>srt-libs.x86_64 1.5.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sshpass.x86_64 1.09-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sssd.x86_64 2.10.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sssd-ad.x86_64 2.10.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sssd-client.x86_64 2.10.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sssd-common.x86_64 2.10.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sssd-common-pac.x86_64 2.10.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sssd-idp.x86_64 2.10.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sssd-ipa.x86_64 2.10.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sssd-kcm.x86_64 2.10.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sssd-krb5.x86_64 2.10.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sssd-krb5-common.x86_64 2.10.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sssd-ldap.x86_64 2.10.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sssd-nfs-idmap.x86_64 2.10.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sssd-proxy.x86_64 2.10.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>startup-notification.x86_64 0.12-30.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>stix-fonts.noarch 2.13b171-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>stoken-libs.x86_64 0.92-11.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>strace.x86_64 6.13-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>subversion.x86_64 1.14.5-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>subversion-libs.x86_64 1.14.5-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sudo.x86_64 1.9.15-5.p5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sudo-python-plugin.x86_64 1.9.15-5.p5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>suil.x86_64 0.10.20-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>suitesparse.x86_64 7.7.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sushi.x86_64 46.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>svt-av1-libs.i686 2.3.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>svt-av1-libs.x86_64 2.3.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>svt-hevc-libs.x86_64 1.5.1-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>switcheroo-control.x86_64 2.6-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>swtpm.x86_64 0.9.0-7.fc41 updates</b></font> |
| <font color="#33D17A"><b>swtpm-libs.x86_64 0.9.0-7.fc41 updates</b></font> |
| <font color="#33D17A"><b>swtpm-selinux.noarch 0.9.0-7.fc41 updates</b></font> |
| <font color="#33D17A"><b>swtpm-tools.x86_64 0.9.0-7.fc41 updates</b></font> |
| <font color="#33D17A"><b>symlinks.x86_64 1.7-11.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>syslinux.x86_64 6.04-0.29.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>syslinux-extlinux.x86_64 6.04-0.29.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>syslinux-extlinux-nonlinux.noarch 6.04-0.29.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>syslinux-nonlinux.noarch 6.04-0.29.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>sysprof-capture-devel.x86_64 47.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>system-config-printer-libs.noarch 1.5.18-11.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>system-config-printer-udev.x86_64 1.5.18-11.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>systemd.x86_64 256.12-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>systemd-container.x86_64 256.12-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>systemd-devel.x86_64 256.12-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>systemd-libs.i686 256.12-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>systemd-libs.x86_64 256.12-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>systemd-networkd.x86_64 256.12-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>systemd-oomd-defaults.noarch 256.12-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>systemd-pam.x86_64 256.12-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>systemd-resolved.x86_64 256.12-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>systemd-rpm-macros.noarch 256.12-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>systemd-udev.x86_64 256.12-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>systemtap.x86_64 5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>systemtap-client.x86_64 5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>systemtap-devel.x86_64 5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>systemtap-runtime.x86_64 5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>systemtap-sdt-devel.x86_64 5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>systemtap-sdt-dtrace.x86_64 5.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>taglib.i686 1.13.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>taglib.x86_64 1.13.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tar.x86_64 2:1.35-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tbb.x86_64 2021.13.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tbb2020.3.x86_64 2020.3-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tcl.x86_64 1:8.6.14-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tcpdump.x86_64 14:4.99.5-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tdb-tools.x86_64 1.4.12-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>teamd.x86_64 1.32-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tecla.x86_64 45.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>telnet.x86_64 1:0.17-93.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tesseract.x86_64 5.4.1-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tesseract-langpack-eng.noarch 4.1.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tesseract-langpack-jpn.noarch 4.1.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tesseract-langpack-jpn_vert.noarch 4.1.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tesseract-libs.x86_64 5.4.1-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tesseract-tessdata-doc.noarch 4.1.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>texlive-lib.x86_64 11:20230311-85.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tftp.x86_64 5.2-44.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>thermald.x86_64 2.5.6-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>thrift.x86_64 0.20.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tigervnc-license.noarch 1.14.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tigervnc-selinux.noarch 1.14.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tigervnc-server.x86_64 1.14.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tigervnc-server-minimal.x86_64 1.14.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>time.x86_64 1.9-24.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tiwilink-firmware.noarch 20241210-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tix.x86_64 1:8.4.3-41.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tk.x86_64 1:8.6.14-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tlwg-waree-fonts.noarch 0.7.3-11.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tmux.x86_64 3.5a-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>toilet.x86_64 0.3-17.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>toolbox.x86_64 0.1.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tortoisehg.noarch 6.6.3-8.fc41 fedora</b></font> |
| <font color="#33D17A"><b>totem.x86_64 1:43.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>totem-pl-parser.x86_64 3.26.6-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>totem-video-thumbnailer.x86_64 1:43.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tpm2-tools.x86_64 5.7-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tpm2-tss.x86_64 4.1.3-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tpm2-tss-fapi.x86_64 4.1.3-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>traceroute.x86_64 3:2.1.6-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tracker.x86_64 3.7.3-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tracker-miners.x86_64 3.7.4-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tree.x86_64 2.1.0-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>trousers.x86_64 0.3.15-11.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>trousers-lib.x86_64 0.3.15-11.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tslib.x86_64 1.22-11.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>ttmkfdir.x86_64 3.0.9-71.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tuned.noarch 2.25.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tuned-ppd.noarch 2.25.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>turbojpeg.x86_64 3.0.2-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>twolame-libs.i686 0.4.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>twolame-libs.x86_64 0.4.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tzdata.noarch 2025a-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>tzdata-java.noarch 2025a-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>uchardet.x86_64 0.0.8-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>udftools.x86_64 2.3-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>udisks2.x86_64 2.10.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>udisks2-iscsi.x86_64 2.10.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>unbound-anchor.x86_64 1.22.0-14.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>unbound-libs.x86_64 1.22.0-14.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>unicode-ucd.noarch 16.0.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>unixODBC.i686 2.3.12-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>unixODBC.x86_64 2.3.12-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>unoconv.noarch 0.9.0-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>unzip.x86_64 6.0-64.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>upower.x86_64 1.90.7-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>upower-libs.x86_64 1.90.7-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>uresourced.x86_64 0.5.4-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>uriparser.x86_64 0.9.8-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>urw-base35-bookman-fonts.noarch 20200910-23.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>urw-base35-c059-fonts.noarch 20200910-23.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>urw-base35-d050000l-fonts.noarch 20200910-23.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>urw-base35-fonts.noarch 20200910-23.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>urw-base35-fonts-common.noarch 20200910-23.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>urw-base35-gothic-fonts.noarch 20200910-23.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>urw-base35-nimbus-mono-ps-fonts.noarch 20200910-23.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>urw-base35-nimbus-roman-fonts.noarch 20200910-23.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>urw-base35-nimbus-sans-fonts.noarch 20200910-23.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>urw-base35-p052-fonts.noarch 20200910-23.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>urw-base35-standard-symbols-ps-fonts.noarch 20200910-23.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>urw-base35-z003-fonts.noarch 20200910-23.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>usb_modeswitch.x86_64 2.6.2-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>usb_modeswitch-data.noarch 20191128-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>usbmuxd.x86_64 1.1.1^20230720git61b99ab-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>usbredir.x86_64 0.15.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>usbutils.x86_64 017-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>usermode.x86_64 1.114-10.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>userspace-rcu.x86_64 0.14.0-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>utf8proc.x86_64 2.7.0-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>util-linux.x86_64 2.40.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>util-linux-core.x86_64 2.40.4-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vamp-plugin-sdk.x86_64 2.10-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vapoursynth-libs.x86_64 68-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vazirmatn-vf-fonts.noarch 33.003-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vid.stab.x86_64 1.1.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vim-data.noarch 2:9.1.1169-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vim-filesystem.noarch 2:9.1.1169-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vim-minimal.x86_64 2:9.1.1169-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>virglrenderer.x86_64 1.0.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>virt-install.noarch 5.0.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>virt-manager.noarch 5.0.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>virt-manager-common.noarch 5.0.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>virt-viewer.x86_64 11.0-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>virt-what.x86_64 1.27-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>virtiofsd.x86_64 1.13.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>virtualbox-guest-additions.x86_64 7.1.6-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vivaldi-stable.x86_64 7.1.3570.60-1 <unknown></b></font> |
| <font color="#33D17A"><b>vlc.x86_64 1:3.0.21-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vlc-cli.x86_64 1:3.0.21-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vlc-gui-qt.x86_64 1:3.0.21-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vlc-gui-skins2.x86_64 1:3.0.21-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vlc-libs.x86_64 1:3.0.21-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vlc-plugin-ffmpeg.x86_64 1:3.0.21-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vlc-plugin-gnome.x86_64 1:3.0.21-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vlc-plugin-lua.x86_64 1:3.0.21-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vlc-plugin-notify.x86_64 1:3.0.21-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vlc-plugin-pipewire.x86_64 3-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vlc-plugin-pulseaudio.x86_64 1:3.0.21-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vlc-plugin-visualization.x86_64 1:3.0.21-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vlc-plugins-base.x86_64 1:3.0.21-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vlc-plugins-extra.x86_64 1:3.0.21-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vlc-plugins-freeworld.x86_64 3.0.21-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vlc-plugins-video-out.x86_64 1:3.0.21-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vmaf-models.noarch 3.0.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vo-amrwbenc.x86_64 0.1.3-21.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>volume_key-libs.x86_64 0.3.12-23.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vpnc.x86_64 0.5.3-48.svn550.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vpnc-script.noarch 20230907-3.git5b9e7e4c.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vsftpd.x86_64 3.0.5-8.fc41 fedora</b></font> |
| <font color="#33D17A"><b>vte-profile.x86_64 0.78.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vte291.x86_64 0.78.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vte291-gtk4.x86_64 0.78.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vtk.x86_64 9.2.6-18.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vulkan-loader.i686 1.4.304.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vulkan-loader.x86_64 1.4.304.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>vulkan-tools.x86_64 1.4.304.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>w3m.x86_64 0.5.3-64.git20230121.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>w3m-img.x86_64 0.5.3-64.git20230121.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wavpack.i686 5.7.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wavpack.x86_64 5.7.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>web-assets-filesystem.noarch 5-22.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>webkit2gtk4.0.x86_64 2.46.5-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>webkit2gtk4.1.x86_64 2.46.6-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>webkitgtk6.0.x86_64 2.46.6-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>webp-pixbuf-loader.x86_64 0.2.7-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>webrtc-audio-processing.x86_64 1.3-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>webrtc-audio-processing0.3.x86_64 0.3.1-13.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wget2.x86_64 2.2.0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>wget2-libs.x86_64 2.2.0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>wget2-wget.x86_64 2.2.0-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>which.x86_64 2.21-42.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>whois.x86_64 5.5.20-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>whois-nls.noarch 5.5.20-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine.x86_64 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-alsa.i686 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-alsa.x86_64 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-arial-fonts.noarch 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-cms.i686 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-cms.x86_64 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-common.noarch 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-core.i686 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-core.x86_64 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-courier-fonts.noarch 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-desktop.noarch 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-dxvk.i686 2.5.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-dxvk.x86_64 2.5.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-dxvk-d3d10.i686 2.5.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-dxvk-d3d10.x86_64 2.5.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-dxvk-d3d8.i686 2.5.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-dxvk-d3d8.x86_64 2.5.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-dxvk-d3d9.i686 2.5.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-dxvk-d3d9.x86_64 2.5.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-dxvk-dxgi.i686 2.5.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-dxvk-dxgi.x86_64 2.5.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-filesystem.noarch 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-fixedsys-fonts.noarch 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-fonts.noarch 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-ldap.i686 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-ldap.x86_64 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-marlett-fonts.noarch 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-mono.noarch 9.4.0-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-ms-sans-serif-fonts.noarch 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-opencl.i686 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-opencl.x86_64 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-pulseaudio.i686 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-pulseaudio.x86_64 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-small-fonts.noarch 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-smartcard.i686 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-smartcard.x86_64 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-symbol-fonts.noarch 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-system-fonts.noarch 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-systemd.noarch 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-tahoma-fonts.noarch 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-times-new-roman-fonts.noarch 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-twain.i686 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-twain.x86_64 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-webdings-fonts.noarch 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wine-wingdings-fonts.noarch 10.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>winetricks.noarch 20250102-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wireless-regdb.noarch 2024.01.23-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wireless-tools.x86_64 1:29-28.fc35 @commandline</b></font> |
| <font color="#33D17A"><b>wireplumber.x86_64 0.5.8-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wireplumber-libs.x86_64 0.5.8-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wireshark.x86_64 1:4.4.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>wireshark-cli.x86_64 1:4.4.4-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>woff.x86_64 0.20091126-41.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>woff2.x86_64 1.0.2-20.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>woff2-tools.x86_64 1.0.2-20.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>words.noarch 3.0-46.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wpa_supplicant.x86_64 1:2.11-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wpebackend-fdo.x86_64 1.14.2-3.fc40 fedora</b></font> |
| <font color="#33D17A"><b>wsdd.noarch 0.8-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wxBase.x86_64 3.2.6-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wxGTK.x86_64 3.2.6-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wxGTK-gl.x86_64 3.2.6-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>wxGTK-i18n.noarch 3.2.6-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>x264-libs.x86_64 0.164-15.20231001git31e19f92.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>x265-libs.x86_64 3.6-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xapian-core-libs.x86_64 1.4.26-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xcb-util.x86_64 0.4.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xcb-util-cursor.x86_64 0.1.5-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xcb-util-image.x86_64 0.4.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xcb-util-keysyms.x86_64 0.4.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xcb-util-renderutil.x86_64 0.3.10-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xcb-util-wm.x86_64 0.4.2-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xdg-dbus-proxy.x86_64 0.1.6-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xdg-desktop-portal.x86_64 1.18.4-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xdg-desktop-portal-gnome.x86_64 47.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xdg-desktop-portal-gtk.x86_64 1.15.1-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xdg-user-dirs.x86_64 0.18-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xdg-user-dirs-gtk.x86_64 0.11-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xdg-utils.noarch 1.2.1-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xdpyinfo.x86_64 1.3.3-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xdriinfo.x86_64 1.0.7-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xen-libs.x86_64 4.19.1-5.fc41 updates</b></font> |
| <font color="#33D17A"><b>xen-licenses.x86_64 4.19.1-5.fc41 updates</b></font> |
| <font color="#33D17A"><b>xerces-c.x86_64 3.2.5-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xfsprogs.x86_64 6.9.0-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xhost.x86_64 1.0.9-8.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xinput.x86_64 1.6.4-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xisxwayland.x86_64 2-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xkbcomp.x86_64 1.4.7-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xkeyboard-config.noarch 2.42-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xml-common.noarch 0.6.3-65.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xmlrpc-c.x86_64 1.59.03-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xmlrpc-c-client.x86_64 1.59.03-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xmlsec1.x86_64 1:1.2.39-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xmlsec1-nss.x86_64 1:1.2.39-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xmlsec1-openssl.x86_64 1:1.2.39-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xmodmap.x86_64 1.0.11-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xorg-x11-drv-amdgpu.x86_64 23.0.0-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xorg-x11-drv-ati.x86_64 22.0.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xorg-x11-drv-evdev.x86_64 2.10.6-16.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xorg-x11-drv-intel.x86_64 2.99.917^20240506gitce811e7-62.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xorg-x11-drv-libinput.x86_64 1.4.0-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xorg-x11-drv-nvidia-390xx.x86_64 3:390.157-4.fc40 rpmfusion-nonfree</b></font> |
| <font color="#33D17A"><b>xorg-x11-drv-nvidia-390xx-cuda.x86_64 3:390.157-4.fc40 rpmfusion-nonfree</b></font> |
| <font color="#33D17A"><b>xorg-x11-drv-nvidia-390xx-cuda-libs.i686 3:390.157-4.fc40 rpmfusion-nonfree-updates</b></font> |
| <font color="#33D17A"><b>xorg-x11-drv-nvidia-390xx-cuda-libs.x86_64 3:390.157-4.fc40 rpmfusion-nonfree-updates</b></font> |
| <font color="#33D17A"><b>xorg-x11-drv-nvidia-390xx-kmodsrc.x86_64 3:390.157-4.fc40 rpmfusion-nonfree-updates</b></font> |
| <font color="#33D17A"><b>xorg-x11-drv-nvidia-390xx-libs.i686 3:390.157-4.fc40 rpmfusion-nonfree-updates</b></font> |
| <font color="#33D17A"><b>xorg-x11-drv-nvidia-390xx-libs.x86_64 3:390.157-4.fc40 rpmfusion-nonfree-updates</b></font> |
| <font color="#33D17A"><b>xorg-x11-drv-openchrome.x86_64 0.6.604^20230328git857d892-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xorg-x11-drv-qxl.x86_64 0.1.6-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xorg-x11-drv-vmware.x86_64 13.4.0-7.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xorg-x11-drv-wacom.x86_64 1.2.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xorg-x11-drv-wacom-serial-support.x86_64 1.2.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xorg-x11-fonts-ISO8859-1-100dpi.noarch 7.5-39.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xorg-x11-fonts-Type1.noarch 7.5-39.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xorg-x11-proto-devel.noarch 2024.1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xorg-x11-server-Xorg.x86_64 21.1.16-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>xorg-x11-server-Xwayland.x86_64 24.1.6-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>xorg-x11-server-common.x86_64 21.1.16-1.fc41 updates</b></font> |
| <font color="#33D17A"><b>xorg-x11-xauth.x86_64 1:1.1.3-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xorg-x11-xinit.x86_64 1.4.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xorriso.x86_64 1.5.6-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xprop.x86_64 1.2.7-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xrandr.x86_64 1.5.2-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xrdb.x86_64 1.2.2-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xset.x86_64 1.2.5-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xvidcore.x86_64 1.3.7-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xwininfo.x86_64 1.1.5-9.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xxhash-libs.x86_64 0.8.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xz.x86_64 1:5.6.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xz-devel.x86_64 1:5.6.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xz-libs.i686 1:5.6.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>xz-libs.x86_64 1:5.6.2-2.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>yajl.x86_64 2.1.0-24.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>yara.x86_64 4.5.2-4.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>yelp.x86_64 2:42.2-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>yelp-libs.x86_64 2:42.2-6.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>yelp-xsl.noarch 42.1-5.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>zchunk-libs.x86_64 1.5.1-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>zd1211-firmware.noarch 1.5-16.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>zenity.x86_64 4.0.3-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>zeromq.x86_64 4.3.5-17.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>zfs-fuse.x86_64 0.7.2.2-31.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>zig-srpm-macros.noarch 1-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>zimg.x86_64 3.0.5-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>zip.x86_64 3.0-41.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>zix.x86_64 0.6.2-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>zlib-ng.x86_64 2.2.3-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>zlib-ng-compat.i686 2.2.3-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>zlib-ng-compat.x86_64 2.2.3-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>zlib-ng-compat-devel.x86_64 2.2.3-2.fc41 updates</b></font> |
| <font color="#33D17A"><b>zram-generator.x86_64 1.1.2-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>zram-generator-defaults.noarch 1.1.2-12.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>zsh.x86_64 5.9-15.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>zstd.x86_64 1.5.7-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>zvbi.x86_64 0.2.42-1.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>zxcvbn-c.x86_64 2.5-3.fc41 <unknown></b></font> |
| <font color="#33D17A"><b>zxing-cpp.x86_64 2.2.1-2.fc41 <unknown></b></font> |
</pre></html></WRAP> | </pre></html></WRAP> |
</WRAP> | </WRAP> |
| |
| |
===== パッケージのインストール容量の削減 (ドキュメント類をインストール対象から除外 [nodocs]) ===== | ===== パッケージのインストール容量の削減 (ドキュメント類をインストール対象から除外 [nodocs]) ===== |
<WRAP color_term> | <WRAP color_term> |
<WRAP color_command><html><pre> | <WRAP color_command><html><pre> |
$ sudo vi /etc/dnf/dnf.conf | <font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:solid">sudo</u></font> <font color="#26A269">nano</font> <u style="text-decoration-style:solid">/etc/dnf/dnf.conf</u> |
| </pre></html></WRAP> |
| <WRAP color_mincode><html><pre> |
| <font color="#F8F8F2">[</font><font color="#A6E22E">main</font><font color="#F8F8F2">]</font> |
| <font color="#F92672">gpgcheck</font><font color="#F8F8F2">=</font><font color="#E6DB74">1</font> |
| <font color="#F92672">installonly_limit</font><font color="#F8F8F2">=</font><font color="#E6DB74">3</font> |
| <font color="#F92672">clean_requirements_on_remove</font><font color="#F8F8F2">=</font><font color="#E6DB74">True</font> |
| <font color="#F92672">best</font><font color="#F8F8F2">=</font><font color="#E6DB74">False</font> |
| <font color="#F92672">skip_if_unavailable</font><font color="#F8F8F2">=</font><font color="#E6DB74">True</font> |
| <font color="#F92672">tsflags</font><font color="#F8F8F2">=</font><font color="#E6DB74">nodocs</font> <b class=DiYE>#<- これを追記</b> |
</pre></html></WRAP> | </pre></html></WRAP> |
</WRAP> | |
| |
<WRAP color_term> | |
<WRAP color_mincode><code autoconf /etc/dnf/dnf.conf> | |
[main] | |
gpgcheck=1 | |
installonly_limit=3 | |
clean_requirements_on_remove=True | |
best=False | |
skip_if_unavailable=True | |
tsflags=nodocs # <- これを追記 | |
</code></WRAP> | |
</WRAP> | </WRAP> |
| |
<WRAP color_term> | <WRAP color_term> |
<WRAP color_command><html><pre> | <WRAP color_command><html><pre> |
$ sudo dnf install --setopt=tsflags='' man-db man-pages man-pages-ja -y | <font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:solid">sudo</u></font> <font color="#26A269">dnf</font> install <font color="#A347BA">-y</font> <font color="#A347BA">--setopt=tsflags=</font><font color="#A2734C">''</font> man-db man-pages man-pages-ja |
</pre></html></WRAP> | </pre></html></WRAP> |
</WRAP> | </WRAP> |
| |
既にインストール済みのパッケージで、後からドキュメント類が必要になった場合は、以下の方法で再インストールする必要があります。(既に <html><code>tsflags=nodocs</code></html> でインストールしたパッケージはドキュメント類自体が欠落して配置されているためです)\\ | 既にインストール済みのパッケージで、後からドキュメント類が必要になった場合は、以下の方法で再インストールする必要があります。(既に ''tsflags=nodocs'' でインストールしたパッケージはドキュメント類自体が欠落して配置されているためです)\\ |
<WRAP color_term> | <WRAP color_term> |
<WRAP color_command><html><pre> | <WRAP color_command><html><pre> |
$ sudo dnf reinstall --setopt=tsflags='' man-db man-pages man-pages-ja -y | <font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:solid">sudo</u></font> <font color="#26A269">dnf</font> reinstall <font color="#A347BA">-y</font> <font color="#A347BA">--setopt=tsflags=</font><font color="#A2734C">''</font> man-db man-pages man-pages-ja |
</pre></html></WRAP> | </pre></html></WRAP> |
</WRAP> | </WRAP> |
| |
==== パッケージインストール時に個別にドキュメント類をインストールしないように指示する ==== | ==== パッケージインストール時に個別にドキュメント類をインストールしないように指示する ==== |
基本は **dnf.conf** で RPM トランザクション フラグを指定しないで、パッケージ毎に必要に応じてドキュメント類をインストールしないように指示するには、<html><code>--setopt</code></html> オプションに <html><code>tsflags</code></html> を指定して <html><code>nodocs</code></html> **(RPMTRANS_FLAG_NODOCS)** RPM トランザクション フラグを指定する。\\ | 基本は **dnf.conf** で RPM トランザクション フラグを指定しないで、パッケージ毎に必要に応じてドキュメント類をインストールしないように指示するには、''%%--setopt%%'' オプションに ''tsflags'' を指定して ''nodocs'' **(RPMTRANS_FLAG_NODOCS)** RPM トランザクション フラグを指定する。\\ |
<WRAP color_term> | <WRAP color_term> |
<WRAP color_command><html><pre> | <WRAP color_command><html><pre> |
$ sudo dnf reinstall --setopt=tsflags=nodocs rsync -y | <font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:solid">sudo</u></font> <font color="#26A269">dnf</font> reinstall <font color="#A347BA">-y</font> <font color="#A347BA">--setopt=tsflags=nodocs</font> rsync |
</pre></html></WRAP> | </pre></html></WRAP> |
<WRAP color_result><html><pre> | <WRAP color_result_hlong><html><pre>リポジトリの更新を読み込み中: |
Last metadata expiration check: 2:36:59 ago on 2021年03月25日 10時06分56秒. | リポジトリを読み込みました。 |
Dependencies resolved. | <b>Package </b> <b>Arch </b> <b>Version </b> <b>Repository </b> <b> Size</b> |
==================================================================================================== | |
Package Architecture Version Repository Size | |
==================================================================================================== | |
Reinstalling: | Reinstalling: |
rsync x86_64 3.2.3-3.fc33 updates 393 k | <font color="#26A269"> rsync </font> x86_64 3.4.1-1.fc41 updates 770.1 KiB |
| <font color="#7D7D7D"> replacing rsync x86_64 3.4.1-1.fc41 updates 770.1 KiB</font> |
| |
Transaction Summary | Transaction Summary: |
==================================================================================================== | Reinstalling: 1 package |
| Replacing: 1 package |
| |
Total download size: 393 k | パッケージサイズ 417 KiB 、ダウンロードサイズ 417 KiB 。 |
Installed size: 731 k | 完了後、0 B のサイズが利用されます(インストール 770 KiB、削除 770 KiB)。 |
Downloading Packages: | [1/1] rsync-0:3.4.1-1.fc41.x86_64 100% | 192.6 KiB/s | 417.1 KiB | 00m02s |
rsync-3.2.3-3.fc33.x86_64.rpm 550 kB/s | 393 kB 00:00 | ------------------------------------------------------------------------------------------------------------------ |
---------------------------------------------------------------------------------------------------- | [1/1] Total 100% | 126.4 KiB/s | 417.1 KiB | 00m03s |
Total 153 kB/s | 393 kB 00:02 | トランザクションを実行中 |
Running transaction check | [1/4] パッケージ ファイルを検証 100% | 83.0 B/s | 1.0 B | 00m00s |
Transaction check succeeded. | [2/4] トランザクションの準備 100% | 0.0 B/s | 2.0 B | 00m14s |
Running transaction test | [3/4] 再インストール中 rsync-0:3.4.1-1.fc41.x86_64 100% | 1.6 MiB/s | 775.7 KiB | 00m00s |
Transaction test succeeded. | [4/4] 削除中 rsync-0:3.4.1-1.fc41.x86_64 100% | 3.0 B/s | 37.0 B | 00m10s |
Running transaction | 完了しました! |
Preparing : 1/1 | |
Reinstalling : rsync-3.2.3-3.fc33.x86_64 1/2 | |
Cleanup : rsync-3.2.3-3.fc33.x86_64 2/2 | |
Running scriptlet: rsync-3.2.3-3.fc33.x86_64 2/2 | |
Verifying : rsync-3.2.3-3.fc33.x86_64 1/2 | |
Verifying : rsync-3.2.3-3.fc33.x86_64 2/2 | |
| |
Reinstalled: | |
rsync-3.2.3-3.fc33.x86_64 | |
| |
Complete! | |
</pre></html></WRAP> | </pre></html></WRAP> |
</WRAP> | </WRAP> |
<WRAP color_term> | <WRAP color_term> |
<WRAP color_command><html><pre> | <WRAP color_command><html><pre> |
$ ls -lha $(rpm -q -d rsync) | <font color="#0087FF"><b>$</b></font> <font color="#26A269">ls</font> <font color="#A347BA">-lha</font> <font color="#A347BA">$</font><font color="#2A7BDE"><b>(</b></font><font color="#26A269">rpm</font> <font color="#A347BA">-q</font> <font color="#A347BA">-d</font> rsync<font color="#2A7BDE"><b>)</b></font> |
</pre></html></WRAP> | </pre></html></WRAP> |
<WRAP color_result><html><pre> | <WRAP color_result_hlong><html><pre> |
ls: cannot access '/usr/share/doc/rsync/support/Makefile': No such file or directory | ls: '/usr/share/doc/rsync/support/Makefile' にアクセスできません: そのようなファイルやディレクトリはありません |
ls: cannot access '/usr/share/doc/rsync/support/atomic-rsync': No such file or directory | ls: '/usr/share/doc/rsync/support/atomic-rsync' にアクセスできません: そのようなファイルやディレクトリはありません |
ls: cannot access '/usr/share/doc/rsync/support/cvs2includes': No such file or directory | ls: '/usr/share/doc/rsync/support/cvs2includes' にアクセスできません: そのようなファイルやディレクトリはありません |
ls: cannot access '/usr/share/doc/rsync/support/deny-rsync': No such file or directory | ls: '/usr/share/doc/rsync/support/deny-rsync' にアクセスできません: そのようなファイルやディレクトリはありません |
ls: cannot access '/usr/share/doc/rsync/support/file-attr-restore': No such file or directory | ls: '/usr/share/doc/rsync/support/file-attr-restore' にアクセスできません: そのようなファイルやディレクトリはありません |
ls: cannot access '/usr/share/doc/rsync/support/files-to-excludes': No such file or directory | ls: '/usr/share/doc/rsync/support/files-to-excludes' にアクセスできません: そのようなファイルやディレクトリはありません |
ls: cannot access '/usr/share/doc/rsync/support/git-set-file-times': No such file or directory | ls: '/usr/share/doc/rsync/support/git-set-file-times' にアクセスできません: そのようなファイルやディレクトリはありません |
ls: cannot access '/usr/share/doc/rsync/support/instant-rsyncd': No such file or directory | ls: '/usr/share/doc/rsync/support/idmap' にアクセスできません: そのようなファイルやディレクトリはありません |
ls: cannot access '/usr/share/doc/rsync/support/logfilter': No such file or directory | ls: '/usr/share/doc/rsync/support/install_deps_ubuntu.sh' にアクセスできません: そのようなファイルやディレクトリはありません |
ls: cannot access '/usr/share/doc/rsync/support/lsh': No such file or directory | ls: '/usr/share/doc/rsync/support/instant-rsyncd' にアクセスできません: そのようなファイルやディレクトリはありません |
ls: cannot access '/usr/share/doc/rsync/support/lsh.sh': No such file or directory | ls: '/usr/share/doc/rsync/support/json-rsync-version' にアクセスできません: そのようなファイルやディレクトリはありません |
ls: cannot access '/usr/share/doc/rsync/support/mapfrom': No such file or directory | ls: '/usr/share/doc/rsync/support/logfilter' にアクセスできません: そのようなファイルやディレクトリはありません |
ls: cannot access '/usr/share/doc/rsync/support/mapto': No such file or directory | ls: '/usr/share/doc/rsync/support/lsh' にアクセスできません: そのようなファイルやディレクトリはありません |
ls: cannot access '/usr/share/doc/rsync/support/mnt-excl': No such file or directory | ls: '/usr/share/doc/rsync/support/lsh.sh' にアクセスできません: そのようなファイルやディレクトリはありません |
ls: cannot access '/usr/share/doc/rsync/support/munge-symlinks': No such file or directory | ls: '/usr/share/doc/rsync/support/mnt-excl' にアクセスできません: そのようなファイルやディレクトリはありません |
ls: cannot access '/usr/share/doc/rsync/support/nameconvert': No such file or directory | ls: '/usr/share/doc/rsync/support/munge-symlinks' にアクセスできません: そのようなファイルやディレクトリはありません |
ls: cannot access '/usr/share/doc/rsync/support/rrsync': No such file or directory | ls: '/usr/share/doc/rsync/support/nameconvert' にアクセスできません: そのようなファイルやディレクトリはありません |
ls: cannot access '/usr/share/doc/rsync/support/rsync-no-vanished': No such file or directory | ls: '/usr/share/doc/rsync/support/rrsync' にアクセスできません: そのようなファイルやディレクトリはありません |
ls: cannot access '/usr/share/doc/rsync/support/rsync-slash-strip': No such file or directory | ls: '/usr/share/doc/rsync/support/rrsync.1.md' にアクセスできません: そのようなファイルやディレクトリはありません |
ls: cannot access '/usr/share/doc/rsync/support/rsyncstats': No such file or directory | ls: '/usr/share/doc/rsync/support/rsync-no-vanished' にアクセスできません: そのようなファイルやディレクトリはありません |
ls: cannot access '/usr/share/doc/rsync/support/savetransfer.c': No such file or directory | ls: '/usr/share/doc/rsync/support/rsync-slash-strip' にアクセスできません: そのようなファイルやディレクトリはありません |
ls: cannot access '/usr/share/doc/rsync/tech_report.tex': No such file or directory | ls: '/usr/share/doc/rsync/support/rsyncstats' にアクセスできません: そのようなファイルやディレクトリはありません |
ls: cannot access '/usr/share/man/man1/rsync-ssl.1.gz': No such file or directory | ls: '/usr/share/doc/rsync/support/savetransfer.c' にアクセスできません: そのようなファイルやディレクトリはありません |
ls: cannot access '/usr/share/man/man1/rsync.1.gz': No such file or directory | ls: '/usr/share/doc/rsync/tech_report.tex' にアクセスできません: そのようなファイルやディレクトリはありません |
ls: cannot access '/usr/share/man/man5/rsyncd.conf.5.gz': No such file or directory | ls: '/usr/share/man/man1/rsync-ssl.1.gz' にアクセスできません: そのようなファイルやディレクトリはありません |
| ls: '/usr/share/man/man1/rsync.1.gz' にアクセスできません: そのようなファイルやディレクトリはありません |
| ls: '/usr/share/man/man5/rsyncd.conf.5.gz' にアクセスできません: そのようなファイルやディレクトリはありません |
</pre></html></WRAP> | </pre></html></WRAP> |
</WRAP> | </WRAP> |
<WRAP color_term> | <WRAP color_term> |
<WRAP color_command><html><pre> | <WRAP color_command><html><pre> |
$ man rsync | <font color="#0087FF"><b>$</b></font> <font color="#26A269">man</font> rsync |
</pre></html></WRAP> | </pre></html></WRAP> |
<WRAP color_result><html><pre> | <WRAP color_result><html><pre> |
<WRAP color_term> | <WRAP color_term> |
<WRAP color_command><html><pre> | <WRAP color_command><html><pre> |
$ ls -lha $(rpm -q -d rsync) | <font color="#0087FF"><b>$</b></font> <font color="#26A269">ls</font> <font color="#A347BA">-lha</font> <font color="#A347BA">$</font><font color="#2A7BDE"><b>(</b></font><font color="#26A269">rpm</font> <font color="#A347BA">-q</font> <font color="#A347BA">-d</font> rsync<font color="#2A7BDE"><b>)</b></font> |
</pre></html></WRAP> | </pre></html></WRAP> |
<WRAP color_result><html><pre> | <WRAP color_result_hlong><html><pre> |
ls: cannot access '/usr/share/doc/rsync/support/Makefile': No such file or directory | ls: cannot access '/usr/share/doc/rsync/support/Makefile': No such file or directory |
ls: cannot access '/usr/share/doc/rsync/support/atomic-rsync': No such file or directory | ls: cannot access '/usr/share/doc/rsync/support/atomic-rsync': No such file or directory |
<WRAP color_term> | <WRAP color_term> |
<WRAP color_command><html><pre> | <WRAP color_command><html><pre> |
$ sudo dnf reinstall --setopt=tsflags='' rsync -y | <font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:solid">sudo</u></font> <font color="#26A269">dnf</font> reinstall <font color="#A347BA">--setopt=tsflags=</font><font color="#A2734C">''</font> rsync <font color="#A347BA">-y</font> |
</pre></html></WRAP> | </pre></html></WRAP> |
<WRAP color_result_long><html><pre> | <WRAP color_result_hlong><html><pre> |
Last metadata expiration check: 1:06:07 ago on 2021年03月25日 04時51分25秒. | Updating and loading repositories: |
Dependencies resolved. | Repositories loaded. |
==================================================================================================== | <b>Package </b> <b>Arch </b> <b>Version </b> <b>Repository </b> <b> Size</b> |
Package Architecture Version Repository Size | |
==================================================================================================== | |
Reinstalling: | Reinstalling: |
rsync x86_64 3.2.3-3.fc33 updates 393 k | <font color="#26A269"> rsync </font> x86_64 3.4.1-1.fc41 updates 770.1 KiB |
| <font color="#7D7D7D"> replacing rsync x86_64 3.4.1-1.fc41 updates 770.1 KiB</font> |
| |
Transaction Summary | Transaction Summary: |
==================================================================================================== | Reinstalling: 1 package |
| Replacing: 1 package |
| |
Total download size: 393 k | Total size of inbound packages is 417 KiB. Need to download 417 KiB. |
Installed size: 731 k | After this operation, 0 B extra will be used (install 770 KiB, remove 770 KiB). |
Downloading Packages: | [1/1] rsync-0:3.4.1-1.fc41.x86_64 100% | 245.5 KiB/s | 417.1 KiB | 00m02s |
rsync-3.2.3-3.fc33.x86_64.rpm 740 kB/s | 393 kB 00:00 | ------------------------------------------------------------------------------------------------------------------ |
---------------------------------------------------------------------------------------------------- | [1/1] Total 100% | 136.9 KiB/s | 417.1 KiB | 00m03s |
Total 168 kB/s | 393 kB 00:02 | |
Running transaction check | |
Transaction check succeeded. | |
Running transaction test | |
Transaction test succeeded. | |
Running transaction | Running transaction |
Preparing : 1/1 | [1/4] Verify package files 100% | 125.0 B/s | 1.0 B | 00m00s |
Reinstalling : rsync-3.2.3-3.fc33.x86_64 1/2 | [2/4] Prepare transaction 100% | 0.0 B/s | 2.0 B | 00m22s |
Cleanup : rsync-3.2.3-3.fc33.x86_64 2/2 | [3/4] Reinstalling rsync-0:3.4.1-1.fc41.x86_64 100% | 2.2 MiB/s | 775.7 KiB | 00m00s |
Running scriptlet: rsync-3.2.3-3.fc33.x86_64 2/2 | [4/4] Removing rsync-0:3.4.1-1.fc41.x86_64 100% | 4.0 B/s | 37.0 B | 00m08s |
Verifying : rsync-3.2.3-3.fc33.x86_64 1/2 | |
Verifying : rsync-3.2.3-3.fc33.x86_64 2/2 | |
| |
Reinstalled: | |
rsync-3.2.3-3.fc33.x86_64 | |
Complete! | Complete! |
</pre></html></WRAP> | </pre></html></WRAP> |
<WRAP color_term> | <WRAP color_term> |
<WRAP color_command><html><pre> | <WRAP color_command><html><pre> |
$ ls -lha $(rpm -q -d rsync) | <font color="#0087FF"><b>$</b></font> <font color="#26A269">ls</font> <font color="#A347BA">-lha</font> <font color="#A347BA">$</font><font color="#2A7BDE"><b>(</b></font><font color="#26A269">rpm</font> <font color="#A347BA">-q</font> <font color="#A347BA">-d</font> rsync<font color="#2A7BDE"><b>)</b></font> |
</pre></html></WRAP> | </pre></html></WRAP> |
<WRAP color_result><html><pre> | <WRAP color_result_hlong><html><pre>-rw-r--r-- 1 root root 80 1月 12 2005 /usr/share/doc/rsync/support/Makefile |
-rw-r--r-- 1 root root 80 1月 12 2005 /usr/share/doc/rsync/support/Makefile | -rw-r--r-- 1 root root 5.1K 12月 31 2021 /usr/share/doc/rsync/support/atomic-rsync |
-rw-r--r-- 1 root root 4.0K 6月 17 2020 /usr/share/doc/rsync/support/atomic-rsync | -rw-r--r-- 1 root root 2.3K 11月 21 2022 /usr/share/doc/rsync/support/cvs2includes |
-rw-r--r-- 1 root root 1.2K 6月 17 2020 /usr/share/doc/rsync/support/cvs2includes | |
-rw-r--r-- 1 root root 1005 6月 17 2020 /usr/share/doc/rsync/support/deny-rsync | -rw-r--r-- 1 root root 1005 6月 17 2020 /usr/share/doc/rsync/support/deny-rsync |
-rw-r--r-- 1 root root 4.9K 6月 17 2020 /usr/share/doc/rsync/support/file-attr-restore | -rw-r--r-- 1 root root 4.9K 6月 17 2020 /usr/share/doc/rsync/support/file-attr-restore |
-rw-r--r-- 1 root root 538 6月 17 2020 /usr/share/doc/rsync/support/files-to-excludes | -rw-r--r-- 1 root root 1.5K 11月 16 2022 /usr/share/doc/rsync/support/files-to-excludes |
-rw-r--r-- 1 root root 3.8K 7月 18 2020 /usr/share/doc/rsync/support/git-set-file-times | -rw-r--r-- 1 root root 3.9K 4月 12 2022 /usr/share/doc/rsync/support/git-set-file-times |
| -rw-r--r-- 1 root root 1.9K 11月 16 2022 /usr/share/doc/rsync/support/idmap |
| -rw-r--r-- 1 root root 350 4月 8 2024 /usr/share/doc/rsync/support/install_deps_ubuntu.sh |
-rw-r--r-- 1 root root 2.8K 6月 17 2020 /usr/share/doc/rsync/support/instant-rsyncd | -rw-r--r-- 1 root root 2.8K 6月 17 2020 /usr/share/doc/rsync/support/instant-rsyncd |
| -rw-r--r-- 1 root root 3.5K 11月 16 2022 /usr/share/doc/rsync/support/json-rsync-version |
-rw-r--r-- 1 root root 1.1K 6月 17 2020 /usr/share/doc/rsync/support/logfilter | -rw-r--r-- 1 root root 1.1K 6月 17 2020 /usr/share/doc/rsync/support/logfilter |
-rw-r--r-- 1 root root 2.6K 7月 14 2020 /usr/share/doc/rsync/support/lsh | -rw-r--r-- 1 root root 3.1K 12月 28 2021 /usr/share/doc/rsync/support/lsh |
-rw-r--r-- 1 root root 1010 6月 5 2020 /usr/share/doc/rsync/support/lsh.sh | -rw-r--r-- 1 root root 1.1K 1月 10 2022 /usr/share/doc/rsync/support/lsh.sh |
-rw-r--r-- 1 root root 633 6月 17 2020 /usr/share/doc/rsync/support/mapfrom | -rw-r--r-- 1 root root 2.5K 5月 23 2023 /usr/share/doc/rsync/support/mnt-excl |
-rw-r--r-- 1 root root 625 6月 17 2020 /usr/share/doc/rsync/support/mapto | -rw-r--r-- 1 root root 2.6K 12月 21 2021 /usr/share/doc/rsync/support/munge-symlinks |
-rw-r--r-- 1 root root 1.9K 6月 17 2020 /usr/share/doc/rsync/support/mnt-excl | |
-rw-r--r-- 1 root root 1.5K 6月 17 2020 /usr/share/doc/rsync/support/munge-symlinks | |
-rw-r--r-- 1 root root 1.5K 8月 6 2020 /usr/share/doc/rsync/support/nameconvert | -rw-r--r-- 1 root root 1.5K 8月 6 2020 /usr/share/doc/rsync/support/nameconvert |
-rw-r--r-- 1 root root 7.3K 6月 28 2020 /usr/share/doc/rsync/support/rrsync | -rw-r--r-- 1 root root 13K 11月 20 14:35 /usr/share/doc/rsync/support/rrsync |
-rw-r--r-- 1 root root 275 6月 17 2020 /usr/share/doc/rsync/support/rsync-no-vanished | -rw-r--r-- 1 root root 5.7K 11月 20 14:32 /usr/share/doc/rsync/support/rrsync.1.md |
-rw-r--r-- 1 root root 651 6月 17 2020 /usr/share/doc/rsync/support/rsync-slash-strip | -rw-r--r-- 1 root root 593 11月 14 2021 /usr/share/doc/rsync/support/rsync-no-vanished |
| -rw-r--r-- 1 root root 769 11月 14 2021 /usr/share/doc/rsync/support/rsync-slash-strip |
-rw-r--r-- 1 root root 8.5K 6月 17 2020 /usr/share/doc/rsync/support/rsyncstats | -rw-r--r-- 1 root root 8.5K 6月 17 2020 /usr/share/doc/rsync/support/rsyncstats |
-rw-r--r-- 1 root root 4.5K 12月 18 2006 /usr/share/doc/rsync/support/savetransfer.c | -rw-r--r-- 1 root root 4.5K 12月 18 2006 /usr/share/doc/rsync/support/savetransfer.c |
-rw-r--r-- 1 root root 15K 11月 23 1998 /usr/share/doc/rsync/tech_report.tex | -rw-r--r-- 1 root root 15K 11月 23 1998 /usr/share/doc/rsync/tech_report.tex |
-rw-r--r-- 1 root root 1.8K 8月 7 2020 /usr/share/man/man1/rsync-ssl.1.gz | -rw-r--r-- 1 root root 2.0K 1月 16 09:00 <font color="#F66151"><b>/usr/share/man/man1/rsync-ssl.1.gz</b></font> |
-rw-r--r-- 1 root root 63K 12月 8 20:57 /usr/share/man/man1/rsync.1.gz | -rw-r--r-- 1 root root 73K 1月 16 09:00 <font color="#F66151"><b>/usr/share/man/man1/rsync.1.gz</b></font> |
-rw-r--r-- 1 root root 20K 12月 8 20:57 /usr/share/man/man5/rsyncd.conf.5.gz | -rw-r--r-- 1 root root 20K 1月 16 09:00 <font color="#F66151"><b>/usr/share/man/man5/rsyncd.conf.5.gz</b></font> |
</pre></html></WRAP> | </pre></html></WRAP> |
</WRAP> | </WRAP> |
| |
===== パッケージのダウングレード ===== | ===== パッケージのダウングレード ===== |
リポジトリにある有効なパッケージのすべてのバージョンを表示するには以下の様にする。 | リポジトリにある有効なパッケージのすべてのバージョンを表示するには ''%%--showduplicates%%'' オプションを指定する🤔\\ |
<WRAP color_term> | <WRAP color_term> |
<WRAP color_command><html><pre> | <WRAP color_command><html><pre> |
$ dnf --showduplicates list openssl | <font color="#0087FF"><b>$</b></font> <font color="#26A269">dnf</font> list <font color="#A347BA">--showduplicates</font> openssl |
</pre></html></WRAP> | </pre></html></WRAP> |
<WRAP color_result><html><pre> | <WRAP color_result><html><pre> |
| リポジトリの更新を読み込み中: |
| リポジトリを読み込みました。 |
インストール済みパッケージ | インストール済みパッケージ |
openssl.x86_64 1:1.1.1a-1.fc29 @updates | <font color="#33D17A"><b>openssl.x86_64 1:3.2.4-1.fc41 <unknown></b></font> |
利用可能なパッケージ | 利用可能なパッケージ |
openssl.x86_64 1:1.1.1-3.fc29 fedora | openssl.x86_64 1:3.2.2-9.fc41 fedora |
openssl.x86_64 1:1.1.1a-1.fc29 @updates | <font color="#33D17A"><b>openssl.x86_64 1:3.2.4-1.fc41 updates</b></font> |
</pre></html></WRAP> | </pre></html></WRAP> |
</WRAP> | </WRAP> |
<WRAP color_term> | <WRAP color_term> |
<WRAP color_command><html><pre> | <WRAP color_command><html><pre> |
$ sudo dnf install openssl-1.1.1-3.fc29 | <font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:solid">sudo</u></font> <font color="#26A269">dnf</font> install openssl-1:3.2.2-9.fc41.x86_64 |
</pre></html></WRAP> | </pre></html></WRAP> |
<WRAP color_result><html><pre> | <WRAP color_result_hlong><html><pre> |
メタデータの期限切れの最終確認: 0:12:46 時間前の 2019年02月11日 16時44分51秒 に実施しました。 | リポジトリの更新を読み込み中: |
依存関係が解決しました。 | リポジトリを読み込みました。 |
======================================================================================== | <b>Package </b> <b>Arch </b> <b>Version </b> <b>Repository </b> <b> Size</b> |
パッケージ アーキテクチャー バージョン リポジトリ サイズ | Downgrading: |
======================================================================================== | <font color="#A347BA"> openssl </font> x86_64 <b>1:3.2.2-9.fc41 </b> fedora 1.7 MiB |
ダウングレード: | <font color="#7D7D7D"> replacing openssl x86_64 1:3.2.4-1.fc41 <unknown> 1.7 MiB</font> |
curl x86_64 7.61.1-2.fc29 fedora 311 k | <font color="#A347BA"> openssl-devel </font> x86_64 <b>1:3.2.2-9.fc41 </b> fedora 4.3 MiB |
libcurl i686 7.61.1-2.fc29 fedora 272 k | <font color="#7D7D7D"> replacing openssl-devel x86_64 1:3.2.4-1.fc41 <unknown> 4.3 MiB</font> |
libcurl x86_64 7.61.1-2.fc29 fedora 246 k | <font color="#A347BA"> openssl-libs </font> i686 <b>1:3.2.2-9.fc41 </b> fedora 6.3 MiB |
libcurl-devel x86_64 7.61.1-2.fc29 fedora 783 k | <font color="#7D7D7D"> replacing openssl-libs i686 1:3.2.4-1.fc41 <unknown> 6.3 MiB</font> |
openssl x86_64 1:1.1.1-3.fc29 fedora 612 k | <font color="#A347BA"> openssl-libs </font> x86_64 <b>1:3.2.2-9.fc41 </b> fedora 7.8 MiB |
openssl-devel x86_64 1:1.1.1-3.fc29 fedora 2.2 M | <font color="#7D7D7D"> replacing openssl-libs x86_64 1:3.2.4-1.fc41 <unknown> 7.8 MiB</font> |
openssl-libs i686 1:1.1.1-3.fc29 fedora 1.3 M | |
openssl-libs x86_64 1:1.1.1-3.fc29 fedora 1.3 M | |
| |
トランザクションの概要 | Transaction Summary: |
======================================================================================== | Replacing: 4 packages |
ダウングレード 8 パッケージ | Downgrading: 4 packages |
| |
ダウンロードサイズの合計: 7.1 M | パッケージサイズ 9 MiB 、ダウンロードサイズ 9 MiB 。 |
これでよろしいですか? [y/N]: y | 完了後、 15 KiB のサイズが解放されます(インストール 20 MiB、削除 20 MiB)。 |
パッケージのダウンロード中です: | Is this ok [y/N]: y |
(1/8): curl-7.61.1-2.fc29.x86_64.rpm 143 kB/s | 311 kB 00:02 | [1/4] openssl-1:3.2.2-9.fc41.x86_64 100% | 36.7 KiB/s | 1.1 MiB | 00m31s |
(2/8): libcurl-7.61.1-2.fc29.i686.rpm 120 kB/s | 272 kB 00:02 | [2/4] openssl-libs-1:3.2.2-9.fc41.x86_64 100% | 36.6 KiB/s | 2.3 MiB | 01m05s |
(3/8): libcurl-7.61.1-2.fc29.x86_64.rpm 109 kB/s | 246 kB 00:02 | [3/4] openssl-devel-1:3.2.2-9.fc41.x86_64 100% | 38.0 KiB/s | 2.8 MiB | 01m16s |
(4/8): libcurl-devel-7.61.1-2.fc29.x86_64.rpm 2.0 MB/s | 783 kB 00:00 | [4/4] openssl-libs-1:3.2.2-9.fc41.i686 100% | 50.0 KiB/s | 2.3 MiB | 00m47s |
(5/8): openssl-1.1.1-3.fc29.x86_64.rpm 1.1 MB/s | 612 kB 00:00 | ------------------------------------------------------------------------------------------------------------------ |
(6/8): openssl-libs-1.1.1-3.fc29.i686.rpm 2.1 MB/s | 1.3 MB 00:00 | [4/4] Total 100% | 110.1 KiB/s | 8.5 MiB | 01m19s |
(7/8): openssl-libs-1.1.1-3.fc29.x86_64.rpm 2.2 MB/s | 1.3 MB 00:00 | トランザクションを実行中 |
(8/8): openssl-devel-1.1.1-3.fc29.x86_64.rpm 1.8 MB/s | 2.2 MB 00:01 | [ 1/10] パッケージ ファイルを検証 100% | 35.0 B/s | 4.0 B | 00m00s |
---------------------------------------------------------------------------------------- | [ 2/10] トランザクションの準備 100% | 0.0 B/s | 8.0 B | 00m10s |
合計 2.0 MB/s | 7.1 MB 00:03 | [ 3/10] ダウングレード中 openssl-libs-1:3.2.2-9.fc41.x86_64 100% | 12.4 MiB/s | 7.8 MiB | 00m01s |
〜省略〜 | [ 4/10] ダウングレード中 openssl-1:3.2.2-9.fc41.x86_64 100% | 1.9 MiB/s | 1.7 MiB | 00m01s |
| [ 5/10] ダウングレード中 openssl-devel-1:3.2.2-9.fc41.x86_64 100% | 2.5 MiB/s | 5.2 MiB | 00m02s |
| [ 6/10] ダウングレード中 openssl-libs-1:3.2.2-9.fc41.i686 100% | 21.0 MiB/s | 6.3 MiB | 00m00s |
| [ 7/10] 削除中 openssl-1:3.2.4-1.fc41.x86_64 100% | 113.0 B/s | 310.0 B | 00m03s |
| [ 8/10] 削除中 openssl-devel-1:3.2.4-1.fc41.x86_64 100% | 14.0 KiB/s | 5.5 KiB | 00m00s |
| [ 9/10] 削除中 openssl-libs-1:3.2.4-1.fc41.i686 100% | 319.0 B/s | 39.0 B | 00m00s |
| [10/10] 削除中 openssl-libs-1:3.2.4-1.fc41.x86_64 100% | 2.0 B/s | 39.0 B | 00m14s |
| 完了しました! |
</pre></html></WRAP> | </pre></html></WRAP> |
</WRAP> | </WRAP> |
| |
===== 使用方法のメッセージを表示 [help] コマンド ===== | bash-completion を使う方法...🤔\\ |
| 参考: [[https://superuser.com/questions/1744351/how-to-search-the-dnf-package-manager-for-all-available-versions-of-a-package|fedora - How to search the DNF package manager for all available versions of a package? - Super User]]\\ |
<WRAP color_term> | <WRAP color_term> |
<WRAP color_command><html><pre> | <WRAP color_command><html><pre> |
$ dnf help | <font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:solid">sudo</u></font> <font color="#26A269">dnf</font> install <font color="#A347BA">-y</font> openssl <b class=DiYE>(pressing TAB here)</b> |
</pre></html></WRAP> | </pre></html></WRAP> |
<WRAP color_result_long><html><pre> | <WRAP color_result><html><pre> |
usage: dnf [options] COMMAND | openssl-1:3.2.2-9.fc41.x86_64 openssl-gost-engine-3.0.3-5.fc41.x86_64 |
| <span style="background-color:#BBBBBB"><font color="#101050">openssl-1:3.2.2-11.fc41.x86_64 </font></span> openssl-libs-1:3.2.2-9.fc41.i686 |
主要コマンドの一覧: | openssl-devel-1:3.2.2-9.fc41.i686 openssl-libs-1:3.2.2-9.fc41.x86_64 |
| openssl-devel-1:3.2.2-9.fc41.x86_64 openssl-libs-1:3.2.2-11.fc41.i686 |
alias List or create command aliases | openssl-devel-1:3.2.2-11.fc41.i686 openssl-libs-1:3.2.2-11.fc41.x86_64 |
autoremove 当初は依存関係としてインストールされた不要なパッケージをすべて削除します | openssl-devel-1:3.2.2-11.fc41.x86_64 openssl-perl-1:3.2.2-9.fc41.x86_64 |
check packagedb の問題を確認します | openssl-devel-engine-1:3.2.2-9.fc41.i686 openssl-perl-1:3.2.2-11.fc41.x86_64 |
check-update 利用可能なパッケージのアップグレードを確認します | openssl-devel-engine-1:3.2.2-9.fc41.x86_64 openssl-pkcs11-0.4.12-10.fc41.i686 |
clean キャッシュデータを削除します | openssl-devel-engine-1:3.2.2-11.fc41.i686 openssl-pkcs11-0.4.12-10.fc41.x86_64 |
deplist パッケージの依存関係とこれを提供するパッケージがどれかを一覧表示します | openssl-devel-engine-1:3.2.2-11.fc41.x86_64 openssl-pkcs11-sign-provider-1.0.1-2.fc41.x86_64 |
distro-sync インストール済みパッケージを利用可能な最新バージョンに同期します | openssl-gost-engine-3.0.3-3.fc40.x86_64 |
downgrade パッケージをダウングレードします | </pre></html></WRAP> |
group グループ情報を表示または使用します | </WRAP> |
help 有用な使用方法のメッセージを表示します | |
history トランザクション履歴を表示、または使用します | |
info パッケージもしくはパッケージのグループについての詳細を表示します | |
install システムに 1 つのパッケージまたは複数のパッケージをインストールします | |
list パッケージまたはパッケージのグループを一覧表示します | |
makecache メタデータキャッシュを生成します | |
mark インストール済みパッケージをユーザーがインストールしたとマークするか、またはマークをはずします。 | |
module モジュールと対話します。 | |
provides どのパッケージが特定の値を提供するか見つけます | |
reinstall パッケージを再インストールします | |
remove システムから 1 つのパッケージまたは複数のパッケージを削除します | |
repolist 設定済みのソフトウェアリポジトリーを表示します | |
repoquery キーワードに一致するパッケージを検索します | |
repository-packages 特定のリポジトリーのすべてのパッケージに対して、コマンドを実行します | |
search 特定の文字列のパッケージの詳細を検索します | |
shell run an interactive DNF shell | |
swap run an interactive DNF mod for remove and install one spec | |
updateinfo パッケージに関する勧告を表示します | |
upgrade システム上の 1 つのパッケージまたは複数のパッケージをアップグレードします | |
upgrade-minimal システムに影響する問題を修正する「最新の」パッケージに一致したもののみをアップグレードします | |
| |
プラグインコマンドの一覧 | ===== 使用方法のメッセージを表示 [help] コマンド ===== |
| <WRAP color_term> |
builddep Install build dependencies for package or spec file | <WRAP color_command><html><pre> |
changelog Show changelog data of packages | <font color="#0087FF"><b>$</b></font> <font color="#26A269">dnf</font> <font color="#A347BA">--help</font> |
config-manager manage dnf configuration options and repositories | </pre></html></WRAP> |
copr Copr リポジトリーとの対話。 | <WRAP color_result_long><html><pre><b>Usage:</b> |
debug-dump ファイルにインストール済みの rpm パッケージに関するダンプ情報 | dnf5 [GLOBAL OPTIONS] <COMMAND> ... |
debug-restore debug-dump ファイルに記録されたパッケージを復元します | |
debuginfo-install debuginfo パッケージのインストール | |
download 現在のディレクトリーにパッケージをダウンロードします | |
needs-restarting 再起動が必要な更新済みバイナリーを決定します | |
offline-distrosync Prepare offline distrosync of the system | |
offline-upgrade Prepare offline upgrade of the system | |
playground Playground リポジトリーとの対話。 | |
repoclosure リポジトリーの未解決の依存関係の一覧を表示します | |
repodiff List differences between two sets of repositories | |
repograph ドット形式でパッケージの依存関係グラフ全体を出力 | |
repomanage rpm パッケージのディレクトリーを管理します | |
reposync リモート repo からすべてのパッケージをダウンロードします | |
system-upgrade システムに新リリースにアップグレードするための準備をしてください | |
| |
有用な使用方法のメッセージを表示します | |
| |
General DNF options: | <b>Description:</b> |
-c [config file], --config [config file] | DNF5 はパッケージ管理用のプログラムです。 |
設定ファイルの場所 | |
-q, --quiet 静かな操作 | <b>ソフトウェア管理コマンド: </b> |
-v, --verbose 詳細な操作 | install ソフトウェアをインストール |
--version show DNF version and exit | upgrade ソフトウェアを更新 |
--installroot [path] インストール root を設定します | remove ソフトウェアを削除 (アンインストール) |
--nodocs ドキュメントをインストールしません | distro-sync インストール済みソフトウェアを最新の利用可能なバージョンにアップグレード |
--noplugins すべてのプラグインを無効にします | またはダウングレード |
--enableplugin [plugin] | downgrade ソフトウェアをダウングレード |
名前ごとにプラグインを有効にします | reinstall ソフトウェアを再インストール |
--disableplugin [plugin] | debuginfo-install debuginfo パッケージをインストール。 |
名前ごとにプラグインを無効にします | swap 一度のトランザクションでソフトウェアの削除とインストールを行います |
--releasever RELEASEVER | mark パッケージがインストールされた理由を変更 |
設定ファイルと repo ファイルの $releasever の値をオーバーライドします | autoremove 最初は依存としてインストールされた不要なパッケージをすべて削除。 |
--setopt SETOPTS 任意の設定オプションと repo オプションを設定します | provides 指定した値が属するパッケージを検索します |
--skip-broken パッケージをスキップして depsolve 問題を解決します | replay 保存されたトランザクションを再実行します |
-h, --help, --help-cmd | check-upgrade 利用可能なパッケージ更新を確認 |
コマンドのヘルプを表示する | check packagedb の問題を確認 |
--allowerasing 依存関係を解決するために、インストール済みパッケージの消去を許可します | |
-b, --best トランザクションにおいて利用可能な最適なパッケージバージョンを試してください。 | <b>クエリ コマンド: </b> |
--nobest do not limit the transaction to the best candidate | leaves 他のインストール済みパッケージに依存しないインストール済みパッケージのグ |
-C, --cacheonly システムキャッシュから全面的に実行し、キャッシュは更新しません | ループを表示 |
-R [minutes], --randomwait [minutes] | repoquery さまざまな条件で一致するパッケージを検索します |
コマンドの最大待ち時間 | search 所定な文字列に一致するソフトウェアを検索します |
-d [debug level], --debuglevel [debug level] | list システムとの関係に基づいてパッケージを表示 |
出力レベルをデバッグします | info システムとの関係に基づいてパッケージを表示 |
--debugsolver ファイルに詳細な解決結果をダンプします | |
--showduplicates 一覧/検索コマンドで repo の重複を表示します | <b>サブコマンド: </b> |
-e ERRORLEVEL, --errorlevel ERRORLEVEL | group Manage comps groups |
エラー出力レベル | environment comps 環境管理 |
--obsoletes enables dnf's obsoletes processing logic for upgrade | module モジュールを管理 |
or display capabilities that the package obsoletes for | history トランザクション履歴を管理 |
info, list and repoquery | repo リポジトリ管理 |
--rpmverbosity [debug level name] | advisory 勧告を管理 |
rpm の出力レベルをデバッグします | versionlock versionlock 設定を管理 |
-y, --assumeyes すべての質問に「はい」(yes) と自動的に答えます | system-upgrade 新しいリリースへのアップグレードのためにシステムを準備します |
--assumeno すべての質問に「いいえ」(no) と自動的に答えます | offline-distrosync オフラインで実行するための distro-sync トランザクションを保存します |
--enablerepo [repo] Enable additional repositories. List option. Supports | offline-upgrade オフラインで実行するためのアップグレード トランザクションを保存します |
globs, can be specified multiple times. | offline オフライン トランザクションを管理 |
--disablerepo [repo] Disable repositories. List option. Supports globs, can | config-manager Manage configuration |
be specified multiple times. | |
--repo [repo], --repoid [repo] | <b>Compatibility Aliases: </b> |
id または glob により特定のリポジトリーだけを有効にします。複数回指定することが可能です | check-update Alias for 'check-upgrade' |
--enable, --set-enabled | dg Alias for 'downgrade' |
enable repos with config-manager command | dsync Alias for 'distro-sync' |
(automatically saves) | grp Alias for 'group' |
--disable, --set-disabled | if Alias for 'info' |
disable repos with config-manager command | in Alias for 'install' |
(automatically saves) | ls Alias for 'list' |
-x [package], --exclude [package], --excludepkgs [package] | mc Alias for 'makecache' |
名前または glob ごとにパッケージを除外します | rei Alias for 'reinstall' |
--disableexcludes [repo], --disableexcludepkgs [repo] | repoinfo Alias for 'repo info' |
excludepkgs を無効にします | repolist Alias for 'repo list' |
--repofrompath [repo,path] | rm Alias for 'remove' |
label and path to an additional repository to use | rq Alias for 'repoquery' |
(same path as in a baseurl), can be specified multiple | se Alias for 'search' |
times. | up Alias for 'upgrade' |
--noautoremove もはや使用されていない依存関係の削除を無効にします | update Alias for 'upgrade' |
--nogpgcheck disable gpg signature checking (if RPM policy allows) | updateinfo Alias for 'advisory' |
--color COLOR 色を使うかどうか制御します | upgrade-minimal Alias for 'upgrade --minimal' |
--refresh コマンド実行前にメタデータを期限切れに設定します | |
-4 IPv4 アドレスのみを解決します | <b>Commands: </b> |
-6 IPv6 アドレスのみを解決します | clean Remove or expire cached data |
--destdir DESTDIR, --downloaddir DESTDIR | download Download software to the current directory |
パッケージをコピーするディレクトリーを設定します | makecache Generate the metadata cache |
--downloadonly パッケージのみをダウンロードします | builddep Install build dependencies for package or spec file |
--comment COMMENT トランザクションにコメントを追加します | changelog Show package changelogs |
--bugfix バグ修正関連パッケージを更新に含めます | copr Manage Copr repositories (add-ons provided by users/community/third-party |
--enhancement 機能拡張関連パッケージを更新に含めます | ) |
--newpackage newpackage の関連パッケージを更新に含めます | needs-restarting Determine whether system or systemd services need restarting |
--security セキュリティー関連パッケージを更新に含めます | repoclosure Print list of unresolved dependencies for repositories |
--advisory ADVISORY, --advisories ADVISORY | reposync Synchronize a remote DNF repository to a local directory. |
特定のアドバイザリーの修正に必要なパッケージを更新に含めます | build-dep Compatibility alias for 'builddep' |
--bz BUGZILLA, --bzs BUGZILLA | |
特定の BZ の修正に必要なパッケージを更新に含めます | <b>グローバル オプション: </b> |
--cve CVES, --cves CVES | -h, --help ヘルプを表示します |
特定の CVE の修正に必要なパッケージを更新に含めます | --config=CONFIG_FILE_PATH 設定ファイルの場所 |
--sec-severity {Critical,Important,Moderate,Low}, --secseverity {Critical,Important,Moderate,Low} | -q, --quiet 関連内容のみが表示されるので、非対話型コマンドとの組み合わせ使用に適して |
深刻度に一致するセキュリティー関連パッケージを更新に含めます | います。dnf5 の現在の状態やアクションに関するメッセージは抑制されます。 |
--forcearch ARCH アーキテクチャーの使用を強制します | -C, --cacheonly 期限切れであってもキャッシュを更新せず、完全にシステム キャッシュで実行し |
| ます。 |
| --refresh コマンド実行する前にメタデータを強制的に更新します。 |
| --repofrompath=REPO_ID,REPO_PATH 指定 ID とパスで追加リポジトリを作成します |
| --setopt=[REPO_ID.]OPTION=VALUE 任意の設定およびリポジトリ オプションを設定します |
| --setvar=VAR_NAME=VALUE 任意の変数を設定します |
| -y, --assumeyes すべての質問に「はい」 と自動的に答えます |
| --assumeno すべての質問に「いいえ」と自動的に答えます |
| --best トランザクションにおいて利用可能な最適なパッケージ バージョンを試します |
| --no-best トランザクションを最適候補に限定しません |
| --no-docs ドキュメントとしてマークされたファイルをインストールしません (man ページ |
| や Texinfo ドキュメントを含む) |
| -x package,..., --exclude=package,... 名前または glob でパッケージを除外します |
| --enable-repo=REPO_ID,... 追加リポジトリを有効にします。リスト、glob は複数回指定可能。 |
| --disable-repo=REPO_ID,... 追加リポジトリを無効にします。リスト、glob は複数回指定可能。 |
| --repo=REPO_ID,... 指定リポジトリを有効にします。リスト、glob は複数回指定可能。 |
| --no-gpgchecks OpenPGP 署名の確認を無効にします (RPM ポリシーが許容する限り) |
| --no-plugins libdnf5 プラグインをすべて無効にします |
| --enable-plugin=PLUGIN_NAME,... libdnf5 プラグインを有効にします。リスト、glob は複数回指定可能。 |
| --disable-plugin=PLUGIN_NAME,... libdnf5 プラグインを無効にします。リスト、glob は複数回指定可能。 |
| --comment=COMMENT トランザクションにコメントを追加します |
| --installroot=ABSOLUTE_PATH インストール root を設定します |
| --use-host-config installroot ではなく、ホスト システムからの設定、リポジトリ ディレクトリ |
| 、変数を利用します |
| --releasever=RELEASEVER 設定ファイルと repo ファイルの $releasever の値をオーバーライドします |
| --show-new-leaves 新しくインストールされたリーフ パッケージおよびトランザクション後にリーフ |
| になったパッケージを表示します。 |
| --debugsolver 詳細な解決結果をファイルにダンプします |
| --dump-main-config メイン設定の値を stdout に出力します |
| --dump-repo-config=REPO_ID,... リポジトリ設定を stdout に出力します。リスト、glob 利用可能 |
| --dump-variables 変数値を stdout に出力します |
| --version DNF5 のバージョンを表示して終了します |
| --forcearch=FORCEARCH 強制的に別のアーキテクチャを利用します。 |
| |
| <b>Options Compatibility aliases: </b> |
| -c CONFIG_FILE_PATH Alias for '--config' |
| --nobest Alias for '--no-best' |
| --nodocs Alias for '--no-docs' |
| --enablerepo=REPO_ID,... Alias for '--enable-repo' |
| --disablerepo=REPO_ID,... Alias for '--disable-repo' |
| --repoid=REPO_ID,... Alias for '--repo' |
| --nogpgcheck Alias for '--no-gpgchecks' |
| --noplugins Alias for '--no-plugins' |
| --enableplugin=PLUGIN_NAME,... Alias for '--enable-plugin' |
| --disableplugin=PLUGIN_NAME,... Alias for '--disable-plugin' |
</pre></html></WRAP> | </pre></html></WRAP> |
</WRAP> | </WRAP> |
===== dnf5 は Fedora 38 以降でパッケージ更新を高速化できる😍 ===== | ===== dnf5 は Fedora 38 以降でパッケージ更新を高速化できる😍 ===== |
公式: [[git>rpm-software-management/dnf5|GitHub - rpm-software-management/dnf5: Next-generation RPM package management system]]\\ | 公式: [[git>rpm-software-management/dnf5|GitHub - rpm-software-management/dnf5: Next-generation RPM package management system]]\\ |
| ドキュメント: [[rtd>dnf5.readthedocs.io/en/latest/|Welcome to DNF5’s documentation! — dnf5 documentation]]\\ |
| |
DNF 5 はより高速で、より小さく、必要なサポート パッケージが少なくなっている🤔\\ | DNF 5 はより高速で、より小さく、必要なサポート パッケージが少なくなっている🤔\\ |