Where can I get “libavformat-ffmpeg56” from?











up vote
0
down vote

favorite












It is a dependency for OpenBoard, could someone tell me where to get it please since it is not something that Ubuntu can obtain by itself (I think it's an old version).










share|improve this question






















  • Related (for some background): askubuntu.com/q/1093940/504066
    – PerlDuck
    Nov 18 at 13:16















up vote
0
down vote

favorite












It is a dependency for OpenBoard, could someone tell me where to get it please since it is not something that Ubuntu can obtain by itself (I think it's an old version).










share|improve this question






















  • Related (for some background): askubuntu.com/q/1093940/504066
    – PerlDuck
    Nov 18 at 13:16













up vote
0
down vote

favorite









up vote
0
down vote

favorite











It is a dependency for OpenBoard, could someone tell me where to get it please since it is not something that Ubuntu can obtain by itself (I think it's an old version).










share|improve this question













It is a dependency for OpenBoard, could someone tell me where to get it please since it is not something that Ubuntu can obtain by itself (I think it's an old version).







software-installation dependencies






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 18 at 12:52









Glass Wizzard

13710




13710












  • Related (for some background): askubuntu.com/q/1093940/504066
    – PerlDuck
    Nov 18 at 13:16


















  • Related (for some background): askubuntu.com/q/1093940/504066
    – PerlDuck
    Nov 18 at 13:16
















Related (for some background): askubuntu.com/q/1093940/504066
– PerlDuck
Nov 18 at 13:16




Related (for some background): askubuntu.com/q/1093940/504066
– PerlDuck
Nov 18 at 13:16










2 Answers
2






active

oldest

votes

















up vote
0
down vote













Install libavformat-ffmpeg56



sudo apt-get install libavformat-ffmpeg56


have been upgraded in Ubuntu 16.10, 17.04, 17.10, 18.04 and 18.10 to libavformat57.



sudo apt-get install libavformat57





share|improve this answer






























    up vote
    0
    down vote













    When the OS is later than Ubuntu 16.04, please add (temporarily) some "xenial" lines to /etc/apt/sources.list :



    sudo gedit /etc/apt/sources.list



    Lines added, my example :



    deb http://dk.archive.ubuntu.com/ubuntu/ xenial main
    deb http://dk.archive.ubuntu.com/ubuntu/ xenial universe
    deb http://dk.archive.ubuntu.com/ubuntu/ xenial-updates universe


    Next : sudo apt update



    ... And you can then install the package: sudo apt install libavformat-ffmpeg56




    • The install test was done OK with Ubuntu 18.04 - amd64.






    share|improve this answer























      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "89"
      };
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function() {
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled) {
      StackExchange.using("snippets", function() {
      createEditor();
      });
      }
      else {
      createEditor();
      }
      });

      function createEditor() {
      StackExchange.prepareEditor({
      heartbeatType: 'answer',
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });














       

      draft saved


      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1093952%2fwhere-can-i-get-libavformat-ffmpeg56-from%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      0
      down vote













      Install libavformat-ffmpeg56



      sudo apt-get install libavformat-ffmpeg56


      have been upgraded in Ubuntu 16.10, 17.04, 17.10, 18.04 and 18.10 to libavformat57.



      sudo apt-get install libavformat57





      share|improve this answer



























        up vote
        0
        down vote













        Install libavformat-ffmpeg56



        sudo apt-get install libavformat-ffmpeg56


        have been upgraded in Ubuntu 16.10, 17.04, 17.10, 18.04 and 18.10 to libavformat57.



        sudo apt-get install libavformat57





        share|improve this answer

























          up vote
          0
          down vote










          up vote
          0
          down vote









          Install libavformat-ffmpeg56



          sudo apt-get install libavformat-ffmpeg56


          have been upgraded in Ubuntu 16.10, 17.04, 17.10, 18.04 and 18.10 to libavformat57.



          sudo apt-get install libavformat57





          share|improve this answer














          Install libavformat-ffmpeg56



          sudo apt-get install libavformat-ffmpeg56


          have been upgraded in Ubuntu 16.10, 17.04, 17.10, 18.04 and 18.10 to libavformat57.



          sudo apt-get install libavformat57






          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Nov 18 at 13:00

























          answered Nov 18 at 12:55









          S_Flash

          928117




          928117
























              up vote
              0
              down vote













              When the OS is later than Ubuntu 16.04, please add (temporarily) some "xenial" lines to /etc/apt/sources.list :



              sudo gedit /etc/apt/sources.list



              Lines added, my example :



              deb http://dk.archive.ubuntu.com/ubuntu/ xenial main
              deb http://dk.archive.ubuntu.com/ubuntu/ xenial universe
              deb http://dk.archive.ubuntu.com/ubuntu/ xenial-updates universe


              Next : sudo apt update



              ... And you can then install the package: sudo apt install libavformat-ffmpeg56




              • The install test was done OK with Ubuntu 18.04 - amd64.






              share|improve this answer



























                up vote
                0
                down vote













                When the OS is later than Ubuntu 16.04, please add (temporarily) some "xenial" lines to /etc/apt/sources.list :



                sudo gedit /etc/apt/sources.list



                Lines added, my example :



                deb http://dk.archive.ubuntu.com/ubuntu/ xenial main
                deb http://dk.archive.ubuntu.com/ubuntu/ xenial universe
                deb http://dk.archive.ubuntu.com/ubuntu/ xenial-updates universe


                Next : sudo apt update



                ... And you can then install the package: sudo apt install libavformat-ffmpeg56




                • The install test was done OK with Ubuntu 18.04 - amd64.






                share|improve this answer

























                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  When the OS is later than Ubuntu 16.04, please add (temporarily) some "xenial" lines to /etc/apt/sources.list :



                  sudo gedit /etc/apt/sources.list



                  Lines added, my example :



                  deb http://dk.archive.ubuntu.com/ubuntu/ xenial main
                  deb http://dk.archive.ubuntu.com/ubuntu/ xenial universe
                  deb http://dk.archive.ubuntu.com/ubuntu/ xenial-updates universe


                  Next : sudo apt update



                  ... And you can then install the package: sudo apt install libavformat-ffmpeg56




                  • The install test was done OK with Ubuntu 18.04 - amd64.






                  share|improve this answer














                  When the OS is later than Ubuntu 16.04, please add (temporarily) some "xenial" lines to /etc/apt/sources.list :



                  sudo gedit /etc/apt/sources.list



                  Lines added, my example :



                  deb http://dk.archive.ubuntu.com/ubuntu/ xenial main
                  deb http://dk.archive.ubuntu.com/ubuntu/ xenial universe
                  deb http://dk.archive.ubuntu.com/ubuntu/ xenial-updates universe


                  Next : sudo apt update



                  ... And you can then install the package: sudo apt install libavformat-ffmpeg56




                  • The install test was done OK with Ubuntu 18.04 - amd64.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Nov 18 at 13:50

























                  answered Nov 18 at 13:44









                  Knud Larsen

                  1,541157




                  1,541157






























                       

                      draft saved


                      draft discarded



















































                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1093952%2fwhere-can-i-get-libavformat-ffmpeg56-from%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      Quarter-circle Tiles

                      build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

                      Mont Emei