.rpm packages are not installing

Hello there. I am trying to installing the telegram from .rpm package using sudo yum install PACKAGE-NAME but it is giving me the following errors :

    
sudo yum install telegram-desktop-1.9.14-1.1.x86_64.rpm 


    Extra Packages for Enterprise Linux 31 - x86_64                   11 kB/s |  57 kB     00:05    
Errors during downloading metadata for repository 'epel':
  - Status code: 404 for https://mirrors.fedoraproject.org/metalink?repo=epel-31&arch=x86_64&infra=$infra&content=$contentdir (IP: 13.250.126.156)
  - Status code: 404 for https://mirrors.fedoraproject.org/metalink?repo=epel-31&arch=x86_64&infra=$infra&content=$contentdir (IP: 209.132.181.15)
  - Curl error (16): Error in the HTTP2 framing layer for https://mirrors.fedoraproject.org/metalink?repo=epel-31&arch=x86_64&infra=$infra&content=$contentdir []
Error: Failed to download metadata for repo 'epel': Cannot prepare internal mirrorlist: Status code: 404 for https://mirrors.fedoraproject.org/metalink?repo=epel-31&arch=x86_64&infra=$infra&content=$contentdir (IP: 13.250.126.156)
Ignoring repositories: epel
Last metadata expiration check: 0:01:42 ago on Sunday 15 March 2020 04:15:38 PM IST.
Error: 
 Problem: conflicting requests
  - nothing provides ffmpeg needed by telegram-desktop-1.9.14-1.1.x86_64
  - nothing provides libQt5Core.so.5(Qt_5.14)(64bit) needed by telegram-desktop-1.9.14-1.1.x86_64
  - nothing provides libQt5Gui.so.5(Qt_5.14.1_PRIVATE_API)(64bit) needed by telegram-desktop-1.9.14-1.1.x86_64
  - nothing provides libavcodec.so.58()(64bit) needed by telegram-desktop-1.9.14-1.1.x86_64
  - nothing provides libavcodec.so.58(LIBAVCODEC_58)(64bit) needed by telegram-desktop-1.9.14-1.1.x86_64
  - nothing provides libavformat.so.58()(64bit) needed by telegram-desktop-1.9.14-1.1.x86_64
  - nothing provides libavformat.so.58(LIBAVFORMAT_58)(64bit) needed by telegram-desktop-1.9.14-1.1.x86_64
  - nothing provides libavutil.so.56()(64bit) needed by telegram-desktop-1.9.14-1.1.x86_64
  - nothing provides libavutil.so.56(LIBAVUTIL_56)(64bit) needed by telegram-desktop-1.9.14-1.1.x86_64
  - nothing provides libswresample.so.3()(64bit) needed by telegram-desktop-1.9.14-1.1.x86_64
  - nothing provides libswresample.so.3(LIBSWRESAMPLE_3)(64bit) needed by telegram-desktop-1.9.14-1.1.x86_64
  - nothing provides libswscale.so.5()(64bit) needed by telegram-desktop-1.9.14-1.1.x86_64
  - nothing provides libswscale.so.5(LIBSWSCALE_5)(64bit) needed by telegram-desktop-1.9.14-1.1.x86_64
(try to add '--skip-broken' to skip uninstallable packages)

What should I do? Any help is appreciated.

1 Like

Hello @rudreshdixit …! Welcome to the community! Please do take a few minutes to go over the introductory posts in #start-here when you have the time. They contain lots of useful information.

1.- Don’t use/Mix EPEL repo in :fedora:, this repo was created for REDHAT and CentOS, you can break your system, so please delete it.

  • EPEL
  • repos in :fedora: are stored in Directory /etc/yum.repos.d/ use sudo to access these files.
  • ls /etc/yum.repos.d/

2.- Telegram-Desktop are provide by RPMFUSION repo:

3.- Try Again after this Steps.

Regards.,

4 Likes

Thanks a lot. This solved my problem :slight_smile:

2 Likes

In addition to the rpm from RPMfusion, Telegram Desktop is available as flatpak from Flathub: Flathub—An app store and build service for Linux

One-click install.

3 Likes

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.