Fedora fails to find popular packages like apcalc or docker
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I'm running Fedora 28 on my Acer Laptop for more than a week now. Since I usually use it at university, I decided to use the update server provided by the university, https://ftp.halifax.rwth-aachen.de/.
At first this worked just fine but shortly after I changed the mirror, I found out that some packages that are listed in the fedora package list at https://apps.fedoraproject.org/packages/ were not available on my system. The error message is:
$ sudo dnf install docker
Last metadata expiration check: 0:00:44 ago on Tue 29 May 2018 17:56:58 CEST.
No match for argument: docker
Error: Unable to find a match.
As soon as I revert my changes, I can install docker
and apcalc
without any issues.
Here is what I changed in /etc/yum.repos.d/fedora.repo
and fedora-updates.repo
:
# comment out the following line:
#metalink=...
# add this line instead:
baseurl=https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/$releasever/Everything/$basearch/
Does anyone know how to fix this issue? If the issue cannot be fixed on my laptop, how can I debug/fix the issue on the server with the help of the server maintainer (who does not have a clue how Fedora works)?
fedora yum repository dnf
 |Â
show 6 more comments
up vote
0
down vote
favorite
I'm running Fedora 28 on my Acer Laptop for more than a week now. Since I usually use it at university, I decided to use the update server provided by the university, https://ftp.halifax.rwth-aachen.de/.
At first this worked just fine but shortly after I changed the mirror, I found out that some packages that are listed in the fedora package list at https://apps.fedoraproject.org/packages/ were not available on my system. The error message is:
$ sudo dnf install docker
Last metadata expiration check: 0:00:44 ago on Tue 29 May 2018 17:56:58 CEST.
No match for argument: docker
Error: Unable to find a match.
As soon as I revert my changes, I can install docker
and apcalc
without any issues.
Here is what I changed in /etc/yum.repos.d/fedora.repo
and fedora-updates.repo
:
# comment out the following line:
#metalink=...
# add this line instead:
baseurl=https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/$releasever/Everything/$basearch/
Does anyone know how to fix this issue? If the issue cannot be fixed on my laptop, how can I debug/fix the issue on the server with the help of the server maintainer (who does not have a clue how Fedora works)?
fedora yum repository dnf
You already told us how to fix the issue in your question. It seems you need to select a repository that isn't missing the packages you want to install.
â DopeGhoti
May 29 at 19:29
@DopeGhoti I have contacted the administrator of the halifax mirror already and he said that he does not have any clue why the packages are missing. If this is a problem with the server, can you still tell me how I can debug/fix the problem?
â msrd0
May 29 at 19:30
@msrd0 You can't fix the server, but you could pick another mirror to see if it's a problem with the particular mirror that you're ordinarily using.
â Kusalananda
May 29 at 19:34
1
Theapcalc
program in debian is just calledcalc
in Fedora. Trysudo dnf install calc
. Since you say things work in the default configuration, maybe that's what you meant?
â mattdm
May 29 at 19:51
@mattdm I've used ArchLinux before where the package is calledcalc
. Runningcalc
on Fedora (with official repo list) suggests me to installapcalc
, and runningsudo dnf install apcalc
worked just fine (I can't tell you why, it's obviously calledcalc
in Fedora too).
â msrd0
May 29 at 19:54
 |Â
show 6 more comments
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm running Fedora 28 on my Acer Laptop for more than a week now. Since I usually use it at university, I decided to use the update server provided by the university, https://ftp.halifax.rwth-aachen.de/.
At first this worked just fine but shortly after I changed the mirror, I found out that some packages that are listed in the fedora package list at https://apps.fedoraproject.org/packages/ were not available on my system. The error message is:
$ sudo dnf install docker
Last metadata expiration check: 0:00:44 ago on Tue 29 May 2018 17:56:58 CEST.
No match for argument: docker
Error: Unable to find a match.
As soon as I revert my changes, I can install docker
and apcalc
without any issues.
Here is what I changed in /etc/yum.repos.d/fedora.repo
and fedora-updates.repo
:
# comment out the following line:
#metalink=...
# add this line instead:
baseurl=https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/$releasever/Everything/$basearch/
Does anyone know how to fix this issue? If the issue cannot be fixed on my laptop, how can I debug/fix the issue on the server with the help of the server maintainer (who does not have a clue how Fedora works)?
fedora yum repository dnf
I'm running Fedora 28 on my Acer Laptop for more than a week now. Since I usually use it at university, I decided to use the update server provided by the university, https://ftp.halifax.rwth-aachen.de/.
At first this worked just fine but shortly after I changed the mirror, I found out that some packages that are listed in the fedora package list at https://apps.fedoraproject.org/packages/ were not available on my system. The error message is:
$ sudo dnf install docker
Last metadata expiration check: 0:00:44 ago on Tue 29 May 2018 17:56:58 CEST.
No match for argument: docker
Error: Unable to find a match.
As soon as I revert my changes, I can install docker
and apcalc
without any issues.
Here is what I changed in /etc/yum.repos.d/fedora.repo
and fedora-updates.repo
:
# comment out the following line:
#metalink=...
# add this line instead:
baseurl=https://ftp.halifax.rwth-aachen.de/fedora/linux/updates/$releasever/Everything/$basearch/
Does anyone know how to fix this issue? If the issue cannot be fixed on my laptop, how can I debug/fix the issue on the server with the help of the server maintainer (who does not have a clue how Fedora works)?
fedora yum repository dnf
edited May 29 at 19:32
asked May 29 at 19:27
msrd0
212419
212419
You already told us how to fix the issue in your question. It seems you need to select a repository that isn't missing the packages you want to install.
â DopeGhoti
May 29 at 19:29
@DopeGhoti I have contacted the administrator of the halifax mirror already and he said that he does not have any clue why the packages are missing. If this is a problem with the server, can you still tell me how I can debug/fix the problem?
â msrd0
May 29 at 19:30
@msrd0 You can't fix the server, but you could pick another mirror to see if it's a problem with the particular mirror that you're ordinarily using.
â Kusalananda
May 29 at 19:34
1
Theapcalc
program in debian is just calledcalc
in Fedora. Trysudo dnf install calc
. Since you say things work in the default configuration, maybe that's what you meant?
â mattdm
May 29 at 19:51
@mattdm I've used ArchLinux before where the package is calledcalc
. Runningcalc
on Fedora (with official repo list) suggests me to installapcalc
, and runningsudo dnf install apcalc
worked just fine (I can't tell you why, it's obviously calledcalc
in Fedora too).
â msrd0
May 29 at 19:54
 |Â
show 6 more comments
You already told us how to fix the issue in your question. It seems you need to select a repository that isn't missing the packages you want to install.
â DopeGhoti
May 29 at 19:29
@DopeGhoti I have contacted the administrator of the halifax mirror already and he said that he does not have any clue why the packages are missing. If this is a problem with the server, can you still tell me how I can debug/fix the problem?
â msrd0
May 29 at 19:30
@msrd0 You can't fix the server, but you could pick another mirror to see if it's a problem with the particular mirror that you're ordinarily using.
â Kusalananda
May 29 at 19:34
1
Theapcalc
program in debian is just calledcalc
in Fedora. Trysudo dnf install calc
. Since you say things work in the default configuration, maybe that's what you meant?
â mattdm
May 29 at 19:51
@mattdm I've used ArchLinux before where the package is calledcalc
. Runningcalc
on Fedora (with official repo list) suggests me to installapcalc
, and runningsudo dnf install apcalc
worked just fine (I can't tell you why, it's obviously calledcalc
in Fedora too).
â msrd0
May 29 at 19:54
You already told us how to fix the issue in your question. It seems you need to select a repository that isn't missing the packages you want to install.
â DopeGhoti
May 29 at 19:29
You already told us how to fix the issue in your question. It seems you need to select a repository that isn't missing the packages you want to install.
â DopeGhoti
May 29 at 19:29
@DopeGhoti I have contacted the administrator of the halifax mirror already and he said that he does not have any clue why the packages are missing. If this is a problem with the server, can you still tell me how I can debug/fix the problem?
â msrd0
May 29 at 19:30
@DopeGhoti I have contacted the administrator of the halifax mirror already and he said that he does not have any clue why the packages are missing. If this is a problem with the server, can you still tell me how I can debug/fix the problem?
â msrd0
May 29 at 19:30
@msrd0 You can't fix the server, but you could pick another mirror to see if it's a problem with the particular mirror that you're ordinarily using.
â Kusalananda
May 29 at 19:34
@msrd0 You can't fix the server, but you could pick another mirror to see if it's a problem with the particular mirror that you're ordinarily using.
â Kusalananda
May 29 at 19:34
1
1
The
apcalc
program in debian is just called calc
in Fedora. Try sudo dnf install calc
. Since you say things work in the default configuration, maybe that's what you meant?â mattdm
May 29 at 19:51
The
apcalc
program in debian is just called calc
in Fedora. Try sudo dnf install calc
. Since you say things work in the default configuration, maybe that's what you meant?â mattdm
May 29 at 19:51
@mattdm I've used ArchLinux before where the package is called
calc
. Running calc
on Fedora (with official repo list) suggests me to install apcalc
, and running sudo dnf install apcalc
worked just fine (I can't tell you why, it's obviously called calc
in Fedora too).â msrd0
May 29 at 19:54
@mattdm I've used ArchLinux before where the package is called
calc
. Running calc
on Fedora (with official repo list) suggests me to install apcalc
, and running sudo dnf install apcalc
worked just fine (I can't tell you why, it's obviously called calc
in Fedora too).â msrd0
May 29 at 19:54
 |Â
show 6 more comments
2 Answers
2
active
oldest
votes
up vote
0
down vote
This is clearly a problem with your university's repository being an incomplete mirror. Compare for example the packages (starting with the letter 'd' so as to seek your example case of docker
) visible here at your university, as opposed to here at an official Fedora mirror (as found here). If you want to use your university's repository, you will need to convince its maintainer of the incompleteness of the mirror.
looks like my university is updating its mirror from the mirror of the tu chemnitz, which is just as incomplete as ours
â msrd0
May 29 at 19:42
2
In your example, you're comparing two different repositories. One is for updates repository, the other is for release repository. That's why one has packages that the other doesn't have.
â Nuno Dio
May 29 at 20:07
add a comment |Â
up vote
0
down vote
In my understanding your university mirror for Updates repository is correct.
Eventually, you are missing the "release repository". Can you please confirm if you have a "release repository" installed?
You should look at /etc/yum.repos.d for a configuration that has the base URL:
baseurl=http://ftp.halifax.rwth-aachen.de/fedora/linux/releases/$releasever/Everything/$basearch/os/
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
This is clearly a problem with your university's repository being an incomplete mirror. Compare for example the packages (starting with the letter 'd' so as to seek your example case of docker
) visible here at your university, as opposed to here at an official Fedora mirror (as found here). If you want to use your university's repository, you will need to convince its maintainer of the incompleteness of the mirror.
looks like my university is updating its mirror from the mirror of the tu chemnitz, which is just as incomplete as ours
â msrd0
May 29 at 19:42
2
In your example, you're comparing two different repositories. One is for updates repository, the other is for release repository. That's why one has packages that the other doesn't have.
â Nuno Dio
May 29 at 20:07
add a comment |Â
up vote
0
down vote
This is clearly a problem with your university's repository being an incomplete mirror. Compare for example the packages (starting with the letter 'd' so as to seek your example case of docker
) visible here at your university, as opposed to here at an official Fedora mirror (as found here). If you want to use your university's repository, you will need to convince its maintainer of the incompleteness of the mirror.
looks like my university is updating its mirror from the mirror of the tu chemnitz, which is just as incomplete as ours
â msrd0
May 29 at 19:42
2
In your example, you're comparing two different repositories. One is for updates repository, the other is for release repository. That's why one has packages that the other doesn't have.
â Nuno Dio
May 29 at 20:07
add a comment |Â
up vote
0
down vote
up vote
0
down vote
This is clearly a problem with your university's repository being an incomplete mirror. Compare for example the packages (starting with the letter 'd' so as to seek your example case of docker
) visible here at your university, as opposed to here at an official Fedora mirror (as found here). If you want to use your university's repository, you will need to convince its maintainer of the incompleteness of the mirror.
This is clearly a problem with your university's repository being an incomplete mirror. Compare for example the packages (starting with the letter 'd' so as to seek your example case of docker
) visible here at your university, as opposed to here at an official Fedora mirror (as found here). If you want to use your university's repository, you will need to convince its maintainer of the incompleteness of the mirror.
answered May 29 at 19:35
DopeGhoti
39.9k54779
39.9k54779
looks like my university is updating its mirror from the mirror of the tu chemnitz, which is just as incomplete as ours
â msrd0
May 29 at 19:42
2
In your example, you're comparing two different repositories. One is for updates repository, the other is for release repository. That's why one has packages that the other doesn't have.
â Nuno Dio
May 29 at 20:07
add a comment |Â
looks like my university is updating its mirror from the mirror of the tu chemnitz, which is just as incomplete as ours
â msrd0
May 29 at 19:42
2
In your example, you're comparing two different repositories. One is for updates repository, the other is for release repository. That's why one has packages that the other doesn't have.
â Nuno Dio
May 29 at 20:07
looks like my university is updating its mirror from the mirror of the tu chemnitz, which is just as incomplete as ours
â msrd0
May 29 at 19:42
looks like my university is updating its mirror from the mirror of the tu chemnitz, which is just as incomplete as ours
â msrd0
May 29 at 19:42
2
2
In your example, you're comparing two different repositories. One is for updates repository, the other is for release repository. That's why one has packages that the other doesn't have.
â Nuno Dio
May 29 at 20:07
In your example, you're comparing two different repositories. One is for updates repository, the other is for release repository. That's why one has packages that the other doesn't have.
â Nuno Dio
May 29 at 20:07
add a comment |Â
up vote
0
down vote
In my understanding your university mirror for Updates repository is correct.
Eventually, you are missing the "release repository". Can you please confirm if you have a "release repository" installed?
You should look at /etc/yum.repos.d for a configuration that has the base URL:
baseurl=http://ftp.halifax.rwth-aachen.de/fedora/linux/releases/$releasever/Everything/$basearch/os/
add a comment |Â
up vote
0
down vote
In my understanding your university mirror for Updates repository is correct.
Eventually, you are missing the "release repository". Can you please confirm if you have a "release repository" installed?
You should look at /etc/yum.repos.d for a configuration that has the base URL:
baseurl=http://ftp.halifax.rwth-aachen.de/fedora/linux/releases/$releasever/Everything/$basearch/os/
add a comment |Â
up vote
0
down vote
up vote
0
down vote
In my understanding your university mirror for Updates repository is correct.
Eventually, you are missing the "release repository". Can you please confirm if you have a "release repository" installed?
You should look at /etc/yum.repos.d for a configuration that has the base URL:
baseurl=http://ftp.halifax.rwth-aachen.de/fedora/linux/releases/$releasever/Everything/$basearch/os/
In my understanding your university mirror for Updates repository is correct.
Eventually, you are missing the "release repository". Can you please confirm if you have a "release repository" installed?
You should look at /etc/yum.repos.d for a configuration that has the base URL:
baseurl=http://ftp.halifax.rwth-aachen.de/fedora/linux/releases/$releasever/Everything/$basearch/os/
answered May 29 at 19:54
Nuno Dio
1563
1563
add a comment |Â
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f446781%2ffedora-fails-to-find-popular-packages-like-apcalc-or-docker%23new-answer', 'question_page');
);
Post as a guest
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
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
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
You already told us how to fix the issue in your question. It seems you need to select a repository that isn't missing the packages you want to install.
â DopeGhoti
May 29 at 19:29
@DopeGhoti I have contacted the administrator of the halifax mirror already and he said that he does not have any clue why the packages are missing. If this is a problem with the server, can you still tell me how I can debug/fix the problem?
â msrd0
May 29 at 19:30
@msrd0 You can't fix the server, but you could pick another mirror to see if it's a problem with the particular mirror that you're ordinarily using.
â Kusalananda
May 29 at 19:34
1
The
apcalc
program in debian is just calledcalc
in Fedora. Trysudo dnf install calc
. Since you say things work in the default configuration, maybe that's what you meant?â mattdm
May 29 at 19:51
@mattdm I've used ArchLinux before where the package is called
calc
. Runningcalc
on Fedora (with official repo list) suggests me to installapcalc
, and runningsudo dnf install apcalc
worked just fine (I can't tell you why, it's obviously calledcalc
in Fedora too).â msrd0
May 29 at 19:54