I am new to Fedora what is the easiest way to install get_iplayer?
You should be able to find it in the Software Center, as Fedora provides a package for it.
Alternatively, you can install it from the terminal:
sudo dnf install get_iplayer
1 Like
Thank you that worked
I used this command on a minimal install image and it downloaded LOADS of stuff like gtk3 and icon themes!
How do I limit to the required packages only?
Weird. Try perhaps: sudo dnf --setopt install_weak_deps=false install get_iplayer