Linux从入门到精通——Centos7一次性安装:yum -y groupinstall "Development tools"
Centos7 一次性安装:yum -y groupinstall "Development tools"
一、查看 grouplist
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | [root@localhost ~] # yum grouplist | more Loaded plugins: fastestmirror There is no installed groups file . Maybe run: yum groups mark convert (see man yum) Loading mirror speeds from cached hostfile * base: mirrors.tuna.tsinghua.edu.cn * extras: mirrors.tuna.tsinghua.edu.cn * updates: mirrors.tuna.tsinghua.edu.cn Available Environment Groups: Minimal Install Compute Node Infrastructure Server File and Print Server Basic Web Server Virtualization Host Server with GUI GNOME Desktop KDE Plasma Workspaces Development and Creative Workstation Available Groups: Compatibility Libraries Console Internet Tools Development Tools Graphical Administration Tools Legacy UNIX Compatibility Scientific Support Security Tools Smart Card Support System Administration Tools System Management Done [root@localhost ~] # |
二、yum groupinstall "Development tools" -y
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 | [root@localhost ~] # yum -y groupinstall "Development tools" Loaded plugins: fastestmirror There is no installed groups file . Maybe run: yum groups mark convert (see man yum) Loading mirror speeds from cached hostfile * base: mirrors.tuna.tsinghua.edu.cn * extras: mirrors.tuna.tsinghua.edu.cn * updates: mirrors.tuna.tsinghua.edu.cn Resolving Dependencies --> Running transaction check ---> Package autoconf.noarch 0:2.69-11.el7 will be installed --> Processing Dependency: m4 >= 1.4.14 for package: autoconf-2.69-11.el7.noarch --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch ---> Package automake.noarch 0:1.13.4-3.el7 will be installed --> Processing Dependency: perl(Thread::Queue) for package: automake-1.13.4-3.el7.noarch --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch ---> Package bison.x86_64 0:3.0.4-2.el7 will be installed ---> Package byacc.x86_64 0:1.9.20130304-3.el7 will be installed ---> Package cscope.x86_64 0:15.8-10.el7 will be installed --> Processing Dependency: emacs-filesystem for package: cscope-15.8-10.el7.x86_64 ---> Package ctags.x86_64 0:5.8-13.el7 will be installed ---> Package diffstat.x86_64 0:1.57-4.el7 will be installed ---> Package doxygen.x86_64 1:1.8.5-4.el7 will be installed ---> Package elfutils.x86_64 0:0.176-5.el7 will be installed ---> Package flex.x86_64 0:2.5.37-6.el7 will be installed ---> Package gcc -gfortran.x86_64 0:4.8.5-44.el7 will be installed --> Processing Dependency: libquadmath-devel = 4.8.5-44.el7 for package: gcc -gfortran-4.8.5-44.el7.x86_64 --> Processing Dependency: libquadmath = 4.8.5-44.el7 for package: gcc -gfortran-4.8.5-44.el7.x86_64 --> Processing Dependency: libgfortran = 4.8.5-44.el7 for package: gcc -gfortran-4.8.5-44.el7.x86_64 --> Processing Dependency: libgfortran.so.3()(64bit) for package: gcc -gfortran-4.8.5-44.el7.x86_64 ---> Package indent.x86_64 0:2.2.11-13.el7 will be installed ---> Package intltool.noarch 0:0.50.2-7.el7 will be installed --> Processing Dependency: perl(XML::Parser) for package: intltool-0.50.2-7.el7.noarch --> Processing Dependency: gettext-devel for package: intltool-0.50.2-7.el7.noarch ---> Package libtool.x86_64 0:2.4.2-22.el7_3 will be installed ---> Package patch.x86_64 0:2.7.1-12.el7_7 will be installed ---> Package patchutils.x86_64 0:0.3.3-5.el7_9 will be installed ---> Package rcs.x86_64 0:5.9.0-7.el7 will be installed ---> Package redhat-rpm-config.noarch 0:9.1.0-88.el7.centos will be installed --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch --> Processing Dependency: python-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch ---> Package rpm-build.x86_64 0:4.11.3-48.el7_9 will be installed --> Processing Dependency: unzip for package: rpm-build-4.11.3-48.el7_9.x86_64 --> Processing Dependency: bzip2 for package: rpm-build-4.11.3-48.el7_9.x86_64 --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-48.el7_9.x86_64 ---> Package rpm-sign.x86_64 0:4.11.3-48.el7_9 will be installed ---> Package subversion.x86_64 0:1.7.14-16.el7 will be installed --> Processing Dependency: subversion-libs(x86-64) = 1.7.14-16.el7 for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libsvn_wc-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libsvn_subr-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libsvn_repos-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libsvn_ra_svn-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libsvn_ra_neon-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libsvn_ra_local-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libsvn_ra-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libsvn_fs_util-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libsvn_fs_fs-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libsvn_fs_base-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libsvn_fs-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libsvn_diff-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libsvn_delta-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libsvn_client-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libneon.so.27()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 ---> Package swig.x86_64 0:2.0.10-5.el7 will be installed ---> Package systemtap.x86_64 0:4.0-13.el7 will be installed --> Processing Dependency: systemtap-devel = 4.0-13.el7 for package: systemtap-4.0-13.el7.x86_64 --> Processing Dependency: systemtap-client = 4.0-13.el7 for package: systemtap-4.0-13.el7.x86_64 --> Running transaction check ---> Package apr.x86_64 0:1.4.8-7.el7 will be installed ---> Package apr-util.x86_64 0:1.5.2-6.el7 will be installed ---> Package bzip2 .x86_64 0:1.0.6-13.el7 will be installed ---> Package dwz.x86_64 0:0.11-3.el7 will be installed ---> Package emacs-filesystem.noarch 1:24.3-23.el7 will be installed ---> Package gdb .x86_64 0:7.6.1-120.el7 will be installed ---> Package gettext-devel.x86_64 0:0.19.8.1-3.el7 will be installed --> Processing Dependency: gettext-common-devel = 0.19.8.1-3.el7 for package: gettext-devel-0.19.8.1-3.el7.x86_64 ---> Package libgfortran.x86_64 0:4.8.5-44.el7 will be installed ---> Package libquadmath.x86_64 0:4.8.5-44.el7 will be installed ---> Package libquadmath-devel.x86_64 0:4.8.5-44.el7 will be installed ---> Package m4.x86_64 0:1.4.16-10.el7 will be installed ---> Package neon.x86_64 0:0.30.0-4.el7 will be installed --> Processing Dependency: libgnutls.so.28(GNUTLS_3_0_0)(64bit) for package: neon-0.30.0-4.el7.x86_64 --> Processing Dependency: libgnutls.so.28(GNUTLS_2_12)(64bit) for package: neon-0.30.0-4.el7.x86_64 --> Processing Dependency: libgnutls.so.28(GNUTLS_1_4)(64bit) for package: neon-0.30.0-4.el7.x86_64 --> Processing Dependency: libproxy.so.1()(64bit) for package: neon-0.30.0-4.el7.x86_64 --> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.30.0-4.el7.x86_64 --> Processing Dependency: libgnutls.so.28()(64bit) for package: neon-0.30.0-4.el7.x86_64 ---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed ---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed ---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed ---> Package perl-XML-Parser.x86_64 0:2.41-10.el7 will be installed ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed ---> Package python-srpm-macros.noarch 0:3-34.el7 will be installed ---> Package subversion-libs.x86_64 0:1.7.14-16.el7 will be installed ---> Package systemtap-client.x86_64 0:4.0-13.el7 will be installed --> Processing Dependency: systemtap-runtime = 4.0-13.el7 for package: systemtap-client-4.0-13.el7.x86_64 --> Processing Dependency: mokutil for package: systemtap-client-4.0-13.el7.x86_64 --> Processing Dependency: libavahi-common.so.3()(64bit) for package: systemtap-client-4.0-13.el7.x86_64 --> Processing Dependency: libavahi-client.so.3()(64bit) for package: systemtap-client-4.0-13.el7.x86_64 ---> Package systemtap-devel.x86_64 0:4.0-13.el7 will be installed --> Processing Dependency: kernel-devel- uname -r for package: systemtap-devel-4.0-13.el7.x86_64 ---> Package unzip.x86_64 0:6.0-24.el7_9 will be installed ---> Package zip.x86_64 0:3.0-11.el7 will be installed --> Running transaction check ---> Package avahi-libs.x86_64 0:0.6.31-20.el7 will be installed ---> Package gettext-common-devel.noarch 0:0.19.8.1-3.el7 will be installed ---> Package gnutls.x86_64 0:3.3.29-9.el7_6 will be installed --> Processing Dependency: trousers >= 0.3.11.2 for package: gnutls-3.3.29-9.el7_6.x86_64 --> Processing Dependency: libnettle.so.4()(64bit) for package: gnutls-3.3.29-9.el7_6.x86_64 --> Processing Dependency: libhogweed.so.2()(64bit) for package: gnutls-3.3.29-9.el7_6.x86_64 ---> Package kernel-debug-devel.x86_64 0:3.10.0-1160.83.1.el7 will be installed ---> Package libproxy.x86_64 0:0.4.11-11.el7 will be installed --> Processing Dependency: libmodman.so.1()(64bit) for package: libproxy-0.4.11-11.el7.x86_64 ---> Package mokutil.x86_64 0:15-8.el7 will be installed --> Processing Dependency: libefivar.so.1(libefivar.so.0)(64bit) for package: mokutil-15-8.el7.x86_64 --> Processing Dependency: libefivar.so.1(LIBEFIVAR_0.24)(64bit) for package: mokutil-15-8.el7.x86_64 --> Processing Dependency: libefivar.so.1()(64bit) for package: mokutil-15-8.el7.x86_64 ---> Package pakchois.x86_64 0:0.4-10.el7 will be installed ---> Package systemtap-runtime.x86_64 0:4.0-13.el7 will be installed --> Processing Dependency: libsymtabAPI.so.9.3()(64bit) for package: systemtap-runtime-4.0-13.el7.x86_64 --> Processing Dependency: libdyninstAPI.so.9.3()(64bit) for package: systemtap-runtime-4.0-13.el7.x86_64 --> Running transaction check ---> Package dyninst.x86_64 0:9.3.1-3.el7 will be installed --> Processing Dependency: libdwarf.so.0()(64bit) for package: dyninst-9.3.1-3.el7.x86_64 --> Processing Dependency: libboost_thread-mt.so.1.53.0()(64bit) for package: dyninst-9.3.1-3.el7.x86_64 --> Processing Dependency: libboost_system-mt.so.1.53.0()(64bit) for package: dyninst-9.3.1-3.el7.x86_64 --> Processing Dependency: libboost_date_time-mt.so.1.53.0()(64bit) for package: dyninst-9.3.1-3.el7.x86_64 ---> Package efivar-libs.x86_64 0:36-12.el7 will be installed ---> Package libmodman.x86_64 0:2.0.1-8.el7 will be installed ---> Package nettle.x86_64 0:2.7.1-9.el7_9 will be installed ---> Package trousers.x86_64 0:0.3.14-2.el7 will be installed --> Running transaction check ---> Package boost- date - time .x86_64 0:1.53.0-28.el7 will be installed ---> Package boost-system.x86_64 0:1.53.0-28.el7 will be installed ---> Package boost-thread.x86_64 0:1.53.0-28.el7 will be installed ---> Package libdwarf.x86_64 0:20130207-4.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved =================================================================================================================================================================================================================== Package Arch Version Repository Size =================================================================================================================================================================================================================== Installing for group install "Development Tools" : autoconf noarch 2.69-11.el7 base 701 k automake noarch 1.13.4-3.el7 base 679 k bison x86_64 3.0.4-2.el7 base 674 k byacc x86_64 1.9.20130304-3.el7 base 65 k cscope x86_64 15.8-10.el7 base 203 k ctags x86_64 5.8-13.el7 base 155 k diffstat x86_64 1.57-4.el7 base 35 k doxygen x86_64 1:1.8.5-4.el7 base 3.6 M elfutils x86_64 0.176-5.el7 base 308 k flex x86_64 2.5.37-6.el7 base 293 k gcc -gfortran x86_64 4.8.5-44.el7 base 6.7 M indent x86_64 2.2.11-13.el7 base 150 k intltool noarch 0.50.2-7.el7 base 59 k libtool x86_64 2.4.2-22.el7_3 base 588 k patch x86_64 2.7.1-12.el7_7 base 111 k patchutils x86_64 0.3.3-5.el7_9 updates 104 k rcs x86_64 5.9.0-7.el7 base 230 k redhat-rpm-config noarch 9.1.0-88.el7.centos base 81 k rpm-build x86_64 4.11.3-48.el7_9 updates 150 k rpm-sign x86_64 4.11.3-48.el7_9 updates 49 k subversion x86_64 1.7.14-16.el7 base 1.0 M swig x86_64 2.0.10-5.el7 base 1.3 M systemtap x86_64 4.0-13.el7 base 15 k Installing for dependencies: apr x86_64 1.4.8-7.el7 base 104 k apr-util x86_64 1.5.2-6.el7 base 92 k avahi-libs x86_64 0.6.31-20.el7 base 62 k boost- date - time x86_64 1.53.0-28.el7 base 52 k boost-system x86_64 1.53.0-28.el7 base 40 k boost-thread x86_64 1.53.0-28.el7 base 58 k bzip2 x86_64 1.0.6-13.el7 base 52 k dwz x86_64 0.11-3.el7 base 99 k dyninst x86_64 9.3.1-3.el7 base 3.5 M efivar-libs x86_64 36-12.el7 base 88 k emacs-filesystem noarch 1:24.3-23.el7 base 58 k gdb x86_64 7.6.1-120.el7 base 2.4 M gettext-common-devel noarch 0.19.8.1-3.el7 base 410 k gettext-devel x86_64 0.19.8.1-3.el7 base 320 k gnutls x86_64 3.3.29-9.el7_6 base 680 k kernel-debug-devel x86_64 3.10.0-1160.83.1.el7 updates 18 M libdwarf x86_64 20130207-4.el7 base 109 k libgfortran x86_64 4.8.5-44.el7 base 301 k libmodman x86_64 2.0.1-8.el7 base 28 k libproxy x86_64 0.4.11-11.el7 base 64 k libquadmath x86_64 4.8.5-44.el7 base 190 k libquadmath-devel x86_64 4.8.5-44.el7 base 54 k m4 x86_64 1.4.16-10.el7 base 256 k mokutil x86_64 15-8.el7 base 42 k neon x86_64 0.30.0-4.el7 base 166 k nettle x86_64 2.7.1-9.el7_9 updates 328 k pakchois x86_64 0.4-10.el7 base 14 k perl-Data-Dumper x86_64 2.145-3.el7 base 47 k perl-Test-Harness noarch 3.28-3.el7 base 302 k perl-Thread-Queue noarch 3.02-2.el7 base 17 k perl-XML-Parser x86_64 2.41-10.el7 base 223 k perl-srpm-macros noarch 1-8.el7 base 4.6 k python-srpm-macros noarch 3-34.el7 base 8.8 k subversion-libs x86_64 1.7.14-16.el7 base 922 k systemtap-client x86_64 4.0-13.el7 base 3.6 M systemtap-devel x86_64 4.0-13.el7 base 2.2 M systemtap-runtime x86_64 4.0-13.el7 base 444 k trousers x86_64 0.3.14-2.el7 base 289 k unzip x86_64 6.0-24.el7_9 updates 172 k zip x86_64 3.0-11.el7 base 260 k Transaction Summary =================================================================================================================================================================================================================== Install 23 Packages (+40 Dependent packages) Total download size: 53 M Installed size: 145 M Downloading packages: (1 /63 ): apr-1.4.8-7.el7.x86_64.rpm | 104 kB 00:00:00 (2 /63 ): bison-3.0.4-2.el7.x86_64.rpm | 674 kB 00:00:01 (3 /63 ): boost- date - time -1.53.0-28.el7.x86_64.rpm | 52 kB 00:00:00 (4 /63 ): apr-util-1.5.2-6.el7.x86_64.rpm | 92 kB 00:00:01 (5 /63 ): boost-system-1.53.0-28.el7.x86_64.rpm | 40 kB 00:00:00 (6 /63 ): byacc-1.9.20130304-3.el7.x86_64.rpm | 65 kB 00:00:00 (7 /63 ): bzip2 -1.0.6-13.el7.x86_64.rpm | 52 kB 00:00:00 (8 /63 ): avahi-libs-0.6.31-20.el7.x86_64.rpm | 62 kB 00:00:01 (9 /63 ): boost-thread-1.53.0-28.el7.x86_64.rpm | 58 kB 00:00:00 (10 /63 ): automake-1.13.4-3.el7.noarch.rpm | 679 kB 00:00:02 (11 /63 ): cscope-15.8-10.el7.x86_64.rpm | 203 kB 00:00:00 (12 /63 ): dwz-0.11-3.el7.x86_64.rpm | 99 kB 00:00:00 (13 /63 ): diffstat-1.57-4.el7.x86_64.rpm | 35 kB 00:00:00 (14 /63 ): ctags-5.8-13.el7.x86_64.rpm | 155 kB 00:00:00 (15 /63 ): efivar-libs-36-12.el7.x86_64.rpm | 88 kB 00:00:00 (16 /63 ): emacs-filesystem-24.3-23.el7.noarch.rpm | 58 kB 00:00:00 (17 /63 ): autoconf-2.69-11.el7.noarch.rpm | 701 kB 00:00:03 (18 /63 ): elfutils-0.176-5.el7.x86_64.rpm | 308 kB 00:00:01 (19 /63 ): dyninst-9.3.1-3.el7.x86_64.rpm | 3.5 MB 00:00:02 (20 /63 ): flex-2.5.37-6.el7.x86_64.rpm | 293 kB 00:00:01 (21 /63 ): gettext-common-devel-0.19.8.1-3.el7.noarch.rpm | 410 kB 00:00:00 (22 /63 ): gnutls-3.3.29-9.el7_6.x86_64.rpm | 680 kB 00:00:00 (23 /63 ): indent-2.2.11-13.el7.x86_64.rpm | 150 kB 00:00:00 (24 /63 ): intltool-0.50.2-7.el7.noarch.rpm | 59 kB 00:00:00 (25 /63 ): gettext-devel-0.19.8.1-3.el7.x86_64.rpm | 320 kB 00:00:01 (26 /63 ): libdwarf-20130207-4.el7.x86_64.rpm | 109 kB 00:00:01 (27 /63 ): doxygen-1.8.5-4.el7.x86_64.rpm | 3.6 MB 00:00:06 (28 /63 ): gdb -7.6.1-120.el7.x86_64.rpm | 2.4 MB 00:00:04 (29 /63 ): libmodman-2.0.1-8.el7.x86_64.rpm | 28 kB 00:00:00 (30 /63 ): libproxy-0.4.11-11.el7.x86_64.rpm | 64 kB 00:00:00 (31 /63 ): libgfortran-4.8.5-44.el7.x86_64.rpm | 301 kB 00:00:01 (32 /63 ): libquadmath-4.8.5-44.el7.x86_64.rpm | 190 kB 00:00:00 (33 /63 ): m4-1.4.16-10.el7.x86_64.rpm | 256 kB 00:00:00 (34 /63 ): libquadmath-devel-4.8.5-44.el7.x86_64.rpm | 54 kB 00:00:00 (35 /63 ): mokutil-15-8.el7.x86_64.rpm | 42 kB 00:00:00 (36 /63 ): libtool-2.4.2-22.el7_3.x86_64.rpm | 588 kB 00:00:01 (37 /63 ): pakchois-0.4-10.el7.x86_64.rpm | 14 kB 00:00:00 (38 /63 ): neon-0.30.0-4.el7.x86_64.rpm | 166 kB 00:00:00 (39 /63 ): patch-2.7.1-12.el7_7.x86_64.rpm | 111 kB 00:00:00 (40 /63 ): perl-Data-Dumper-2.145-3.el7.x86_64.rpm | 47 kB 00:00:00 (41 /63 ): patchutils-0.3.3-5.el7_9.x86_64.rpm | 104 kB 00:00:00 (42 /63 ): perl-Thread-Queue-3.02-2.el7.noarch.rpm | 17 kB 00:00:00 (43 /63 ): nettle-2.7.1-9.el7_9.x86_64.rpm | 328 kB 00:00:01 (44 /63 ): perl-Test-Harness-3.28-3.el7.noarch.rpm | 302 kB 00:00:00 (45 /63 ): perl-srpm-macros-1-8.el7.noarch.rpm | 4.6 kB 00:00:00 (46 /63 ): python-srpm-macros-3-34.el7.noarch.rpm | 8.8 kB 00:00:00 (47 /63 ): redhat-rpm-config-9.1.0-88.el7.centos.noarch.rpm | 81 kB 00:00:00 (48 /63 ): rpm-build-4.11.3-48.el7_9.x86_64.rpm | 150 kB 00:00:00 (49 /63 ): rpm-sign-4.11.3-48.el7_9.x86_64.rpm | 49 kB 00:00:00 (50 /63 ): rcs-5.9.0-7.el7.x86_64.rpm | 230 kB 00:00:01 (51 /63 ): perl-XML-Parser-2.41-10.el7.x86_64.rpm | 223 kB 00:00:02 (52 /63 ): subversion-1.7.14-16.el7.x86_64.rpm | 1.0 MB 00:00:02 (53 /63 ): systemtap-4.0-13.el7.x86_64.rpm | 15 kB 00:00:00 (54 /63 ): swig-2.0.10-5.el7.x86_64.rpm | 1.3 MB 00:00:02 (55 /63 ): gcc -gfortran-4.8.5-44.el7.x86_64.rpm | 6.7 MB 00:00:13 (56 /63 ): subversion-libs-1.7.14-16.el7.x86_64.rpm | 922 kB 00:00:03 (57 /63 ): kernel-debug-devel-3.10.0-1160.83.1.el7.x86_64.rpm | 18 MB 00:00:11 (58 /63 ): unzip-6.0-24.el7_9.x86_64.rpm | 172 kB 00:00:00 (59 /63 ): systemtap-runtime-4.0-13.el7.x86_64.rpm | 444 kB 00:00:00 (60 /63 ): zip-3.0-11.el7.x86_64.rpm | 260 kB 00:00:00 (61 /63 ): trousers-0.3.14-2.el7.x86_64.rpm | 289 kB 00:00:01 (62 /63 ): systemtap-client-4.0-13.el7.x86_64.rpm | 3.6 MB 00:00:03 (63 /63 ): systemtap-devel-4.0-13.el7.x86_64.rpm | 2.2 MB 00:00:03 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Total 2.8 MB /s | 53 MB 00:00:19 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : apr-1.4.8-7.el7.x86_64 1 /63 Installing : libquadmath-4.8.5-44.el7.x86_64 2 /63 Installing : m4-1.4.16-10.el7.x86_64 3 /63 Installing : apr-util-1.5.2-6.el7.x86_64 4 /63 Installing : avahi-libs-0.6.31-20.el7.x86_64 5 /63 Installing : boost-system-1.53.0-28.el7.x86_64 6 /63 Installing : patch-2.7.1-12.el7_7.x86_64 7 /63 Installing : perl-Thread-Queue-3.02-2.el7.noarch 8 /63 Installing : unzip-6.0-24.el7_9.x86_64 9 /63 Installing : zip-3.0-11.el7.x86_64 10 /63 Installing : boost-thread-1.53.0-28.el7.x86_64 11 /63 Installing : libgfortran-4.8.5-44.el7.x86_64 12 /63 Installing : libquadmath-devel-4.8.5-44.el7.x86_64 13 /63 Installing : pakchois-0.4-10.el7.x86_64 14 /63 Installing : gettext-common-devel-0.19.8.1-3.el7.noarch 15 /63 Installing : gettext-devel-0.19.8.1-3.el7.x86_64 16 /63 Installing : python-srpm-macros-3-34.el7.noarch 17 /63 Installing : dwz-0.11-3.el7.x86_64 18 /63 Installing : efivar-libs-36-12.el7.x86_64 19 /63 Installing : mokutil-15-8.el7.x86_64 20 /63 Installing : 1:emacs-filesystem-24.3-23.el7.noarch 21 /63 Installing : elfutils-0.176-5.el7.x86_64 22 /63 Installing : nettle-2.7.1-9.el7_9.x86_64 23 /63 Installing : kernel-debug-devel-3.10.0-1160.83.1.el7.x86_64 24 /63 Installing : systemtap-devel-4.0-13.el7.x86_64 25 /63 Installing : perl-Data-Dumper-2.145-3.el7.x86_64 26 /63 Installing : autoconf-2.69-11.el7.noarch 27 /63 Installing : libmodman-2.0.1-8.el7.x86_64 28 /63 Installing : libproxy-0.4.11-11.el7.x86_64 29 /63 Installing : perl-srpm-macros-1-8.el7.noarch 30 /63 Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch 31 /63 Installing : boost- date - time -1.53.0-28.el7.x86_64 32 /63 Installing : gdb -7.6.1-120.el7.x86_64 33 /63 Installing : perl-Test-Harness-3.28-3.el7.noarch 34 /63 Installing : automake-1.13.4-3.el7.noarch 35 /63 Installing : bzip2 -1.0.6-13.el7.x86_64 36 /63 Installing : libdwarf-20130207-4.el7.x86_64 37 /63 Installing : dyninst-9.3.1-3.el7.x86_64 38 /63 Installing : systemtap-runtime-4.0-13.el7.x86_64 39 /63 Installing : systemtap-client-4.0-13.el7.x86_64 40 /63 Installing : perl-XML-Parser-2.41-10.el7.x86_64 41 /63 Installing : trousers-0.3.14-2.el7.x86_64 42 /63 Installing : gnutls-3.3.29-9.el7_6.x86_64 43 /63 Installing : neon-0.30.0-4.el7.x86_64 44 /63 Installing : subversion-libs-1.7.14-16.el7.x86_64 45 /63 Installing : subversion-1.7.14-16.el7.x86_64 46 /63 Installing : intltool-0.50.2-7.el7.noarch 47 /63 Installing : systemtap-4.0-13.el7.x86_64 48 /63 Installing : rpm-build-4.11.3-48.el7_9.x86_64 49 /63 Installing : libtool-2.4.2-22.el7_3.x86_64 50 /63 Installing : cscope-15.8-10.el7.x86_64 51 /63 Installing : gcc -gfortran-4.8.5-44.el7.x86_64 52 /63 Installing : flex-2.5.37-6.el7.x86_64 53 /63 Installing : bison-3.0.4-2.el7.x86_64 54 /63 Installing : rpm-sign-4.11.3-48.el7_9.x86_64 55 /63 Installing : diffstat-1.57-4.el7.x86_64 56 /63 Installing : indent-2.2.11-13.el7.x86_64 57 /63 Installing : swig-2.0.10-5.el7.x86_64 58 /63 Installing : 1:doxygen-1.8.5-4.el7.x86_64 59 /63 Installing : rcs-5.9.0-7.el7.x86_64 60 /63 Installing : byacc-1.9.20130304-3.el7.x86_64 61 /63 Installing : patchutils-0.3.3-5.el7_9.x86_64 62 /63 Installing : ctags-5.8-13.el7.x86_64 63 /63 Verifying : trousers-0.3.14-2.el7.x86_64 1 /63 Verifying : ctags-5.8-13.el7.x86_64 2 /63 Verifying : gcc -gfortran-4.8.5-44.el7.x86_64 3 /63 Verifying : perl-XML-Parser-2.41-10.el7.x86_64 4 /63 Verifying : patchutils-0.3.3-5.el7_9.x86_64 5 /63 Verifying : systemtap-devel-4.0-13.el7.x86_64 6 /63 Verifying : zip-3.0-11.el7.x86_64 7 /63 Verifying : byacc-1.9.20130304-3.el7.x86_64 8 /63 Verifying : unzip-6.0-24.el7_9.x86_64 9 /63 Verifying : libdwarf-20130207-4.el7.x86_64 10 /63 Verifying : dyninst-9.3.1-3.el7.x86_64 11 /63 Verifying : systemtap-runtime-4.0-13.el7.x86_64 12 /63 Verifying : automake-1.13.4-3.el7.noarch 13 /63 Verifying : m4-1.4.16-10.el7.x86_64 14 /63 Verifying : systemtap-client-4.0-13.el7.x86_64 15 /63 Verifying : rcs-5.9.0-7.el7.x86_64 16 /63 Verifying : 1:doxygen-1.8.5-4.el7.x86_64 17 /63 Verifying : boost-thread-1.53.0-28.el7.x86_64 18 /63 Verifying : libquadmath-4.8.5-44.el7.x86_64 19 /63 Verifying : bzip2 -1.0.6-13.el7.x86_64 20 /63 Verifying : perl-Test-Harness-3.28-3.el7.noarch 21 /63 Verifying : apr-1.4.8-7.el7.x86_64 22 /63 Verifying : perl-Thread-Queue-3.02-2.el7.noarch 23 /63 Verifying : gdb -7.6.1-120.el7.x86_64 24 /63 Verifying : neon-0.30.0-4.el7.x86_64 25 /63 Verifying : intltool-0.50.2-7.el7.noarch 26 /63 Verifying : boost- date - time -1.53.0-28.el7.x86_64 27 /63 Verifying : perl-srpm-macros-1-8.el7.noarch 28 /63 Verifying : swig-2.0.10-5.el7.x86_64 29 /63 Verifying : libtool-2.4.2-22.el7_3.x86_64 30 /63 Verifying : patch-2.7.1-12.el7_7.x86_64 31 /63 Verifying : boost-system-1.53.0-28.el7.x86_64 32 /63 Verifying : libmodman-2.0.1-8.el7.x86_64 33 /63 Verifying : rpm-build-4.11.3-48.el7_9.x86_64 34 /63 Verifying : systemtap-4.0-13.el7.x86_64 35 /63 Verifying : gettext-devel-0.19.8.1-3.el7.x86_64 36 /63 Verifying : perl-Data-Dumper-2.145-3.el7.x86_64 37 /63 Verifying : libgfortran-4.8.5-44.el7.x86_64 38 /63 Verifying : indent-2.2.11-13.el7.x86_64 39 /63 Verifying : apr-util-1.5.2-6.el7.x86_64 40 /63 Verifying : subversion-1.7.14-16.el7.x86_64 41 /63 Verifying : subversion-libs-1.7.14-16.el7.x86_64 42 /63 Verifying : flex-2.5.37-6.el7.x86_64 43 /63 Verifying : mokutil-15-8.el7.x86_64 44 /63 Verifying : libproxy-0.4.11-11.el7.x86_64 45 /63 Verifying : kernel-debug-devel-3.10.0-1160.83.1.el7.x86_64 46 /63 Verifying : nettle-2.7.1-9.el7_9.x86_64 47 /63 Verifying : cscope-15.8-10.el7.x86_64 48 /63 Verifying : bison-3.0.4-2.el7.x86_64 49 /63 Verifying : autoconf-2.69-11.el7.noarch 50 /63 Verifying : gnutls-3.3.29-9.el7_6.x86_64 51 /63 Verifying : elfutils-0.176-5.el7.x86_64 52 /63 Verifying : 1:emacs-filesystem-24.3-23.el7.noarch 53 /63 Verifying : efivar-libs-36-12.el7.x86_64 54 /63 Verifying : libquadmath-devel-4.8.5-44.el7.x86_64 55 /63 Verifying : dwz-0.11-3.el7.x86_64 56 /63 Verifying : python-srpm-macros-3-34.el7.noarch 57 /63 Verifying : diffstat-1.57-4.el7.x86_64 58 /63 Verifying : gettext-common-devel-0.19.8.1-3.el7.noarch 59 /63 Verifying : pakchois-0.4-10.el7.x86_64 60 /63 Verifying : avahi-libs-0.6.31-20.el7.x86_64 61 /63 Verifying : rpm-sign-4.11.3-48.el7_9.x86_64 62 /63 Verifying : redhat-rpm-config-9.1.0-88.el7.centos.noarch 63 /63 Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 bison.x86_64 0:3.0.4-2.el7 byacc.x86_64 0:1.9.20130304-3.el7 cscope.x86_64 0:15.8-10.el7 ctags.x86_64 0:5.8-13.el7 diffstat.x86_64 0:1.57-4.el7 doxygen.x86_64 1:1.8.5-4.el7 elfutils.x86_64 0:0.176-5.el7 flex.x86_64 0:2.5.37-6.el7 gcc -gfortran.x86_64 0:4.8.5-44.el7 indent.x86_64 0:2.2.11-13.el7 intltool.noarch 0:0.50.2-7.el7 libtool.x86_64 0:2.4.2-22.el7_3 patch.x86_64 0:2.7.1-12.el7_7 patchutils.x86_64 0:0.3.3-5.el7_9 rcs.x86_64 0:5.9.0-7.el7 redhat-rpm-config.noarch 0:9.1.0-88.el7.centos rpm-build.x86_64 0:4.11.3-48.el7_9 rpm-sign.x86_64 0:4.11.3-48.el7_9 subversion.x86_64 0:1.7.14-16.el7 swig.x86_64 0:2.0.10-5.el7 systemtap.x86_64 0:4.0-13.el7 Dependency Installed: apr.x86_64 0:1.4.8-7.el7 apr-util.x86_64 0:1.5.2-6.el7 avahi-libs.x86_64 0:0.6.31-20.el7 boost- date - time .x86_64 0:1.53.0-28.el7 boost-system.x86_64 0:1.53.0-28.el7 boost-thread.x86_64 0:1.53.0-28.el7 bzip2 .x86_64 0:1.0.6-13.el7 dwz.x86_64 0:0.11-3.el7 dyninst.x86_64 0:9.3.1-3.el7 efivar-libs.x86_64 0:36-12.el7 emacs-filesystem.noarch 1:24.3-23.el7 gdb .x86_64 0:7.6.1-120.el7 gettext-common-devel.noarch 0:0.19.8.1-3.el7 gettext-devel.x86_64 0:0.19.8.1-3.el7 gnutls.x86_64 0:3.3.29-9.el7_6 kernel-debug-devel.x86_64 0:3.10.0-1160.83.1.el7 libdwarf.x86_64 0:20130207-4.el7 libgfortran.x86_64 0:4.8.5-44.el7 libmodman.x86_64 0:2.0.1-8.el7 libproxy.x86_64 0:0.4.11-11.el7 libquadmath.x86_64 0:4.8.5-44.el7 libquadmath-devel.x86_64 0:4.8.5-44.el7 m4.x86_64 0:1.4.16-10.el7 mokutil.x86_64 0:15-8.el7 neon.x86_64 0:0.30.0-4.el7 nettle.x86_64 0:2.7.1-9.el7_9 pakchois.x86_64 0:0.4-10.el7 perl-Data-Dumper.x86_64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 perl-Thread-Queue.noarch 0:3.02-2.el7 perl-XML-Parser.x86_64 0:2.41-10.el7 perl-srpm-macros.noarch 0:1-8.el7 python-srpm-macros.noarch 0:3-34.el7 subversion-libs.x86_64 0:1.7.14-16.el7 systemtap-client.x86_64 0:4.0-13.el7 systemtap-devel.x86_64 0:4.0-13.el7 systemtap-runtime.x86_64 0:4.0-13.el7 trousers.x86_64 0:0.3.14-2.el7 unzip.x86_64 0:6.0-24.el7_9 zip.x86_64 0:3.0-11.el7 Complete! [root@localhost ~] # |
分类:
Linux运维专题精讲
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· AI技术革命,工作效率10个最佳AI工具