Загрузка...

Error when installing any packages and updating the system

Thread in Linux created by AmirTl_inactive5513504 Jun 17, 2022. 161 view

  1. AmirTl_inactive5513504
    AmirTl_inactive5513504 Topic starter Jun 17, 2022 0 Jun 17, 2022
    Hello, I have a problem installing something.
    I have Blackarch and on any installation I see:
    [/CODE]pacman -S telegram-desktop
    resolving dependencies...
    looking for conflicting packages...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: installing dav1d (1.0.0-1) breaks dependency 'libdav1d.so=5-64' required by ffmpeg
    :: installing libvpx (1.11.0-2) breaks dependency 'libvpx.so=6-64' required by ffmpeg
    :: installing x264 (3:0.164.r3081.19856cc-2) breaks dependency 'libx264.so=161-64' required by ffmpeg
    [/CODE]
    Please help





    ANSWER !!!!!!!!!!!!!!
    Delete libdav1d.so=5-64 , libvpx.so=6-64 and libx264.so=161-64
    And then update and upgrate system
     
  2. katayo6
    katayo6 Jun 17, 2022 16 Feb 5, 2020
    sudo pacman -Syu ffmpeg

    if that didn't help you, try to install old version of ffmpeg
    also full update of all packages may solve your problem
    sudo pacman -Syu
     
    1. AmirTl_inactive5513504 Topic starter
      katayo6, Bro,if I write this, the output of the terminal will be the same
  3. AmirTl_inactive5513504
    AmirTl_inactive5513504 Topic starter Jun 17, 2022 0 Jun 17, 2022
    ANWER !!!!!!
    Delete
     
Top
Loading...