As I am not a native to Fedora I used AI to help but in many cases it sent me down the wrong path.
In this video I show you how I got around all these issues and why you should be wary of using AI for everything.
Commands from the video:
_____________________________
Installing fonts:
Set up repo:
sudo dnf install
https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
download fonts:
curl -LO https://downloads.sourceforge.net/project/mscorefonts2/rpms/msttcore-fonts-installer-2.6-1.noarch.rpm
install fonts:
sudo rpm -ivh –nodigest –nofiledigest msttcore-fonts-installer-2.6-1.noarch.rpm
Installing codecs
_____________________
sudo…
![]()