CentOS 7 default extras repository doesn't contain any packages
up vote
0
down vote
favorite
I am trying to install the epel-release
package from the CentOS extras repository, but the repository seems to be empty. (I'm also pretty new to linux)
When I run yum repolist
:
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
repo id repo name status
base/7/i386 CentOS-7 - Base 7,114
extras/7/i386 CentOS-7 - Extras 0
updates/7/i386 CentOS-7 - Updates 1,437
repolist: 8,551
When I run yum list extras
:
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
I have tried running yum clean all
and yum update
, but nothing has seemed to work.
Output of hostnamectl
:
Static hostname: localhost.localdomain
Icon name: computer-vm
Chassis: vm
Machine ID: 4925cfdbb53e4e18b5ce1e3bd2d4ce0d
Boot ID: b3109364c8a14af9b37a81599f900755
Virtualization: oracle
Operating System: CentOS 7 (AltArch)
CPE OS Name: cpe:/o:centos:centos:7
Kernel: Linux 3.10.0-514.16.1.el7.centos.plus.i686
Architecture: x86
Output of rpm --query centos-release
:
centos-release-7-3.1611.el7.centos.i686
centos yum
add a comment |
up vote
0
down vote
favorite
I am trying to install the epel-release
package from the CentOS extras repository, but the repository seems to be empty. (I'm also pretty new to linux)
When I run yum repolist
:
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
repo id repo name status
base/7/i386 CentOS-7 - Base 7,114
extras/7/i386 CentOS-7 - Extras 0
updates/7/i386 CentOS-7 - Updates 1,437
repolist: 8,551
When I run yum list extras
:
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
I have tried running yum clean all
and yum update
, but nothing has seemed to work.
Output of hostnamectl
:
Static hostname: localhost.localdomain
Icon name: computer-vm
Chassis: vm
Machine ID: 4925cfdbb53e4e18b5ce1e3bd2d4ce0d
Boot ID: b3109364c8a14af9b37a81599f900755
Virtualization: oracle
Operating System: CentOS 7 (AltArch)
CPE OS Name: cpe:/o:centos:centos:7
Kernel: Linux 3.10.0-514.16.1.el7.centos.plus.i686
Architecture: x86
Output of rpm --query centos-release
:
centos-release-7-3.1611.el7.centos.i686
centos yum
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to install the epel-release
package from the CentOS extras repository, but the repository seems to be empty. (I'm also pretty new to linux)
When I run yum repolist
:
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
repo id repo name status
base/7/i386 CentOS-7 - Base 7,114
extras/7/i386 CentOS-7 - Extras 0
updates/7/i386 CentOS-7 - Updates 1,437
repolist: 8,551
When I run yum list extras
:
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
I have tried running yum clean all
and yum update
, but nothing has seemed to work.
Output of hostnamectl
:
Static hostname: localhost.localdomain
Icon name: computer-vm
Chassis: vm
Machine ID: 4925cfdbb53e4e18b5ce1e3bd2d4ce0d
Boot ID: b3109364c8a14af9b37a81599f900755
Virtualization: oracle
Operating System: CentOS 7 (AltArch)
CPE OS Name: cpe:/o:centos:centos:7
Kernel: Linux 3.10.0-514.16.1.el7.centos.plus.i686
Architecture: x86
Output of rpm --query centos-release
:
centos-release-7-3.1611.el7.centos.i686
centos yum
I am trying to install the epel-release
package from the CentOS extras repository, but the repository seems to be empty. (I'm also pretty new to linux)
When I run yum repolist
:
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
repo id repo name status
base/7/i386 CentOS-7 - Base 7,114
extras/7/i386 CentOS-7 - Extras 0
updates/7/i386 CentOS-7 - Updates 1,437
repolist: 8,551
When I run yum list extras
:
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
I have tried running yum clean all
and yum update
, but nothing has seemed to work.
Output of hostnamectl
:
Static hostname: localhost.localdomain
Icon name: computer-vm
Chassis: vm
Machine ID: 4925cfdbb53e4e18b5ce1e3bd2d4ce0d
Boot ID: b3109364c8a14af9b37a81599f900755
Virtualization: oracle
Operating System: CentOS 7 (AltArch)
CPE OS Name: cpe:/o:centos:centos:7
Kernel: Linux 3.10.0-514.16.1.el7.centos.plus.i686
Architecture: x86
Output of rpm --query centos-release
:
centos-release-7-3.1611.el7.centos.i686
centos yum
centos yum
edited May 31 '17 at 22:32
asked May 31 '17 at 21:02
Misys
113
113
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
yum list extras
is actually a regular yum command. What you are looking for is probably repoquery -a --repoid=extras
. The "repoquery" command is part of the "yum-utils" package.
Oryum list available | grep 'extras $'
– Deathgrip
May 31 '17 at 22:14
Both commands produce no output for me. I think it's not a problem with yum, but somehow the system can't grab the list of packages.
– Misys
May 31 '17 at 22:25
Perhaps try a reinstall of yum and yum-utils?yum -y reinstall yum yum-utils
then rebuild the rpm database withrpm --rebuilddb
.
– Deathgrip
May 31 '17 at 22:52
EPEL i386 bonusbits.com/wiki/HowTo:Install_EPEL_Repository_on_CentOS →wget http://dl.fedoraproject.org/pub/epel/7/i386/e/epel-release-7-2.noarch.rpm
... No extras mirror.centos.org/altarch/7/extras/i386/Packages
– Knud Larsen
Jun 1 '17 at 19:29
add a comment |
up vote
0
down vote
epel.repo
is also at EPEL https://fedoraproject.org/wiki/EPEL → → https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-9.noarch.rpm ... Besides that: The package is in extras/ too.
Install the downloaded epel.repo # cd Downloads/ && yum install epel-release-7-9.noarch.rpm
About the "yum repolist" : Don't know what the "extras/7/i386" is about. There aren't any: http://mirror.centos.org/centos/7.3.1611/ >>> http://mirror.centos.org/centos/7.3.1611/extras/ ... There are four .i686 packages. + 268 .noarch . And: Are you sure that extras is set to enabled=1 ? My yum repolist
is this ( CentOS 7.3-1611 ) :
repo id repo name status
!base/7/x86_64 CentOS-7 - Base 9,360+3
!centos-sclo-rh/x86_64 CentOS-7 - SCLo rh 5,174
!centos-sclo-sclo/x86_64 CentOS-7 - SCLo sclo 403
!epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 11,722
!extras/7/x86_64 CentOS-7 - Extras 380
!updates/7/x86_64 CentOS-7 - Updates 1,838
repolist: 28,877
A copy of latest CentOS-Base.repo is here https://drive.google.com/file/d/0B7S255p3kFXNSG10b0lXeTUtRzA/view?usp=sharing
Is there a way to fix my extras repo? I've added my specs to the main post.
– Misys
May 31 '17 at 22:32
Please see my edited post : A copy ofCentOS-Base.repo
was uploaded. .... I didn't know about any i686 version of CentOS 7.
– Knud Larsen
May 31 '17 at 22:36
Found the "CentOS 7 (AltArch)" : mirror.centos.org/altarch/7/isos/i386 . Probably installed because your host OS is 32bits.
– Knud Larsen
May 31 '17 at 22:43
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
yum list extras
is actually a regular yum command. What you are looking for is probably repoquery -a --repoid=extras
. The "repoquery" command is part of the "yum-utils" package.
Oryum list available | grep 'extras $'
– Deathgrip
May 31 '17 at 22:14
Both commands produce no output for me. I think it's not a problem with yum, but somehow the system can't grab the list of packages.
– Misys
May 31 '17 at 22:25
Perhaps try a reinstall of yum and yum-utils?yum -y reinstall yum yum-utils
then rebuild the rpm database withrpm --rebuilddb
.
– Deathgrip
May 31 '17 at 22:52
EPEL i386 bonusbits.com/wiki/HowTo:Install_EPEL_Repository_on_CentOS →wget http://dl.fedoraproject.org/pub/epel/7/i386/e/epel-release-7-2.noarch.rpm
... No extras mirror.centos.org/altarch/7/extras/i386/Packages
– Knud Larsen
Jun 1 '17 at 19:29
add a comment |
up vote
0
down vote
yum list extras
is actually a regular yum command. What you are looking for is probably repoquery -a --repoid=extras
. The "repoquery" command is part of the "yum-utils" package.
Oryum list available | grep 'extras $'
– Deathgrip
May 31 '17 at 22:14
Both commands produce no output for me. I think it's not a problem with yum, but somehow the system can't grab the list of packages.
– Misys
May 31 '17 at 22:25
Perhaps try a reinstall of yum and yum-utils?yum -y reinstall yum yum-utils
then rebuild the rpm database withrpm --rebuilddb
.
– Deathgrip
May 31 '17 at 22:52
EPEL i386 bonusbits.com/wiki/HowTo:Install_EPEL_Repository_on_CentOS →wget http://dl.fedoraproject.org/pub/epel/7/i386/e/epel-release-7-2.noarch.rpm
... No extras mirror.centos.org/altarch/7/extras/i386/Packages
– Knud Larsen
Jun 1 '17 at 19:29
add a comment |
up vote
0
down vote
up vote
0
down vote
yum list extras
is actually a regular yum command. What you are looking for is probably repoquery -a --repoid=extras
. The "repoquery" command is part of the "yum-utils" package.
yum list extras
is actually a regular yum command. What you are looking for is probably repoquery -a --repoid=extras
. The "repoquery" command is part of the "yum-utils" package.
answered May 31 '17 at 22:09
Deathgrip
1,356311
1,356311
Oryum list available | grep 'extras $'
– Deathgrip
May 31 '17 at 22:14
Both commands produce no output for me. I think it's not a problem with yum, but somehow the system can't grab the list of packages.
– Misys
May 31 '17 at 22:25
Perhaps try a reinstall of yum and yum-utils?yum -y reinstall yum yum-utils
then rebuild the rpm database withrpm --rebuilddb
.
– Deathgrip
May 31 '17 at 22:52
EPEL i386 bonusbits.com/wiki/HowTo:Install_EPEL_Repository_on_CentOS →wget http://dl.fedoraproject.org/pub/epel/7/i386/e/epel-release-7-2.noarch.rpm
... No extras mirror.centos.org/altarch/7/extras/i386/Packages
– Knud Larsen
Jun 1 '17 at 19:29
add a comment |
Oryum list available | grep 'extras $'
– Deathgrip
May 31 '17 at 22:14
Both commands produce no output for me. I think it's not a problem with yum, but somehow the system can't grab the list of packages.
– Misys
May 31 '17 at 22:25
Perhaps try a reinstall of yum and yum-utils?yum -y reinstall yum yum-utils
then rebuild the rpm database withrpm --rebuilddb
.
– Deathgrip
May 31 '17 at 22:52
EPEL i386 bonusbits.com/wiki/HowTo:Install_EPEL_Repository_on_CentOS →wget http://dl.fedoraproject.org/pub/epel/7/i386/e/epel-release-7-2.noarch.rpm
... No extras mirror.centos.org/altarch/7/extras/i386/Packages
– Knud Larsen
Jun 1 '17 at 19:29
Or
yum list available | grep 'extras $'
– Deathgrip
May 31 '17 at 22:14
Or
yum list available | grep 'extras $'
– Deathgrip
May 31 '17 at 22:14
Both commands produce no output for me. I think it's not a problem with yum, but somehow the system can't grab the list of packages.
– Misys
May 31 '17 at 22:25
Both commands produce no output for me. I think it's not a problem with yum, but somehow the system can't grab the list of packages.
– Misys
May 31 '17 at 22:25
Perhaps try a reinstall of yum and yum-utils?
yum -y reinstall yum yum-utils
then rebuild the rpm database with rpm --rebuilddb
.– Deathgrip
May 31 '17 at 22:52
Perhaps try a reinstall of yum and yum-utils?
yum -y reinstall yum yum-utils
then rebuild the rpm database with rpm --rebuilddb
.– Deathgrip
May 31 '17 at 22:52
EPEL i386 bonusbits.com/wiki/HowTo:Install_EPEL_Repository_on_CentOS →
wget http://dl.fedoraproject.org/pub/epel/7/i386/e/epel-release-7-2.noarch.rpm
... No extras mirror.centos.org/altarch/7/extras/i386/Packages– Knud Larsen
Jun 1 '17 at 19:29
EPEL i386 bonusbits.com/wiki/HowTo:Install_EPEL_Repository_on_CentOS →
wget http://dl.fedoraproject.org/pub/epel/7/i386/e/epel-release-7-2.noarch.rpm
... No extras mirror.centos.org/altarch/7/extras/i386/Packages– Knud Larsen
Jun 1 '17 at 19:29
add a comment |
up vote
0
down vote
epel.repo
is also at EPEL https://fedoraproject.org/wiki/EPEL → → https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-9.noarch.rpm ... Besides that: The package is in extras/ too.
Install the downloaded epel.repo # cd Downloads/ && yum install epel-release-7-9.noarch.rpm
About the "yum repolist" : Don't know what the "extras/7/i386" is about. There aren't any: http://mirror.centos.org/centos/7.3.1611/ >>> http://mirror.centos.org/centos/7.3.1611/extras/ ... There are four .i686 packages. + 268 .noarch . And: Are you sure that extras is set to enabled=1 ? My yum repolist
is this ( CentOS 7.3-1611 ) :
repo id repo name status
!base/7/x86_64 CentOS-7 - Base 9,360+3
!centos-sclo-rh/x86_64 CentOS-7 - SCLo rh 5,174
!centos-sclo-sclo/x86_64 CentOS-7 - SCLo sclo 403
!epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 11,722
!extras/7/x86_64 CentOS-7 - Extras 380
!updates/7/x86_64 CentOS-7 - Updates 1,838
repolist: 28,877
A copy of latest CentOS-Base.repo is here https://drive.google.com/file/d/0B7S255p3kFXNSG10b0lXeTUtRzA/view?usp=sharing
Is there a way to fix my extras repo? I've added my specs to the main post.
– Misys
May 31 '17 at 22:32
Please see my edited post : A copy ofCentOS-Base.repo
was uploaded. .... I didn't know about any i686 version of CentOS 7.
– Knud Larsen
May 31 '17 at 22:36
Found the "CentOS 7 (AltArch)" : mirror.centos.org/altarch/7/isos/i386 . Probably installed because your host OS is 32bits.
– Knud Larsen
May 31 '17 at 22:43
add a comment |
up vote
0
down vote
epel.repo
is also at EPEL https://fedoraproject.org/wiki/EPEL → → https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-9.noarch.rpm ... Besides that: The package is in extras/ too.
Install the downloaded epel.repo # cd Downloads/ && yum install epel-release-7-9.noarch.rpm
About the "yum repolist" : Don't know what the "extras/7/i386" is about. There aren't any: http://mirror.centos.org/centos/7.3.1611/ >>> http://mirror.centos.org/centos/7.3.1611/extras/ ... There are four .i686 packages. + 268 .noarch . And: Are you sure that extras is set to enabled=1 ? My yum repolist
is this ( CentOS 7.3-1611 ) :
repo id repo name status
!base/7/x86_64 CentOS-7 - Base 9,360+3
!centos-sclo-rh/x86_64 CentOS-7 - SCLo rh 5,174
!centos-sclo-sclo/x86_64 CentOS-7 - SCLo sclo 403
!epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 11,722
!extras/7/x86_64 CentOS-7 - Extras 380
!updates/7/x86_64 CentOS-7 - Updates 1,838
repolist: 28,877
A copy of latest CentOS-Base.repo is here https://drive.google.com/file/d/0B7S255p3kFXNSG10b0lXeTUtRzA/view?usp=sharing
Is there a way to fix my extras repo? I've added my specs to the main post.
– Misys
May 31 '17 at 22:32
Please see my edited post : A copy ofCentOS-Base.repo
was uploaded. .... I didn't know about any i686 version of CentOS 7.
– Knud Larsen
May 31 '17 at 22:36
Found the "CentOS 7 (AltArch)" : mirror.centos.org/altarch/7/isos/i386 . Probably installed because your host OS is 32bits.
– Knud Larsen
May 31 '17 at 22:43
add a comment |
up vote
0
down vote
up vote
0
down vote
epel.repo
is also at EPEL https://fedoraproject.org/wiki/EPEL → → https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-9.noarch.rpm ... Besides that: The package is in extras/ too.
Install the downloaded epel.repo # cd Downloads/ && yum install epel-release-7-9.noarch.rpm
About the "yum repolist" : Don't know what the "extras/7/i386" is about. There aren't any: http://mirror.centos.org/centos/7.3.1611/ >>> http://mirror.centos.org/centos/7.3.1611/extras/ ... There are four .i686 packages. + 268 .noarch . And: Are you sure that extras is set to enabled=1 ? My yum repolist
is this ( CentOS 7.3-1611 ) :
repo id repo name status
!base/7/x86_64 CentOS-7 - Base 9,360+3
!centos-sclo-rh/x86_64 CentOS-7 - SCLo rh 5,174
!centos-sclo-sclo/x86_64 CentOS-7 - SCLo sclo 403
!epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 11,722
!extras/7/x86_64 CentOS-7 - Extras 380
!updates/7/x86_64 CentOS-7 - Updates 1,838
repolist: 28,877
A copy of latest CentOS-Base.repo is here https://drive.google.com/file/d/0B7S255p3kFXNSG10b0lXeTUtRzA/view?usp=sharing
epel.repo
is also at EPEL https://fedoraproject.org/wiki/EPEL → → https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-9.noarch.rpm ... Besides that: The package is in extras/ too.
Install the downloaded epel.repo # cd Downloads/ && yum install epel-release-7-9.noarch.rpm
About the "yum repolist" : Don't know what the "extras/7/i386" is about. There aren't any: http://mirror.centos.org/centos/7.3.1611/ >>> http://mirror.centos.org/centos/7.3.1611/extras/ ... There are four .i686 packages. + 268 .noarch . And: Are you sure that extras is set to enabled=1 ? My yum repolist
is this ( CentOS 7.3-1611 ) :
repo id repo name status
!base/7/x86_64 CentOS-7 - Base 9,360+3
!centos-sclo-rh/x86_64 CentOS-7 - SCLo rh 5,174
!centos-sclo-sclo/x86_64 CentOS-7 - SCLo sclo 403
!epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 11,722
!extras/7/x86_64 CentOS-7 - Extras 380
!updates/7/x86_64 CentOS-7 - Updates 1,838
repolist: 28,877
A copy of latest CentOS-Base.repo is here https://drive.google.com/file/d/0B7S255p3kFXNSG10b0lXeTUtRzA/view?usp=sharing
edited May 31 '17 at 22:35
answered May 31 '17 at 22:25
Knud Larsen
978147
978147
Is there a way to fix my extras repo? I've added my specs to the main post.
– Misys
May 31 '17 at 22:32
Please see my edited post : A copy ofCentOS-Base.repo
was uploaded. .... I didn't know about any i686 version of CentOS 7.
– Knud Larsen
May 31 '17 at 22:36
Found the "CentOS 7 (AltArch)" : mirror.centos.org/altarch/7/isos/i386 . Probably installed because your host OS is 32bits.
– Knud Larsen
May 31 '17 at 22:43
add a comment |
Is there a way to fix my extras repo? I've added my specs to the main post.
– Misys
May 31 '17 at 22:32
Please see my edited post : A copy ofCentOS-Base.repo
was uploaded. .... I didn't know about any i686 version of CentOS 7.
– Knud Larsen
May 31 '17 at 22:36
Found the "CentOS 7 (AltArch)" : mirror.centos.org/altarch/7/isos/i386 . Probably installed because your host OS is 32bits.
– Knud Larsen
May 31 '17 at 22:43
Is there a way to fix my extras repo? I've added my specs to the main post.
– Misys
May 31 '17 at 22:32
Is there a way to fix my extras repo? I've added my specs to the main post.
– Misys
May 31 '17 at 22:32
Please see my edited post : A copy of
CentOS-Base.repo
was uploaded. .... I didn't know about any i686 version of CentOS 7.– Knud Larsen
May 31 '17 at 22:36
Please see my edited post : A copy of
CentOS-Base.repo
was uploaded. .... I didn't know about any i686 version of CentOS 7.– Knud Larsen
May 31 '17 at 22:36
Found the "CentOS 7 (AltArch)" : mirror.centos.org/altarch/7/isos/i386 . Probably installed because your host OS is 32bits.
– Knud Larsen
May 31 '17 at 22:43
Found the "CentOS 7 (AltArch)" : mirror.centos.org/altarch/7/isos/i386 . Probably installed because your host OS is 32bits.
– Knud Larsen
May 31 '17 at 22:43
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f368407%2fcentos-7-default-extras-repository-doesnt-contain-any-packages%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown