You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See error
msttcorefonts.plugin]# more install.sh
#!/bin/bash
dnf -y install lpf-mscore-fonts
dnf search lpf-mscore-fonts
Última comprobación de caducidad de metadatos hecha hace 0:17:02, el mar 29 sep 2020 06:42:06 -05.
No se encontraron coincidencias.
Expected behavior
A clear and concise description of what you expected to happen.
there is any dnf or yum repo missing?
Screenshots
If applicable, add screenshots to help explain your problem.
Version Information:
Please run the following commands in the terminal and provide the output after the colon:
rpm -qi fedy:
rpm -E %fedora:
uname -a:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Unfortunately with EL8, you will need to come with the fixes. That is:
Either request the package to be added for centos 8 in rpmfusion
Properly handle the error in fedy when the plugin isn't available with el8.
As an additional note, the lpf-mscore-fonts will replace the mscore-fonts from fedora (or maybe epel also) on end-users system, so there is a need to fix that before importing it in el8.
Items like compression tools, mscore fonts , multimedia codecs does not work
I have the following configuration
fresh Centos 8 install
Repos Enabled
Rpmfusion Free and not Free
EPEL
REMI
PowerTools
To Reproduce
Steps to reproduce the behavior:
msttcorefonts.plugin]# more install.sh
#!/bin/bash
dnf -y install lpf-mscore-fonts
dnf search lpf-mscore-fonts
Última comprobación de caducidad de metadatos hecha hace 0:17:02, el mar 29 sep 2020 06:42:06 -05.
No se encontraron coincidencias.
Expected behavior
A clear and concise description of what you expected to happen.
there is any dnf or yum repo missing?
Screenshots
If applicable, add screenshots to help explain your problem.
Version Information:
Please run the following commands in the terminal and provide the output after the colon:
rpm -qi fedy
:rpm -E %fedora
:uname -a
:Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: