Sample Header Ad - 728x90

dnf - how to show which mirror url has been chosen?

8 votes
4 answers
12812 views
Below is the part of bash log, the full log can be achieved at https://gist.github.com/limkokhole/f2a423112aa005f10862 : [xiaobai@xiaobai hello]$ dnf --verbose download --source readline cachedir: /var/cache/dnf Loaded plugins: noroot, needs-restarting, reposync, copr, playground, kickstart, Query, generate_completion_cache, builddep, download, config-manager, protected_packages, system-upgrade, debuginfo-install DNF version: 0.6.4 repo: using cache for: spot-chromium not found deltainfo for: Copr repo for chromium owned by spot not found updateinfo for: Copr repo for chromium owned by spot repo: using cache for: rpmfusion-nonfree-updates-testing not found deltainfo for: RPM Fusion for Fedora 21 - Nonfree - Test Updates not found updateinfo for: RPM Fusion for Fedora 21 - Nonfree - Test Updates repo: using cache for: updates-source ... not found deltainfo for: RPM Fusion for Fedora 21 - Nonfree - Updates Source not found updateinfo for: RPM Fusion for Fedora 21 - Nonfree - Updates Source readline-6.3-5.fc21.src.rpm 623 kB/s | 2.4 MB 00:03 [xiaobai@xiaobai hello]$ I've tried dnf info too, the url http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html is not a repo url: [xiaobai@xiaobai hello]$ dnf info readline [sudo] password for xiaobai: Using metadata from Thu Dec 31 19:18:09 2015 (6:13:33 hours old) Installed Packages Name : readline Arch : i686 Epoch : 0 Version : 6.3 Release : 5.fc21 Size : 446 k Repo : @System Summary : A library for editing typed command lines URL : http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html License : GPLv3+ Description : The Readline library provides a set of functions that allow users to : edit command lines. Both Emacs and vi editing modes are available. The : Readline library includes additional functions for maintaining a list : of previously-entered command lines for recalling or editing those : lines, and for performing csh-like history expansion on previous : commands. Name : readline Arch : x86_64 Epoch : 0 Version : 6.3 Release : 5.fc21 Size : 483 k Repo : @System Summary : A library for editing typed command lines URL : http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html License : GPLv3+ Description : The Readline library provides a set of functions that allow users to : edit command lines. Both Emacs and vi editing modes are available. The : Readline library includes additional functions for maintaining a list : of previously-entered command lines for recalling or editing those : lines, and for performing csh-like history expansion on previous : commands. [xiaobai@xiaobai hello]$ How can i know which url or domain has been chosen to download this readline-6.3-5.fc21.src.rpm ? --verbose doesn't seem to show the link. And how can i get this url information from dnf history in future after exit the bash session ?
Asked by 林果皞 (5546 rep)
Dec 31, 2015, 05:38 PM
Last activity: Apr 8, 2025, 04:36 PM