epel-release not necessary for fedora

Note that EPEL is not suitable for use in FedoraFedora is not Enterprise LinuxEPEL provides “a high quality set of additional packages for Enterprise Linux, including, but not limited to, Red Hat Enterprise Linux (RHEL), CentOS and Scientific Linux (SL), Oracle Linux (OL)”

Install Codecs

sudo dnf install gstreamer1-plugins-{bad-\*,good-\*,base} gstreamer1-plugin-openh264 gstreamer1-libav --exclude=gstreamer1-plugins-bad-free-devel

sudo dnf install lame\* --exclude=lame-devel

sudo dnf group upgrade --with-optional Multimedia

rpi bluetooth

bluetoothctl

Now type

devices

and press enter. A list of paired Bluetooth devices will be shown. Copy the MAC address next to device you want to connect to. Something like 00:1B:DC:2A:82:30 Now type

connect 00:1B:DC:2A:82:30

and replace the MAC address with yours. If successful, type

exit