Last active
August 29, 2015 14:12
-
-
Save pol/b068f4bad03e0a5768dd to your computer and use it in GitHub Desktop.
repolist all
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [root@hyalite ~]# yum repolist all | |
| Loaded plugins: fastestmirror, priorities, refresh-packagekit | |
| Loading mirror speeds from cached hostfile | |
| * base: mirror.supremebytes.com | |
| * epel: mirror.pnl.gov | |
| * extras: centos.mia.host-engine.com | |
| * updates: mirrors.xmission.com | |
| 351 packages excluded due to repository priority protections | |
| repo id repo name status | |
| C6.0-base CentOS-6.0 - Base disabled | |
| C6.0-centosplus CentOS-6.0 - CentOSPlus disabled | |
| C6.0-contrib CentOS-6.0 - Contrib disabled | |
| C6.0-extras CentOS-6.0 - Extras disabled | |
| C6.0-updates CentOS-6.0 - Updates disabled | |
| C6.1-base CentOS-6.1 - Base disabled | |
| C6.1-centosplus CentOS-6.1 - CentOSPlus disabled | |
| C6.1-contrib CentOS-6.1 - Contrib disabled | |
| C6.1-extras CentOS-6.1 - Extras disabled | |
| C6.1-updates CentOS-6.1 - Updates disabled | |
| C6.2-base CentOS-6.2 - Base disabled | |
| C6.2-centosplus CentOS-6.2 - CentOSPlus disabled | |
| C6.2-contrib CentOS-6.2 - Contrib disabled | |
| C6.2-extras CentOS-6.2 - Extras disabled | |
| C6.2-updates CentOS-6.2 - Updates disabled | |
| C6.3-base CentOS-6.3 - Base disabled | |
| C6.3-centosplus CentOS-6.3 - CentOSPlus disabled | |
| C6.3-contrib CentOS-6.3 - Contrib disabled | |
| C6.3-extras CentOS-6.3 - Extras disabled | |
| C6.3-updates CentOS-6.3 - Updates disabled | |
| C6.4-base CentOS-6.4 - Base disabled | |
| C6.4-centosplus CentOS-6.4 - CentOSPlus disabled | |
| C6.4-contrib CentOS-6.4 - Contrib disabled | |
| C6.4-extras CentOS-6.4 - Extras disabled | |
| C6.4-updates CentOS-6.4 - Updates disabled | |
| C6.5-base CentOS-6.5 - Base disabled | |
| C6.5-centosplus CentOS-6.5 - CentOSPlus disabled | |
| C6.5-contrib CentOS-6.5 - Contrib disabled | |
| C6.5-extras CentOS-6.5 - Extras disabled | |
| C6.5-updates CentOS-6.5 - Updates disabled | |
| base CentOS-6 - Base enabled: 6,322+196 | |
| base-debuginfo CentOS-6 - Debuginfo disabled | |
| c6-media CentOS-6 - Media disabled | |
| centosplus CentOS-6 - Plus disabled | |
| ceph Ceph packages for \x86_64 enabled: 129+1 | |
| ceph-extras Ceph Extras Packages for \x86_64 enabled: 14 | |
| ceph-extras-noarch Ceph Extras noarch enabled: 2 | |
| ceph-extras-source Ceph Extras Sources enabled: 0 | |
| ceph-noarch Ceph noarch packages enabled: 37+1 | |
| ceph-source Ceph source packages enabled: 0 | |
| cm-rhel6-7.0 Cluster Manager 7.0 for Red Hat Enterprise Linux enabled: 301+8 | |
| cm-rhel6-7.0-updates Cluster Manager 7.0 for Red Hat Enterprise Linux enabled: 621+1 | |
| contrib CentOS-6 - Contrib disabled | |
| epel Extra Packages for Enterprise Linux 6 - x86_64 enabled: 11,015+177 | |
| epel-debuginfo Extra Packages for Enterprise Linux 6 - x86_64 - disabled | |
| epel-source Extra Packages for Enterprise Linux 6 - x86_64 - disabled | |
| epel-testing Extra Packages for Enterprise Linux 6 - Testing - disabled | |
| epel-testing-debuginfo Extra Packages for Enterprise Linux 6 - Testing - disabled | |
| epel-testing-source Extra Packages for Enterprise Linux 6 - Testing - disabled | |
| extras CentOS-6 - Extras enabled: 25+11 | |
| fastcgi-ceph-basearch FastCGI basearch packages for Ceph enabled: 2+1 | |
| fasttrack CentOS-6 - fasttrack disabled | |
| updates CentOS-6 - Updates enabled: 506+31 | |
| xsede xsede enabled: 154+7 | |
| repolist: 19,128 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [root@hyalite ~]# rpm -qa centos-release xsede-release yum python | |
| python-2.6.6-52.el6.x86_64 | |
| yum-3.2.29-43.el6.centos.noarch | |
| centos-release-6-6.el6.centos.12.2.x86_64 | |
| [root@hyalite ~]# cat /etc/yum.conf | |
| [main] | |
| cachedir=/var/cache/yum/$basearch/$releasever | |
| keepcache=0 | |
| debuglevel=2 | |
| logfile=/var/log/yum.log | |
| exactarch=1 | |
| obsoletes=1 | |
| gpgcheck=1 | |
| plugins=1 | |
| installonly_limit=5 | |
| bugtracker_url=http://bugs.centos.org/set_project.php?project_id=16&ref=http://bugs.centos.org/bug_report_page.php?category=yum | |
| distroverpkg=centos-release | |
| # This is the default, if you make this bigger yum won't see if the metadata | |
| # is newer on the remote and so you'll "gain" the bandwidth of not having to | |
| # download the new metadata and "pay" for it by yum not having correct | |
| # information. | |
| # It is esp. important, to have correct metadata, for distributions like | |
| # Fedora which don't keep old packages around. If you don't like this checking | |
| # interupting your command line usage, it's much better to have something | |
| # manually check the metadata once an hour (yum-updatesd will do this). | |
| # metadata_expire=90m | |
| # PUT YOUR REPOS HERE OR IN separate files named file.repo | |
| # in /etc/yum.repos.d | |
| exclude=tog-pegasus tog-pegasus-devel ibutils-libs* mpi-selector kernel kernel-devel kernel-ib kernel-ib-devel mlnx-ofa_kernel kmod-mlnx-ofa_kernel mlnx-ofa_kernel-devel kmod-kernel-mft-mlnx knem-mlnx kmod-knem-mlnx ummunotify-mlnx kmod-ummunotify-mlnx ar_mgr bupc cc_mgr dapl-devel dapl-devel-static dapl dapl-utils dump_pr fca hcoll ibacm ibdump ibsim ibutils2 ibutils infiniband-diags-compat infiniband-diags infinipath-psm-devel infinipath-psm libibcm-devel libibcm libibmad-devel libibmad libibmad-static libibprof libibumad-devel libibumad libibumad-static libibverbs-devel libibverbs-devel-static libibverbs libibverbs-utils libmlx4-devel libmlx4 libmlx5-devel libmlx5 librdmacm-devel librdmacm librdmacm-utils mft mlnxofed-docs mstflint mvapich2 mxm ofed-scripts openmpi opensm-devel opensm-libs opensm-static opensm perftest qperf rds-devel rds-tools srptools libmthca-static compat-dapl-static compat-dapl-static-1.2.5 dapl-static libibverbs-rocee libibverbs-rocee-devel libibverbs-rocee-devel-static libibverbs-rocee-utils libmlx4-rocee libmlx4-rocee-static | |
| multilib_policy=best | |
| [root@hyalite ~]# uname -a | |
| Linux hyalite 2.6.32-431.29.2.el6.x86_64 #1 SMP Tue Sep 9 21:36:05 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment