
Mein System ist CentOS und jetzt installiere ich Pakete mit dem Befehl Yum.
Updating for dependencies:
apr-util i386 1.3.9-1.el5 lxcenter-updates 203 k
gcc-gfortran i386 4.1.2-52.el5_8.1 updates 3.1 M
libgcc i386 4.1.2-52.el5_8.1 updates 97 k
libgfortran i386 4.1.2-52.el5_8.1 updates 232 k
libstdc++ i386 4.1.2-52.el5_8.1 updates 363 k
libstdc++-devel i386 4.1.2-52.el5_8.1 updates 2.8 M
php i386 5.2.17-13 lxcenter-updates 3.5 M
php-cli i386 5.2.17-13 lxcenter-updates 2.6 M
php-common i386 5.2.17-13 lxcenter-updates 581 k
php-pdo i386 5.2.17-13 lxcenter-updates 167 k
Transaction Summary
================================================================================
Install 22 Package(s)
Upgrade 17 Package(s)
Total download size: 58 M
Downloading Packages:
[root@localhost ~]# pgrep curl
[root@localhost ~]# pgrep wget
[root@localhost ~]# netstat -nap | grep yum
[root@localhost ~]#
Ab diesem Punkt wissen wir, dass das Download-Tool weder curl noch wget und auch nicht yum selbst ist.
Daher frage ich mich, welches Tool Yum zum Herunterladen von Remotedateien verwendet?
Antwort1
Es benutztURL-Grabberum die Dateien herunterzuladen.
Antwort2
yumdownloader ist auch ein Skript (für manuelles „Herunterladen“ (--download-only und/oder --downloaddir=foo), nützlich für den Quellcode-Build/-Download