ng0177
(ng0177)
September 20, 2019, 11:07am
1
dnf falls over a missing GPG key after download and installation of the rpm from https://wiki.geogebra.org/en/Reference:GeoGebra_Installation
The key is https://static.geogebra.org/linux/office@geogebra.org.gpg.key but I do not know how to include it in the repository.
Any advice? Thanks!
1 Like
alciregi
(Alessio)
September 20, 2019, 11:19am
2
Hello @ng0177 and welcome to the community!
This works for me:
sudo rpm --import https://static.geogebra.org/linux/office@geogebra.org.gpg.key
sudo dnf install http://www.geogebra.net/linux/rpm/x86_64/geogebra-classic-6.0.559.0-201909172035.x86_64.rpm
Or first download the RPM package from the wiki link you have posted before and install it from the local path (sudo dnf install ./Downloads/geogebra-classic-6.0.559.0-201909172035.x86_64.rpm
)
4 Likes
ng0177
(ng0177)
September 20, 2019, 1:23pm
3
Great! That works seamlessly.
1 Like
system
(system)
Closed
October 18, 2019, 1:23pm
4
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.