How to find the correct dependencies to install Vlc with apt?D-Bus library appears to be incorrectly set...

What exactly is a marshrutka (маршрутка)?

Is it appropriate for a professor to require students to sign a non-disclosure agreement before being taught?

How to help my 2.5-year-old daughter take her medicine when she refuses to?

How to stabilise the bicycle seatpost and saddle when it is all the way up?

Random point on a sphere

How can a Scotland-NI bridge break Brexit impasse?

Relocation error, error code (127) after last updates

Why is the T-1000 humanoid?

Does my opponent need to prove his creature has morph?

Can the UK veto its own extension request?

Leaving out pronouns in informal conversation

What was the relationship between Einstein and Minkowski?

How do email clients "send later" without storing a password?

Why is Kirchoff's loop rule true in a DC circuit?

How can I fix a framing mistake so I can drywall?

Have there been any countries that voted themselves out of existence?

Might have gotten a coworker sick, should I address this?

Is low emotional intelligence associated with right-wing and prejudiced attitudes?

Make 1998 using the least possible digits 8

How seriously should I take a CBP interview where I was told I have a red flag and could only stay for 30 days?

Understanding Cursive /Joined Writing in Irish Register Death

How are aircraft depainted?

Can I disable a battery powered device by reversing half of its batteries?

Why would "an mule" be used instead of "a mule"?



How to find the correct dependencies to install Vlc with apt?


D-Bus library appears to be incorrectly set up“Could not find libmad on your system:” for installing VLC on Scientific Linux?VLC stuck in the wrong version on Linux mint 17 (Qiana)Minimum VLC Demo with HIP for Linux (HIPL)VLC won't install due to unmet dependenciesHow to downgrade vlc to a stable version?Install VLC on Qubes OS/Fedora 23has no installation candidate with all packagesFix apt dependenciesProblem with package libactivation-java on debian-based Linux






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







-2















I have been trying to install vlc into my system, but everytime an error pops out of nowhereenter image description here.



I have been trying to install it using the command "apt-get install vlc", but no way it's going to respond to my request. :( Is there anyone who can help me to find the solution to this problem?










share|improve this question






















  • 1





    apt-get update && apt-get install vlc ?

    – Christopher Díaz Riveros
    Sep 8 '17 at 5:31






  • 7





    You're aware that Kali Linux is specifically designed for penetration testing, and that it's not a general purpose Linux distribution?

    – Kusalananda
    Sep 8 '17 at 5:37


















-2















I have been trying to install vlc into my system, but everytime an error pops out of nowhereenter image description here.



I have been trying to install it using the command "apt-get install vlc", but no way it's going to respond to my request. :( Is there anyone who can help me to find the solution to this problem?










share|improve this question






















  • 1





    apt-get update && apt-get install vlc ?

    – Christopher Díaz Riveros
    Sep 8 '17 at 5:31






  • 7





    You're aware that Kali Linux is specifically designed for penetration testing, and that it's not a general purpose Linux distribution?

    – Kusalananda
    Sep 8 '17 at 5:37














-2












-2








-2


0






I have been trying to install vlc into my system, but everytime an error pops out of nowhereenter image description here.



I have been trying to install it using the command "apt-get install vlc", but no way it's going to respond to my request. :( Is there anyone who can help me to find the solution to this problem?










share|improve this question
















I have been trying to install vlc into my system, but everytime an error pops out of nowhereenter image description here.



I have been trying to install it using the command "apt-get install vlc", but no way it's going to respond to my request. :( Is there anyone who can help me to find the solution to this problem?







kali-linux vlc






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 11 '17 at 19:22









peterh

4,54211 gold badges35 silver badges65 bronze badges




4,54211 gold badges35 silver badges65 bronze badges










asked Sep 8 '17 at 4:27









Atul KrishnanAtul Krishnan

1




1











  • 1





    apt-get update && apt-get install vlc ?

    – Christopher Díaz Riveros
    Sep 8 '17 at 5:31






  • 7





    You're aware that Kali Linux is specifically designed for penetration testing, and that it's not a general purpose Linux distribution?

    – Kusalananda
    Sep 8 '17 at 5:37














  • 1





    apt-get update && apt-get install vlc ?

    – Christopher Díaz Riveros
    Sep 8 '17 at 5:31






  • 7





    You're aware that Kali Linux is specifically designed for penetration testing, and that it's not a general purpose Linux distribution?

    – Kusalananda
    Sep 8 '17 at 5:37








1




1





apt-get update && apt-get install vlc ?

– Christopher Díaz Riveros
Sep 8 '17 at 5:31





apt-get update && apt-get install vlc ?

– Christopher Díaz Riveros
Sep 8 '17 at 5:31




7




7





You're aware that Kali Linux is specifically designed for penetration testing, and that it's not a general purpose Linux distribution?

– Kusalananda
Sep 8 '17 at 5:37





You're aware that Kali Linux is specifically designed for penetration testing, and that it's not a general purpose Linux distribution?

– Kusalananda
Sep 8 '17 at 5:37










2 Answers
2






active

oldest

votes


















2
















The reason you can not install vlc from Kali is that you can not resolve the necessary dependencies on that package for two possible reasons. You do not have those packages in those versions and can not be installed, your distribution uses previous versions of those packages and can not be updated. To add a point of simplicity to the story and not if these libraries are necessary in those versions for the system ... I advise you to install SNAP with the command:



apt install snapd


In this way, all dependencies of the application will be contained within the snap package, without affecting other versions of such packages within the system. Now, once installed snap. We installed vlc with snap:



snap install vlc





share|improve this answer

































    0
















    apt-get update



    apt-get install vlc



    If it is not working then,



    sudo sed -i 's/geteuid/getppid/' /usr/bin/vlc






    share|improve this answer








    New contributor



    Sumit Raj is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.
























      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "106"
      };
      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',
      autoActivateHeartbeat: false,
      convertImagesToLinks: false,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: null,
      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/4.0/"u003ecc by-sa 4.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%2funix.stackexchange.com%2fquestions%2f391085%2fhow-to-find-the-correct-dependencies-to-install-vlc-with-apt%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









      2
















      The reason you can not install vlc from Kali is that you can not resolve the necessary dependencies on that package for two possible reasons. You do not have those packages in those versions and can not be installed, your distribution uses previous versions of those packages and can not be updated. To add a point of simplicity to the story and not if these libraries are necessary in those versions for the system ... I advise you to install SNAP with the command:



      apt install snapd


      In this way, all dependencies of the application will be contained within the snap package, without affecting other versions of such packages within the system. Now, once installed snap. We installed vlc with snap:



      snap install vlc





      share|improve this answer






























        2
















        The reason you can not install vlc from Kali is that you can not resolve the necessary dependencies on that package for two possible reasons. You do not have those packages in those versions and can not be installed, your distribution uses previous versions of those packages and can not be updated. To add a point of simplicity to the story and not if these libraries are necessary in those versions for the system ... I advise you to install SNAP with the command:



        apt install snapd


        In this way, all dependencies of the application will be contained within the snap package, without affecting other versions of such packages within the system. Now, once installed snap. We installed vlc with snap:



        snap install vlc





        share|improve this answer




























          2














          2










          2









          The reason you can not install vlc from Kali is that you can not resolve the necessary dependencies on that package for two possible reasons. You do not have those packages in those versions and can not be installed, your distribution uses previous versions of those packages and can not be updated. To add a point of simplicity to the story and not if these libraries are necessary in those versions for the system ... I advise you to install SNAP with the command:



          apt install snapd


          In this way, all dependencies of the application will be contained within the snap package, without affecting other versions of such packages within the system. Now, once installed snap. We installed vlc with snap:



          snap install vlc





          share|improve this answer













          The reason you can not install vlc from Kali is that you can not resolve the necessary dependencies on that package for two possible reasons. You do not have those packages in those versions and can not be installed, your distribution uses previous versions of those packages and can not be updated. To add a point of simplicity to the story and not if these libraries are necessary in those versions for the system ... I advise you to install SNAP with the command:



          apt install snapd


          In this way, all dependencies of the application will be contained within the snap package, without affecting other versions of such packages within the system. Now, once installed snap. We installed vlc with snap:



          snap install vlc






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Sep 8 '17 at 6:35









          Víctor CarrerasVíctor Carreras

          1193 bronze badges




          1193 bronze badges




























              0
















              apt-get update



              apt-get install vlc



              If it is not working then,



              sudo sed -i 's/geteuid/getppid/' /usr/bin/vlc






              share|improve this answer








              New contributor



              Sumit Raj is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.


























                0
















                apt-get update



                apt-get install vlc



                If it is not working then,



                sudo sed -i 's/geteuid/getppid/' /usr/bin/vlc






                share|improve this answer








                New contributor



                Sumit Raj is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.
























                  0














                  0










                  0









                  apt-get update



                  apt-get install vlc



                  If it is not working then,



                  sudo sed -i 's/geteuid/getppid/' /usr/bin/vlc






                  share|improve this answer








                  New contributor



                  Sumit Raj is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  apt-get update



                  apt-get install vlc



                  If it is not working then,



                  sudo sed -i 's/geteuid/getppid/' /usr/bin/vlc







                  share|improve this answer








                  New contributor



                  Sumit Raj is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.








                  share|improve this answer



                  share|improve this answer






                  New contributor



                  Sumit Raj is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.








                  answered 1 hour ago









                  Sumit RajSumit Raj

                  1




                  1




                  New contributor



                  Sumit Raj is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.




                  New contributor




                  Sumit Raj is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.




































                      draft saved

                      draft discarded



















































                      Thanks for contributing an answer to Unix & Linux Stack Exchange!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f391085%2fhow-to-find-the-correct-dependencies-to-install-vlc-with-apt%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

                      Hudson River Historic District Contents Geography History The district today Aesthetics Cultural...

                      The number designs the writing. Feandra Aversely Definition: The act of ingrafting a sprig or shoot of one...

                      Ayherre Geografie Demografie Externe links Navigatiemenu43° 23′ NB, 1° 15′ WL43° 23′ NB, 1°...