![]() | 1 | initial version |
First of all, you should not download RPM packages from the internet and install them with rpm
command, unless you really know what you are doing.
In order to install intltool
(or any other package in Fedora), you only need to issue the following command:
$ sudo dnf install intltool
With respect to the extension you are interested in, I recommend you to install OpenWeather, which was recently added to Fedora repositories:
$ sudo dnf install gnome-shell-extension-openweather
HTH,
Germán.