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 ?
wireshark
ortcpdump
. I might be wrong, but it would not be the firs feature that just does not exist in DNF. – Jakuje Jan 01 '16 at 19:47