Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Centos8 Utilities failed #66

Open
manuel-rojas-ccdc opened this issue Sep 29, 2020 · 2 comments
Open

Centos8 Utilities failed #66

manuel-rojas-ccdc opened this issue Sep 29, 2020 · 2 comments

Comments

@manuel-rojas-ccdc
Copy link

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:

  1. Go to '...' Fedy APP
  2. Click on '.... Utilities'
  3. Try to install '....' compression tools, mscore fonts , multimedia codecs
  4. 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?
Captura de pantalla de 2020-09-29 07-03-16

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.

@kwizart
Copy link
Member

kwizart commented Sep 29, 2020

Thanks for testing and reporting.

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.

@leigh123linux
Copy link
Member

  • Either request the package to be added for centos 8 in rpmfusion

Without additional packagers I doubt it will happen even if requested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants