Fedora 27 to Fedora 28 upgrade gives following message
up vote
0
down vote
favorite
I am trying to upgrade my Fedora 27 (using dnf) to Fedora 28, but the last month I keep got that message error:
sudo dnf system-upgrade download --releasever=28
Before you continue ensure that your system is fully upgraded by running "dnf --refresh upgrade". Do you want to continue [y/N]: y
RPM Fusion for Fedora 28 - Nonfree - Updates 417 kB/s | 96 kB 00:00
Last metadata expiration check: 0:00:00 ago on Sat 17 Nov 2018 09:12:47 AM EET.
Error:
Problem: nss-pem-1.0.3-6.fc27.i686 has inferior architecture
- nss-pem-1.0.3-6.fc27.x86_64 does not belong to a distupgrade repository
- problem with installed package nss-pem-1.0.3-6.fc27.i686
Does anybody know how to fix that? I was not able to find any info about that ticket and how to resolve it.
linux fedora upgrade dnf
add a comment |
up vote
0
down vote
favorite
I am trying to upgrade my Fedora 27 (using dnf) to Fedora 28, but the last month I keep got that message error:
sudo dnf system-upgrade download --releasever=28
Before you continue ensure that your system is fully upgraded by running "dnf --refresh upgrade". Do you want to continue [y/N]: y
RPM Fusion for Fedora 28 - Nonfree - Updates 417 kB/s | 96 kB 00:00
Last metadata expiration check: 0:00:00 ago on Sat 17 Nov 2018 09:12:47 AM EET.
Error:
Problem: nss-pem-1.0.3-6.fc27.i686 has inferior architecture
- nss-pem-1.0.3-6.fc27.x86_64 does not belong to a distupgrade repository
- problem with installed package nss-pem-1.0.3-6.fc27.i686
Does anybody know how to fix that? I was not able to find any info about that ticket and how to resolve it.
linux fedora upgrade dnf
What is the output ofrpm -q --whatrequires nss-pem
?
– Robin Green
Nov 17 at 9:38
Apparently this: rpm -q --whatrequires nss-pem no package requires nss-pem
– Ilian Zapryanov
Nov 17 at 9:58
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to upgrade my Fedora 27 (using dnf) to Fedora 28, but the last month I keep got that message error:
sudo dnf system-upgrade download --releasever=28
Before you continue ensure that your system is fully upgraded by running "dnf --refresh upgrade". Do you want to continue [y/N]: y
RPM Fusion for Fedora 28 - Nonfree - Updates 417 kB/s | 96 kB 00:00
Last metadata expiration check: 0:00:00 ago on Sat 17 Nov 2018 09:12:47 AM EET.
Error:
Problem: nss-pem-1.0.3-6.fc27.i686 has inferior architecture
- nss-pem-1.0.3-6.fc27.x86_64 does not belong to a distupgrade repository
- problem with installed package nss-pem-1.0.3-6.fc27.i686
Does anybody know how to fix that? I was not able to find any info about that ticket and how to resolve it.
linux fedora upgrade dnf
I am trying to upgrade my Fedora 27 (using dnf) to Fedora 28, but the last month I keep got that message error:
sudo dnf system-upgrade download --releasever=28
Before you continue ensure that your system is fully upgraded by running "dnf --refresh upgrade". Do you want to continue [y/N]: y
RPM Fusion for Fedora 28 - Nonfree - Updates 417 kB/s | 96 kB 00:00
Last metadata expiration check: 0:00:00 ago on Sat 17 Nov 2018 09:12:47 AM EET.
Error:
Problem: nss-pem-1.0.3-6.fc27.i686 has inferior architecture
- nss-pem-1.0.3-6.fc27.x86_64 does not belong to a distupgrade repository
- problem with installed package nss-pem-1.0.3-6.fc27.i686
Does anybody know how to fix that? I was not able to find any info about that ticket and how to resolve it.
linux fedora upgrade dnf
linux fedora upgrade dnf
asked Nov 17 at 7:14
Ilian Zapryanov
1587
1587
What is the output ofrpm -q --whatrequires nss-pem
?
– Robin Green
Nov 17 at 9:38
Apparently this: rpm -q --whatrequires nss-pem no package requires nss-pem
– Ilian Zapryanov
Nov 17 at 9:58
add a comment |
What is the output ofrpm -q --whatrequires nss-pem
?
– Robin Green
Nov 17 at 9:38
Apparently this: rpm -q --whatrequires nss-pem no package requires nss-pem
– Ilian Zapryanov
Nov 17 at 9:58
What is the output of
rpm -q --whatrequires nss-pem
?– Robin Green
Nov 17 at 9:38
What is the output of
rpm -q --whatrequires nss-pem
?– Robin Green
Nov 17 at 9:38
Apparently this: rpm -q --whatrequires nss-pem no package requires nss-pem
– Ilian Zapryanov
Nov 17 at 9:58
Apparently this: rpm -q --whatrequires nss-pem no package requires nss-pem
– Ilian Zapryanov
Nov 17 at 9:58
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
For anyone that expressed that bug here is a topic I've found:
The workaround for this bug is
1.) sudo dnf install nss-pem-1.0.3-9.fc28 --releasever=28
2.) sudo dnf system-upgrade --releasever=28 download
This bug was already reported at https://steamcommunity.com/app/221410...
I used this workaround and it worked :-)
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
For anyone that expressed that bug here is a topic I've found:
The workaround for this bug is
1.) sudo dnf install nss-pem-1.0.3-9.fc28 --releasever=28
2.) sudo dnf system-upgrade --releasever=28 download
This bug was already reported at https://steamcommunity.com/app/221410...
I used this workaround and it worked :-)
add a comment |
up vote
1
down vote
For anyone that expressed that bug here is a topic I've found:
The workaround for this bug is
1.) sudo dnf install nss-pem-1.0.3-9.fc28 --releasever=28
2.) sudo dnf system-upgrade --releasever=28 download
This bug was already reported at https://steamcommunity.com/app/221410...
I used this workaround and it worked :-)
add a comment |
up vote
1
down vote
up vote
1
down vote
For anyone that expressed that bug here is a topic I've found:
The workaround for this bug is
1.) sudo dnf install nss-pem-1.0.3-9.fc28 --releasever=28
2.) sudo dnf system-upgrade --releasever=28 download
This bug was already reported at https://steamcommunity.com/app/221410...
I used this workaround and it worked :-)
For anyone that expressed that bug here is a topic I've found:
The workaround for this bug is
1.) sudo dnf install nss-pem-1.0.3-9.fc28 --releasever=28
2.) sudo dnf system-upgrade --releasever=28 download
This bug was already reported at https://steamcommunity.com/app/221410...
I used this workaround and it worked :-)
answered Nov 17 at 10:13
Ilian Zapryanov
1587
1587
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1376171%2ffedora-27-to-fedora-28-upgrade-gives-following-message%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
What is the output of
rpm -q --whatrequires nss-pem
?– Robin Green
Nov 17 at 9:38
Apparently this: rpm -q --whatrequires nss-pem no package requires nss-pem
– Ilian Zapryanov
Nov 17 at 9:58