Hello,
I'm new and I'm not an expert. I've Fedora 23 and I tried to upgrade my system to Fedora 24.
I used the following command: # dnf system-upgrade download --releasever 24
After this command the system downloads a lot of packages, but there is an error:
Error: Package system-python-libs-3.5.1-7.fc24.x86_64.rpm is not signed
I don't know if I should submit this on bugzilla.
p.s. Another question, is possible to upgrade directly from the rawhide?
On 8 Mar 2016 08:26, "Gregorio ." devim@outlook.it wrote:
Hello,
I'm new and I'm not an expert. I've Fedora 23 and I tried to upgrade my
system to Fedora 24.
I suspect you're not aware of this, being new to Fedora, but Fedora 24 isn't released yet, and is still under development. Since you mention you're new to Fedora, you might want to stay with a supported release version (Fedora 23) rather than upgrade to a unreleased development version.
I used the following command: # dnf system-upgrade download --releasever
24
After this command the system downloads a lot of packages, but there is
an error:
Error: Package system-python-libs-3.5.1-7.fc24.x86_64.rpm is not signed
I don't know if I should submit this on bugzilla.
There's a short window of time where a release in preparation isn't signed, and we''re in that window (see other messages on this list about that)
p.s. Another question, is possible to upgrade directly from the rawhide?
Rawhide is ahead of the Fedora 24 branch, and will eventually be branched to produce Fedora 25. So rawhide to Fedora 24 isn't a route you want to travel down.
-- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org
On Tue, 8 Mar 2016, Gregorio . wrote:
I'm new and I'm not an expert. I've Fedora 23 and I tried to upgrade my system to Fedora 24.
I used the following command: # dnf system-upgrade download --releasever 24
After this command the system downloads a lot of packages, but there is an error:
Error: Package system-python-libs-3.5.1-7.fc24.x86_64.rpm is not signed
As Fedora 24 is still in the development stage you can get minor issues like this. Adding --nogpgcheck to the dnf line might work (it does for normal dnf usage).
p.s. Another question, is possible to upgrade directly from the rawhide?
Yes you can, but it could be particularly unstable now that Fedora 24 has been forked off so it may not be a good idea unless you want something that is only in rawhide.
Michael Young
Thank you all, I know F24 isn't stable, I'm installing it to try to help tracking bugs.
Kind regards,
Gregorio